Skip to content
Snippets Groups Projects
Verified Commit c0289864 authored by Lars Bilke's avatar Lars Bilke
Browse files

Bump eve modules to foss/2019b toolchain

parent 412481d7
No related branches found
No related tags found
No related merge requests found
...@@ -7,15 +7,15 @@ fi ...@@ -7,15 +7,15 @@ fi
module use /global/apps/modulefiles module use /global/apps/modulefiles
module load foss/2018b module load foss/2019b
module load cmake module load CMake/3.15.3
module load ninja module load ninja
module load git-lfs module load git/2.23.0
# Libraries # Libraries
module load Boost/1.67.0 module load boost/1.67.0-1
module load eigen/3.3.4-1-cmake 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 # Tools
module load ccache/3.3.3 module load ccache/3.3.3
...@@ -5,6 +5,6 @@ else ...@@ -5,6 +5,6 @@ else
fi fi
source $DIR/cli.sh source $DIR/cli.sh
module load vtk/8.2.0/foss2018b/openmpi module load vtk/8.2.0/foss2019b/openmpi
export CC=mpicc export CC=mpicc
export CXX=mpic++ export CXX=mpic++
...@@ -5,7 +5,7 @@ else ...@@ -5,7 +5,7 @@ else
fi fi
source $DIR/mpi.sh 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 "\ 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, "\ "mixed CPU architecture. There are Sandy-Bridge-based nodes (orte-28, "\
"frontend2) as well as Skylake-based nodes (orte-40, frontend1)"\ "frontend2) as well as Skylake-based nodes (orte-40, frontend1)"\
......
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