Skip to content
Snippets Groups Projects
Commit cbaf3032 authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

Merge branch 'atos_modules' into 'main'

added standard fortran compilers on Atos HPC

See merge request !5
parents e9463a02 220b80cb
No related branches found
Tags v1.4.1
1 merge request!5added standard fortran compilers on Atos HPC
......@@ -80,6 +80,14 @@ All these scripts will load:
source juwels.intelMPI
```
## Toolchains on Atos
All these scripts will load:
- the respective fortran compiler and set `FC` env-var
- MPI
- netCDF-Fortran parallel
- CMake
## License
MIT License (MIT)
......
module load prgenv/amd
module load openmpi
module load hdf5-parallel
module load netcdf4-parallel
module load cmake
export FC=mpifort
module load prgenv/gnu
module load openmpi
module load hdf5-parallel
module load netcdf4-parallel
module load cmake
export FC=mpifort
module load prgenv/expert
module load gcc/11.2.0
module load openmpi/4.1.4.1:gnu:11.2
module load hdf5-parallel/1.10.6:gnu:11.2:ompi:4.1
module load netcdf4-parallel/4.7.4:gnu:11.2:ompi:4.1
module load cmake
export FC=mpifort
module load prgenv/expert
module load gcc/8.5.0
module load openmpi/4.1.4.1:gnu:8.5
module load hdf5-parallel/1.10.6:gnu:8.5:ompi:4.1
module load netcdf4-parallel/4.7.4:gnu:8.5:ompi:4.1
module load cmake
export FC=mpifort
module load prgenv/intel
module load intel-mpi
module load hdf5-parallel
module load netcdf4-parallel
module load cmake
export FC=mpifc
module load prgenv/expert
module load intel/19.0.5
module load intel-mpi/19.0.5:intel:19.0
module load hdf5-parallel/1.10.6:intel:19.0:impi:19.0
module load netcdf4-parallel/4.7.4:intel:19.0:impi:19.0
module load cmake
export FC=mpifc
module load prgenv/expert
module load intel/2021.4.0
module load intel-mpi/2021.4.0:intel:2021.4
module load hdf5-parallel/1.10.6:intel:2021.4:impi:2021.4
module load netcdf4-parallel/4.7.4:intel:2021.4:impi:2021.4
module load cmake
export FC=mpifc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment