LSCE’s cluster with NVIDIA environnement (LSCE / obelix-nvidia)

Yaml arguments

The following arguments are used to configure the plugin. pyCIF will return an exception at the initialization if mandatory arguments are not specified, or if any argument does not fit accepted values or type:

Optional arguments

python: (optional): python

the python command used to run sub-instances of pyCIF

accepted type: str

queue: (optional): short

queue on which to submit the jobs launched by the CIF (analytic, EnKF modes)

accepted type: str

nodes: (optional)

number of nodes used by the jobs launched by the CIF

accepted type: int

cores: (optional)

number of cores used by the jobs launched by the CIF, defaults to 1

accepted type: int

submit_qsub: (optional): True

Submit the job with qsub. If false simply run it within the same instance

accepted type: bool

Requirements

The current plugin requires the present plugins to run properly:

Requirement name

Requirement type

Explicit definition

Any valid

Default name

Default version

model

Model

True

True

None

None

Yaml template

Please find below a template for a Yaml configuration:

 1platform:
 2  plugin:
 3    name: LSCE
 4    version: obelix-nvidia
 5    type: platform
 6
 7  # Optional arguments
 8  python: XXXXX  # str
 9  queue: XXXXX  # str
10  nodes: XXXXX  # int
11  cores: XXXXX  # int
12  submit_qsub: XXXXX  # bool