Skip to content
Snippets Groups Projects
Commit bc73541b authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 10/01/2023:configure, for CALMIP/olympe Upgrade cmake/3.22.2 +...

Juan 10/01/2023:configure, for CALMIP/olympe Upgrade cmake/3.22.2 + intel/oneapi/2022.1.2 + compiler/2022.0.2(=ifort/2021.5.0) + (intel)mpi/2021.5.1
parent 12cad15b
No related branches found
No related tags found
No related merge requests found
...@@ -531,15 +531,16 @@ export SLURM_CPU_BIND=none ...@@ -531,15 +531,16 @@ export SLURM_CPU_BIND=none
export I_MPI_PIN_PROCESSOR_LIST=all:map=spread export I_MPI_PIN_PROCESSOR_LIST=all:map=spread
"} "}
;; ;;
'Linux olympe'*) 'Linux olympe'*) # CALMIP
export ARCH=${ARCH:-LXifort} export ARCH=${ARCH:-LXifort}
export VER_MPI=${VER_MPI:-MPIINTEL} export VER_MPI=${VER_MPI:-MPIINTEL}
export OPTLEVEL=${OPTLEVEL:-O2} export OPTLEVEL=${OPTLEVEL:-O2}
export VER_CDF=${VER_CDF:-CDFAUTO} export VER_CDF=${VER_CDF:-CDFAUTO}
export MNHENV=${MNHENV:-" export MNHENV=${MNHENV:-"
module purge module purge
module load cmake/3.13.0 module load cmake/3.22.2
module load intel/20.0.015 intelmpi/20.0.015 module load intel/oneapi/2022.1.2 compiler/2022.0.2 mpi/2021.5.1
export SLURM_CPU_BIND=none export SLURM_CPU_BIND=none
export I_MPI_PIN_PROCESSOR_LIST=all:map=spread export I_MPI_PIN_PROCESSOR_LIST=all:map=spread
"} "}
......
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