-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #668 from vasmue/main
updated Juwels env file
- Loading branch information
Showing
2 changed files
with
23 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,20 @@ | ||
########## | ||
module --force purge | ||
module use /gpfs/software/juwels/otherstages | ||
module load Stages/2020 | ||
module load Intel/2020.2.254-GCC-9.3.0 | ||
module load ParaStationMPI/5.4.7-1 | ||
module load CMake/3.18.0 | ||
module load imkl/2020.2.254 | ||
module load netCDF-Fortran/4.5.3 | ||
module load netCDF/4.7.4 | ||
module load Perl/5.32.0 | ||
module load netCDF | ||
#!/usr/bin/bash | ||
# ENVIRONMENT used in new_test15_compute_20000101-20000101.run | ||
# Use this file to source the environment in your | ||
# preprocessing or postprocessing scripts | ||
|
||
export LC_ALL=en_US.UTF-8 | ||
export TMPDIR=/tmp | ||
export FC=mpifort | ||
export F77=mpifort | ||
export MPIFC=mpifort | ||
export FCFLAGS=-free | ||
export CC=mpicc | ||
export CXX=mpic++ | ||
|
||
export NETCDF_Fortran_INCLUDE_DIRECTORIES=$EBROOTNETCDFMINFORTRAN/include | ||
export NETCDF_Fortran_LIBRARIES=$EBROOTNETCDFMINFORTRAN/lib | ||
|
||
#module use /gpfs/software/juwels/otherstages | ||
#module load Stages/2019a | ||
#module load StdEnv | ||
## For intel MPI | ||
##module load Intel/2019.3.199-GCC-8.3.0 IntelMPI/2018.5.288 imkl/2019.3.199 | ||
##export FC=mpiifort CC=mpiicc CXX=mpiicpc | ||
|
||
## For ParaStation MPI | ||
#module load Intel/2019.3.199-GCC-8.3.0 ParaStationMPI/5.4 imkl/2019.5.281 | ||
#export FC=mpifort CC=mpicc CXX=mpicxx | ||
|
||
#module load netCDF/4.6.3 | ||
#module load netCDF-Fortran/4.4.5 | ||
#module load CMake | ||
#export NETCDF_DIR=$EBROOTNETCDF | ||
#export NETCDFF_DIR=$EBROOTNETCDFMINFORTRAN | ||
#export NETCDF_Fortran_INCLUDE_DIRECTORIES=${NETCDFF_DIR}/include/ | ||
#export NETCDF_C_INCLUDE_DIRECTORIES=${NETCDF_DIR}/include/ | ||
#export NETCDF_CXX_INCLUDE_DIRECTORIES=${NETCDFCXX_DIR}/include/ | ||
module --force purge | ||
module use $OTHERSTAGES | ||
module --force purge | ||
module load Stages/2023 | ||
module load GCC/11.3.0 | ||
module load OpenMPI/4.1.4 | ||
module load CMake/3.26.3 | ||
module load Python/3.10.4 | ||
module load imkl/2022.1.0 | ||
module load Perl/5.34.1 | ||
module load git | ||
module load CDO | ||
module unload ecCodes | ||
module load libaec FFTW imkl cURL netCDF netCDF-Fortran | ||
module list |
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