Skip to content
Snippets Groups Projects
Commit c317c422 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 06/09/2023: unset MAKEFLAGS in all job_make_examples_* jobs (to...

Philippe 06/09/2023: unset MAKEFLAGS in all job_make_examples_* jobs (to prevent problems with multiple commands launched in parallel if MAKEFLAGS='-j xx' previously set)
parent 265d6d6a
No related branches found
No related tags found
No related merge requests found
Showing
with 32 additions and 0 deletions
......@@ -19,6 +19,8 @@ set -e
hostname
# Echo des commandes
unset MAKEFLAGS
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-MPIAUTO-O2
export MONORUN="Mpirun -np 1 "
export MPIRUN="Mpirun -np 2 "
......
......@@ -18,6 +18,8 @@
set -x
cd $LOADL_STEP_INITDIR
unset MAKEFLAGS
. ../conf/profile_mesonh-BG-R8I4-MNH-V5-6-1-MPIAUTO-O2
......
......@@ -18,6 +18,8 @@
cd $LOADL_STEP_INITDIR
unset MAKEFLAGS
. ../conf/profile_mesonh-BGQ-R8I4-MNH-V5-6-1-MPIAUTO-O2NAN
set -x
......
......@@ -19,6 +19,8 @@ set -e
hostname
# Echo des commandes
unset MAKEFLAGS
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-MPIINTEL-O3
export MONORUN="Mpirun -np 1 "
export MPIRUN="Mpirun -np 2 "
......
......@@ -18,6 +18,8 @@ set -e
hostname
# Echo des commandes
unset MAKEFLAGS
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-MPIAUTO-O3
export MONORUN="Mpirun -np 1 "
export MPIRUN="Mpirun -np 2 "
......
......@@ -21,6 +21,8 @@ set +x
# Nom de la machine
hostname
unset MAKEFLAGS
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-MPIAUTO-O2
set -x
......
......@@ -20,6 +20,8 @@ set +x
# Nom de la machine
hostname
unset MAKEFLAGS
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-AMD-MPIAUTO-O2
set -x
......
......@@ -18,6 +18,8 @@ set -x
# Nom de la machine
hostname
unset MAKEFLAGS
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-MPIINTEL-O2
export MONORUN="Mpirun -prepend-rank -np 1 "
export MPIRUN="Mpirun -prepend-rank -np 4 "
......
......@@ -17,6 +17,8 @@ set -x
# Nom de la machine
hostname
unset MAKEFLAGS
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-MPIINTEL-O2
export MONORUN="mpirun -prepend-rank -np 1 "
export MPIRUN="mpirun -prepend-rank -np 4 "
......
......@@ -24,6 +24,8 @@ set -x
# Nom de la machine
hostname
unset MAKEFLAGS
cd ${PBS_O_WORKDIR}
ARCH=LXifort
......
......@@ -19,6 +19,8 @@ set -x
# Nom de la machine
hostname
unset MAKEFLAGS
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-MPIINTEL-O2
export MONORUN="Exec srun -l -n 1 --export=ALL numabind_core_slurm"
export MPIRUN="Exec srun -l -n 4 --export=ALL numabind_core_slurm"
......
......@@ -19,6 +19,8 @@
cd $LOADL_STEP_INITDIR
unset MAKEFLAGS
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-MPIINTEL-O2
# Pour avoir l'echo des commandes
......
......@@ -24,6 +24,8 @@
set -x
cd $LOADL_STEP_INITDIR
unset MAKEFLAGS
. ../conf/profile_mesonh-AIX64-R8I4-MNH-V5-6-1-MPIAUTO-O2
......
......@@ -16,6 +16,8 @@ set -x
# Nom de la machine
hostname
unset MAKEFLAGS
[ -d $PBS_O_WORKDIR ] && cd $PBS_O_WORKDIR
#
. ../conf/profile_mesonh-SX8-R8I4-MNH-V5-6-1-MPIAUTO-O4
......
......@@ -16,6 +16,8 @@ set -x
# Nom de la machine
hostname
unset MAKEFLAGS
[ -d $PBS_O_WORKDIR ] && cd $PBS_O_WORKDIR
#
......
......@@ -34,6 +34,8 @@ echo SHELL=$SHELL
cd $LOADL_STEP_INITDIR
unset MAKEFLAGS
. ../conf/profile_mesonh-AIX64-R8I4-MNH-V5-6-1-MPIAUTO-O2
ulimit -c 0 # pas de core
......
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