EMPA
/ daint
¶
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
???
accepted type: <class ‘str’>
nodes: (optional): 32
number of nodes to use by the jobs launched by the CIF (analytic, EnKF modes)
accepted type: <class ‘int’>
cores: (optional): 2
number of cores to use by the jobs launched by the CIF (analytic, EnKF modes)
accepted type: <class ‘int’>
queue: (optional): normal
queue on which to submit the jobs launched by the CIF (analytic, EnKF modes)
accepted type: <class ‘str’>
project: (optional): em05
project on which to submit job
accepted type: <class ‘str’>
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: EMPA
4 version: daint
5 type: platform
6
7
8 # Optional arguments
9 python: XXXXX
10 nodes: XXXXX
11 cores: XXXXX
12 queue: XXXXX
13 project: XXXXX