LAERO’s cluster LAERO/nuwa#
Description#
Platform plugin for the Nuwa cluster at LAERO.
Nuwa is the local HPC cluster at LAERO (Laboratoire d’Aérologie, Toulouse,
France). This plugin supports GNU (gfortran) and Intel (ifort)
compiler toolchains for building atmospheric models.
Documentation: http://www.aero.obs-mip.fr
Jobs run in-process (no batch scheduler wrapper); modulecmd is called
directly via /usr/bin/modulecmd.
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