Module load scripts on HPC Clusters for Fortran Projects at CHS.
All these scripts will load:
- the respective compilers and set
FC
,F77
,CC
andCXX
env-var (optional MPI support) - netCDF-Fortran
- CMake
- the MPR Python Environment (except chs-conda environment)
- pFUnit - Fortran unit testing framework
- Conda environment with gfortran:
source eve.chs-conda01 # or source eve.chs-conda02
- GNU 10.2 compiler (
foss/2020b
Toolchain):source eve.gfortran102 # or source eve.gfortran102MPI
- GNU 12.2 compiler (
foss/2022b
Toolchain):source eve.gfortran122 # or source eve.gfortran122MPI
- Intel 19.1.3 compiler (
iomkl/2020b
Toolchain):source eve.intel2020b # or source eve.intel2020bMPI
- Intel classic 2021.10.0 compiler (
intel/2023b
Toolchain):source eve.intel2023b-classic # or source eve.intel2023bMPI-classic
- Intel oneAPI 2023.2.0 compiler (
intel/2023b
Toolchain):source eve.intel2023b-llvm # or source eve.intel2023bMPI-llvm
All these scripts will load:
- the respective fortran compiler and set
FC
env-var - netCDF-Fortran
- CMake
- GNU compiler with MPI
source juwels.gfortranMPI
- Intel compiler with MPI
source juwels.intelMPI
All these scripts will load:
- the respective fortran compiler and set
FC
env-var - MPI
- netCDF-Fortran parallel
- CMake
This script will load the following modules on Levante at DKRZ:
source levante.gfortran112
- git
- gfortran 11.2 compiler and set
FC
env-var - netCDF-Fortran 4.5.3
- CMake (build tools)
This script will load the following modules on LUMI:
source lumi.gfortran112
- gfortran 11.2 compiler and set
FC
env-var - netCDF-Fortran
- CMake (build tools)
MIT License (MIT)
Copyright (c) 2020 - 2024 CHS Developers