Skip to content
Snippets Groups Projects
Commit a996607d authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 06/12/2023: add datarmor in configure

parent 609b6c04
No related branches found
No related tags found
No related merge requests found
...@@ -556,6 +556,22 @@ source /soft/irsrvsoft1/expl/eb/r17/$(echo el_`lsb_release -r | awk -F ":" ' {pr ...@@ -556,6 +556,22 @@ source /soft/irsrvsoft1/expl/eb/r17/$(echo el_`lsb_release -r | awk -F ":" ' {pr
"} "}
;; ;;
'Linux datarmor'*)
export ARCH=${ARCH:-LXifort}
export VER_MPI=${VER_MPI:-MPIINTEL}
export OPTLEVEL=${OPTLEVEL:-O2}
export VER_CDF=${VER_CDF:-CDFAUTO}
export MNHENV=${MNHENV:-"
module purge
module load cmake/3.15.0
module load intel-fc-20/19.1.3
module load gcc/12.2.0
module load impi/2019.9.304
export CC=gcc
export CXX=g++
"}
;;
Linux*) Linux*)
export ARCH=${ARCH:-LXgfortran} export ARCH=${ARCH:-LXgfortran}
export VER_MPI=${VER_MPI:-MPIVIDE} export VER_MPI=${VER_MPI:-MPIVIDE}
......
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