diff --git a/scripts/env/eve/cli.sh b/scripts/env/eve/cli.sh index e13824f0d05ae4f1d6ec5989f21592b208f91f12..5e0f230e10cd20047d12e9f8a3a2f0681c6cef0c 100644 --- a/scripts/env/eve/cli.sh +++ b/scripts/env/eve/cli.sh @@ -7,15 +7,15 @@ fi module use /global/apps/modulefiles -module load foss/2018b -module load cmake +module load foss/2019b +module load CMake/3.15.3 module load ninja -module load git-lfs +module load git/2.23.0 # Libraries -module load Boost/1.67.0 +module load boost/1.67.0-1 module load eigen/3.3.4-1-cmake -module load vtk/8.2.0/foss2018b/serial +module load vtk/8.2.0/foss2019b/serial # Tools module load ccache/3.3.3 diff --git a/scripts/env/eve/mpi.sh b/scripts/env/eve/mpi.sh index 50cfa715bfaf5ac6ef2308a3526ccbeacebca69e..898ccf678f105a3bffbca6577708cc45c5c3d5ff 100644 --- a/scripts/env/eve/mpi.sh +++ b/scripts/env/eve/mpi.sh @@ -5,6 +5,6 @@ else fi source $DIR/cli.sh -module load vtk/8.2.0/foss2018b/openmpi +module load vtk/8.2.0/foss2019b/openmpi export CC=mpicc export CXX=mpic++ diff --git a/scripts/env/eve/petsc.sh b/scripts/env/eve/petsc.sh index d610d216a0b4baf338ccf157fbf4016cb34af82e..2c080425253149ce1087459bb0301f11c2a000db 100644 --- a/scripts/env/eve/petsc.sh +++ b/scripts/env/eve/petsc.sh @@ -5,7 +5,7 @@ else fi source $DIR/mpi.sh -module load petsc-bilke/3.11.0-foss2018b +module load petsc-bilke/3.11.0-foss2019b echo -e "Note: If you want to run a simulation on the cluster be aware of the "\ "mixed CPU architecture. There are Sandy-Bridge-based nodes (orte-28, "\ "frontend2) as well as Skylake-based nodes (orte-40, frontend1)"\