Skip to content
Snippets Groups Projects
Commit a03368a9 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 08/12/2023: replace O3 to O2 as default compilation opti. for Belenos

parent 4795ceda
No related branches found
No related tags found
No related merge requests found
...@@ -284,7 +284,7 @@ export ARMCI_SHR_BUF_METHOD=COPY ...@@ -284,7 +284,7 @@ export ARMCI_SHR_BUF_METHOD=COPY
'Linux belenos'*|'Linux taranis'*) 'Linux belenos'*|'Linux taranis'*)
export ARCH=${ARCH:-LXifort} export ARCH=${ARCH:-LXifort}
export VER_MPI=${VER_MPI:-MPIAUTO} export VER_MPI=${VER_MPI:-MPIAUTO}
export OPTLEVEL=${OPTLEVEL:-O3} export OPTLEVEL=${OPTLEVEL:-O2}
export MVWORK=${MVWORK:-NO} export MVWORK=${MVWORK:-NO}
export VER_CDF=${VER_CDF:-CDFAUTO} export VER_CDF=${VER_CDF:-CDFAUTO}
export NEED_TOOLS=YES export NEED_TOOLS=YES
......
...@@ -20,7 +20,7 @@ hostname ...@@ -20,7 +20,7 @@ hostname
unset MAKEFLAGS unset MAKEFLAGS
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-MPIAUTO-O3 . ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-MPIAUTO-O2
export MONORUN="Mpirun -np 1 " export MONORUN="Mpirun -np 1 "
export MPIRUN="Mpirun -np 2 " export MPIRUN="Mpirun -np 2 "
export POSTRUN="echo " export POSTRUN="echo "
......
...@@ -16,7 +16,7 @@ set -x ...@@ -16,7 +16,7 @@ set -x
# On va lancer la compilation dans le répertoire de lancement du job # On va lancer la compilation dans le répertoire de lancement du job
pwd pwd
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-MPIAUTO-O3 . ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-MPIAUTO-O2
time make -j 16 time make -j 16
time make -j 1 installmaster time make -j 1 installmaster
......
...@@ -18,7 +18,7 @@ set -x ...@@ -18,7 +18,7 @@ set -x
# On va lancer la compilation dans le répertoire de lancement du job # On va lancer la compilation dans le répertoire de lancement du job
pwd pwd
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-${VER_USER}-MPIAUTO-O3 . ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-${VER_USER}-MPIAUTO-O2
time make user -j 2 time make user -j 2
time make -j 1 installuser time make -j 1 installuser
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