... | ... | @@ -10,14 +10,12 @@ Luckily, Andrew Coward Already wrote a complete note on that subject [here](http |
|
|
|
|
|
In short :
|
|
|
|
|
|
load the right modules, the way it's done here : `/work/n01/shared/nemo/setup_gnu` (full cabinet). Currently (January 2022) the modules are :
|
|
|
load the right modules, the way it's done here : `/work/n01/shared/nemo/setup_new_gnu` (full cabinet). Currently (January 2024) the modules are :
|
|
|
```sh
|
|
|
module swap PrgEnv-cray/8.0.0 PrgEnv-gnu/8.1.0
|
|
|
module swap craype-network-ofi craype-network-ucx
|
|
|
module swap cray-mpich cray-mpich-ucx
|
|
|
module load cray-hdf5-parallel/1.12.0.7
|
|
|
module load cray-netcdf-hdf5parallel/4.7.4.7
|
|
|
module load libfabric
|
|
|
module swap PrgEnv-cray/8.3.3 PrgEnv-gnu/8.3.3
|
|
|
module load cray-mpich/8.1.23
|
|
|
module load cray-hdf5-parallel/1.12.2.1
|
|
|
module load cray-netcdf-hdf5parallel/4.9.0.1
|
|
|
```
|
|
|
|
|
|
## Get MEDUSA
|
... | ... | |