Skip to content
Snippets Groups Projects
Commit d5cd1bab authored by Martin Beseda's avatar Martin Beseda
Browse files

[FIX] Fixed problems with build scripts on Salomon

parent 5bc0d29f
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ BUILD_LIB=yes
#C_COMPILER="gcc"
CXX_COMPILER="mpicxx"
C_COMPILER="mpicc"
FORTRAN_COMPILER="mpifort"
FORTRAN_COMPILER="mpif90"
#**********************DO NOT CHANGE BEYOND THIS LINE****************************************
if [ -z ${DEPENDENCIES_LINK_TYPE} ]; then DEPENDENCIES_LINK_TYPE=static; fi
......
......@@ -2,8 +2,8 @@ module purge
export GIT_EXEC=/apps/all/git/2.8.0/libexec/git-core/git
ml CMake/3.16.0-rc3
ml OpenBLAS
ml PETSc/3.7.5-intel-2018.04-it4i
#ml OpenBLAS
#ml PETSc/3.7.5-intel-2018.04-it4i
ml GCCcore/8.3.0
ml Boost/1.68.0-intel-2018.04
......
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