Docker container for pycif with nvidia HPC environment docker/nvidia#
Description#
Platform plugin for the pyCIF Docker image with NVIDIA HPC SDK.
This plugin targets a Docker container built with the NVIDIA HPC SDK
(nvhpc), suitable for GPU-accelerated model variants such as LMDZ-acc.
Modules are managed by Lmod, accessed via the bundled lmod binary at
/usr/share/lmod/lmod/libexec/lmod.
Jobs run in-process (no batch scheduler wrapper). See the pyCIF Docker documentation for build instructions: CIF in Docker.
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
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: docker
4 version: nvidia
5 type: platform
6
7 # Optional arguments
8 python: XXXXX # str
See also