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

Juan 27/03/2020: update job to MNH-543

parent d7ac06a0
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
set -x set -x
cd $LOADL_STEP_INITDIR cd $LOADL_STEP_INITDIR
. ../conf/profile_mesonh-BG-R8I4-MNH-V5-4-2-MPIAUTO-O2 . ../conf/profile_mesonh-BG-R8I4-MNH-V5-4-3-MPIAUTO-O2
#001_2Drelief 002_3Drelief 003_KW78 004_Reunion 007_16janvier #001_2Drelief 002_3Drelief 003_KW78 004_Reunion 007_16janvier
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
cd $LOADL_STEP_INITDIR cd $LOADL_STEP_INITDIR
. ../conf/profile_mesonh-BGQ-R8I4-MNH-V5-4-2-MPIAUTO-O2NAN . ../conf/profile_mesonh-BGQ-R8I4-MNH-V5-4-3-MPIAUTO-O2NAN
set -x set -x
......
...@@ -19,7 +19,7 @@ set -e ...@@ -19,7 +19,7 @@ set -e
hostname hostname
# Echo des commandes # Echo des commandes
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-2-MPIINTEL-O3 . ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-3-MPIINTEL-O3
export MONORUN="Mpirun -np 1 " export MONORUN="Mpirun -np 1 "
export MPIRUN="Mpirun -np 2 " export MPIRUN="Mpirun -np 2 "
export POSTRUN="time " export POSTRUN="time "
......
...@@ -21,7 +21,7 @@ set +x ...@@ -21,7 +21,7 @@ set +x
# Nom de la machine # Nom de la machine
hostname hostname
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-2-MPIINTEL-O2 . ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-3-MPIINTEL-O2
set -x set -x
......
...@@ -18,7 +18,7 @@ set -x ...@@ -18,7 +18,7 @@ set -x
# Nom de la machine # Nom de la machine
hostname hostname
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-2-MPIINTEL-O2 . ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-3-MPIINTEL-O2
export MONORUN="Mpirun -prepend-rank -np 1 " export MONORUN="Mpirun -prepend-rank -np 1 "
export MPIRUN="Mpirun -prepend-rank -np 4 " export MPIRUN="Mpirun -prepend-rank -np 4 "
export POSTRUN="time " export POSTRUN="time "
......
...@@ -17,7 +17,7 @@ set -x ...@@ -17,7 +17,7 @@ set -x
# Nom de la machine # Nom de la machine
hostname hostname
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-2-MPIINTEL-O2 . ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-3-MPIINTEL-O2
export MONORUN="mpirun -prepend-rank -np 1 " export MONORUN="mpirun -prepend-rank -np 1 "
export MPIRUN="mpirun -prepend-rank -np 4 " export MPIRUN="mpirun -prepend-rank -np 4 "
export POSTRUN="time " export POSTRUN="time "
......
...@@ -28,7 +28,7 @@ cd ${PBS_O_WORKDIR} ...@@ -28,7 +28,7 @@ cd ${PBS_O_WORKDIR}
ARCH=LXifort ARCH=LXifort
#ARCH=LXcray #ARCH=LXcray
. ../conf/profile_mesonh-${ARCH}-R8I4-MNH-V5-4-2-MPICRAY-O2 . ../conf/profile_mesonh-${ARCH}-R8I4-MNH-V5-4-3-MPICRAY-O2
export MONORUN="aprun -n 1 " export MONORUN="aprun -n 1 "
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
cd $LOADL_STEP_INITDIR cd $LOADL_STEP_INITDIR
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-2-MPIINTEL-O2 . ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-3-MPIINTEL-O2
# Pour avoir l'echo des commandes # Pour avoir l'echo des commandes
set -x set -x
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
set -x set -x
cd $LOADL_STEP_INITDIR cd $LOADL_STEP_INITDIR
. ../conf/profile_mesonh-AIX64-R8I4-MNH-V5-4-2-MPIAUTO-O2 . ../conf/profile_mesonh-AIX64-R8I4-MNH-V5-4-3-MPIAUTO-O2
#001_2Drelief 002_3Drelief 003_KW78 004_Reunion 007_16janvier #001_2Drelief 002_3Drelief 003_KW78 004_Reunion 007_16janvier
......
...@@ -18,7 +18,7 @@ hostname ...@@ -18,7 +18,7 @@ hostname
[ -d $PBS_O_WORKDIR ] && cd $PBS_O_WORKDIR [ -d $PBS_O_WORKDIR ] && cd $PBS_O_WORKDIR
# #
. ../conf/profile_mesonh-SX8-R8I4-MNH-V5-4-2-MPIAUTO-O4 . ../conf/profile_mesonh-SX8-R8I4-MNH-V5-4-3-MPIAUTO-O4
export MONORUN="Mpirun -np 1 " export MONORUN="Mpirun -np 1 "
export MPIRUN="Mpirun -np 2 " export MPIRUN="Mpirun -np 2 "
......
...@@ -19,7 +19,7 @@ hostname ...@@ -19,7 +19,7 @@ hostname
[ -d $PBS_O_WORKDIR ] && cd $PBS_O_WORKDIR [ -d $PBS_O_WORKDIR ] && cd $PBS_O_WORKDIR
# #
. ../conf/profile_mesonh-SX8-R8I4-MNH-V5-4-2-MPIAUTO-O2 . ../conf/profile_mesonh-SX8-R8I4-MNH-V5-4-3-MPIAUTO-O2
export MONORUN="Mpirun -np 1 " export MONORUN="Mpirun -np 1 "
export MPIRUN="Mpirun -np 2 " export MPIRUN="Mpirun -np 2 "
......
...@@ -34,7 +34,7 @@ echo SHELL=$SHELL ...@@ -34,7 +34,7 @@ echo SHELL=$SHELL
cd $LOADL_STEP_INITDIR cd $LOADL_STEP_INITDIR
. ../conf/profile_mesonh-AIX64-R8I4-MNH-V5-4-2-MPIAUTO-O2 . ../conf/profile_mesonh-AIX64-R8I4-MNH-V5-4-3-MPIAUTO-O2
ulimit -c 0 # pas de core ulimit -c 0 # pas de core
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
set -x set -x
cd $LOADL_STEP_INITDIR cd $LOADL_STEP_INITDIR
. ../conf/profile_mesonh-BG-R8I4-MNH-V5-4-2-MPIAUTO-O2 . ../conf/profile_mesonh-BG-R8I4-MNH-V5-4-3-MPIAUTO-O2
#time gmake #time gmake
time gmake -r -j8 time gmake -r -j8
......
...@@ -34,7 +34,7 @@ set -x ...@@ -34,7 +34,7 @@ set -x
cd $LOADL_STEP_INITDIR cd $LOADL_STEP_INITDIR
. ../conf/profile_mesonh-BGQ-R8I4-MNH-V5-4-2-MPIAUTO-O2NAN . ../conf/profile_mesonh-BGQ-R8I4-MNH-V5-4-3-MPIAUTO-O2NAN
case $LOADL_STEP_NAME in case $LOADL_STEP_NAME in
......
...@@ -19,7 +19,7 @@ set -x ...@@ -19,7 +19,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-4-2-MPIINTEL-O3 . ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-3-MPIINTEL-O3
time gmake -j 4 time gmake -j 4
time gmake -j 1 installmaster time gmake -j 1 installmaster
......
...@@ -21,7 +21,7 @@ pwd ...@@ -21,7 +21,7 @@ pwd
ARCH=LXifort ARCH=LXifort
#ARCH=LXcray #ARCH=LXcray
. ../conf/profile_mesonh-${ARCH}-R8I4-MNH-V5-4-2-MPICRAY-O2 . ../conf/profile_mesonh-${ARCH}-R8I4-MNH-V5-4-3-MPICRAY-O2
time gmake -j 4 2>&1 | tee sortie_compile_${ARCH}.$$ time gmake -j 4 2>&1 | tee sortie_compile_${ARCH}.$$
time gmake -j 4 2>&1 | tee sortie_compile_${ARCH}2.$$ time gmake -j 4 2>&1 | tee sortie_compile_${ARCH}2.$$
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
cd $LOADL_STEP_INITDIR cd $LOADL_STEP_INITDIR
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-2-MPIINTEL-O2 . ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-3-MPIINTEL-O2
# Pour avoir l'echo des commandes # Pour avoir l'echo des commandes
set -x set -x
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
set -x set -x
cd $LOADL_STEP_INITDIR cd $LOADL_STEP_INITDIR
. ../conf/profile_mesonh-AIX64-R8I4-MNH-V5-4-2-MPIAUTO-O2 . ../conf/profile_mesonh-AIX64-R8I4-MNH-V5-4-3-MPIAUTO-O2
time gmake -j1 gribapi time gmake -j1 gribapi
time gmake -r -j8 time gmake -r -j8
......
...@@ -12,7 +12,7 @@ set -x ...@@ -12,7 +12,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
[ ${PBS_O_WORKDIR} ] && cd ${PBS_O_WORKDIR} [ ${PBS_O_WORKDIR} ] && cd ${PBS_O_WORKDIR}
. ../conf/profile_mesonh-SX8-R8I4-MNH-V5-4-2-MPIAUTO-O4 . ../conf/profile_mesonh-SX8-R8I4-MNH-V5-4-3-MPIAUTO-O4
time gmake -j 4 ########## compile on four processors to speedup the compilation time gmake -j 4 ########## compile on four processors to speedup the compilation
time gmake -j 1 installmaster time gmake -j 1 installmaster
......
...@@ -11,7 +11,7 @@ set -x ...@@ -11,7 +11,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
[ $PBS_O_WORKDIR ] && cd $PBS_O_WORKDIR [ $PBS_O_WORKDIR ] && cd $PBS_O_WORKDIR
. ../conf/profile_mesonh-SX8-R8I4-MNH-V5-4-2-MPIAUTO-O4 . ../conf/profile_mesonh-SX8-R8I4-MNH-V5-4-3-MPIAUTO-O4
time gmake -j 4 time gmake -j 4
time gmake -j 4 # some time problem with first pass in parallel compilation time gmake -j 4 # some time problem with first pass in parallel compilation
......
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