Skip to content
Snippets Groups Projects
Commit 2681fa17 authored by gazoppce's avatar gazoppce
Browse files

Merge branch 'fix-scripts' into 'develop-56'

Fix scripts

See merge request r174/eolien/meso-nh/eol!12
parents 23857be1 4e754166
No related branches found
No related tags found
No related merge requests found
......@@ -480,7 +480,7 @@ export SLURM_CPU_BIND=none
export I_MPI_PIN_PROCESSOR_LIST=all:map=spread
"}
;;
'Linux irlin'*|'Linux islin'*|'Linux ener440'*) # PC IFPEN
'Linux irlin'*|'Linux islin'*|'Linux ener'*) # PC IFPEN
export ARCH=${ARCH:-LXgfortran}
export VER_MPI=${VER_MPI:-MPIAUTO}
export OPTLEVEL=${OPTLEVEL:-O2}
......
......@@ -14,7 +14,7 @@ export VER_MPI=MPIAUTO
export OPTLEVEL=DEBUG
# Test de l'existence du profile
if ! [ -e ../conf/profile_mesonh-${ARCH}-R8I4-${VERSION_XYZ}-${VER_MPI}-${OPTLEVEL}]; then
if ! [ -e ../conf/profile_mesonh-${ARCH}-R8I4-${VERSION_XYZ}-${VER_MPI}-${OPTLEVEL} ]; then
./configure
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment