-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git subrepo clone (merge) --branch=v1.9 --force https://git.ufz.de/ch…
…s/HPC-Fortran-module-loads.git hpc-module-loads subrepo: subdir: "hpc-module-loads" merged: "6de5d97" upstream: origin: "https://git.ufz.de/chs/HPC-Fortran-module-loads.git" branch: "v1.9" commit: "6de5d97" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596"
- Loading branch information
1 parent
3a6cc0f
commit 5b96ce3
Showing
30 changed files
with
172 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module load prgenv/amd | ||
module load openmpi | ||
module load hdf5-parallel | ||
module load netcdf4-parallel | ||
module load cmake | ||
export FC=mpifort |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module load prgenv/gnu | ||
module load openmpi | ||
module load hdf5-parallel | ||
module load netcdf4-parallel | ||
module load cmake | ||
export FC=mpifort |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module load prgenv/intel | ||
module load intel-mpi | ||
module load hdf5-parallel | ||
module load netcdf4-parallel | ||
module load cmake | ||
export FC=mpifc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
module purge | ||
module use /global/apps/modulefiles | ||
module load python_env_mpr | ||
module load foss/2022b | ||
module load netCDF-Fortran | ||
module load CMake | ||
module load pFUnit/4.7.0_foss2022b | ||
export FC=gfortran | ||
export F77=gfortran | ||
export CC=gcc | ||
export CXX=g++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
module purge | ||
module use /global/apps/modulefiles | ||
module load python_env_mpr | ||
module load foss/2022b | ||
module load netCDF-Fortran | ||
module load CMake | ||
module load pFUnit/4.7.0_foss2022b | ||
export FC=mpifort | ||
export F77=mpifort | ||
export CC=mpicc | ||
export CXX=mpic++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
module purge | ||
module use /global/apps/modulefiles | ||
module load python_env_mpr | ||
module load NAGfor | ||
module load NAGfor/6.2.14 | ||
module load netcdf-fortran/4.4.5-NAG-6.2.14-GCC-7.3.0-2.30-1 | ||
module load CMake | ||
module load pFUnit/4.1.3_nagfor-6.2 | ||
export FC=nagfor | ||
export F77=nagfor | ||
export CC=gcc | ||
export CXX=g++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module purge | ||
module load gcc/11.2.0-gcc-11.2.0 | ||
module load git/2.31.1-gcc-11.2.0 | ||
module load netcdf-fortran/4.5.3-gcc-11.2.0 | ||
export FC=gfortran |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module purge | ||
module load gcc/11.2.0 | ||
module load cray-hdf5/1.12.2.3 | ||
module load cray-netcdf/4.9.0.1 | ||
export FC=gfortran |