LAERO’s cluster LAERO/nuwa
#
Description#
This plugin deals with specific environment characteristics of the nuwa cluster at LAERO.
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:
Mandatory arguments#
- compiler : “gfortran” or “ifort”, mandatory
compiler used to compile the model
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: LAERO
4 version: nuwa
5 type: platform
6
7 # Mandatory arguments
8 compiler: XXXXX # gfortran|ifort