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: (mandatory)

compiler used to compile the model

accepted values: [‘gfortran’, ‘ifort’]

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: LAERO
4    version: nuwa
5    type: platform
6
7  # Mandatory arguments
8  compiler: XXXXX  # gfortran|ifort