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

Juan 18/07/2018:configure , add now CALMIP Olympe computer

parent c9530c7e
No related branches found
No related tags found
No related merge requests found
......@@ -291,6 +291,18 @@ export SLURM_CPU_BIND=none
export I_MPI_PIN_PROCESSOR_LIST=all:map=spread
"}
;;
'Linux olympe'*)
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 intel/18.2 intelmpi/18.2
export SLURM_CPU_BIND=none
export I_MPI_PIN_PROCESSOR_LIST=all:map=spread
"}
;;
Linux*)
export ARCH=${ARCH:-LXgfortran}
......
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