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 : str, optional, default “python”
the python command used to run sub-instances of pyCIF
- queue : str, optional, default “short”
queue on which to submit the jobs launched by the CIF (analytic, EnKF modes)
- nodes : int, optional
number of nodes used by the jobs launched by the CIF
- cores : int, optional
number of cores used by the jobs launched by the CIF, defaults to 1
- auto_detect_nproc : bool, optional, default True
Automatically detect the number of cores to use and set the model plugin related input arguments accordingly.
- submit_qsub : bool, optional, default True
Submit the job with
qsub
. If false simply run it within the same instance
Requirements#
The current plugin requires the present plugins to run properly:
Requirement name |
Requirement type |
Explicit definition |
Any valid |
Default name |
Default version |
---|---|---|---|---|---|
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 auto_detect_nproc: XXXXX # bool
13 submit_qsub: XXXXX # bool