Skip to content
Snippets Groups Projects
Commit b66acc98 authored by joulinp's avatar joulinp
Browse files

Configure : adding ifpen computers env

parent 2d581fd9
No related branches found
No related tags found
No related merge requests found
...@@ -479,7 +479,18 @@ module load intel/20.0.015 intelmpi/20.0.015 ...@@ -479,7 +479,18 @@ module load intel/20.0.015 intelmpi/20.0.015
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
"} "}
;; ;;
'Linux irlin'*|'Linux islin'*|'Linux ener440'*) # PC IFPEN
export ARCH=${ARCH:-LXgfortran}
export VER_MPI=${VER_MPI:-MPIAUTO}
export OPTLEVEL=${OPTLEVEL:-O2}
export VER_CDF=${VER_CDF:-CDFAUTO}
export MNHENV=${MNHENV:-"
module purge
source /soft/irsrvsoft1/expl/eb/r17/el_7-x86_64/envs/mesonh.sh
"}
;;
Linux*) Linux*)
export ARCH=${ARCH:-LXgfortran} 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