diff --git a/src/job_make_examples_BullX_eos b/src/job_make_examples_BullX_eos index c0a20ddbae56fe6a6c6069f7d90f56f7723030c5..98e4ca1fb5b202aba9680390e7c7b9110aad1ef8 100755 --- a/src/job_make_examples_BullX_eos +++ b/src/job_make_examples_BullX_eos @@ -1,12 +1,12 @@ #!/bin/bash #SBATCH -J Examples -#SBATCH -N 1 # nodes number +#SBATCH -N 2 # nodes number #SBATCH -n 4 # CPUs number (on all nodes) #SBATCH --exclusive #SBATCH -o Examples.eo%j # #SBATCH -e Examples.eo%j # #SBATCH -t 01:00:00 # time limit -##SBATCH --export=NONE +#SBATCH --export=NONE # Echo des commandes ulimit -c 0 @@ -18,8 +18,8 @@ set -x hostname . ../conf/profile_mesonh-LXifortI4-MNH-V5-3-0-MPIINTEL-O2 -export MONORUN="mpirun -genv I_MPI_PIN_PROCESSOR_LIST=all:map=spread -prepend-rank -np 1 " -export MPIRUN="mpirun -genv I_MPI_PIN_PROCESSOR_LIST=all:map=spread -prepend-rank -np 4 " +export MONORUN="mpirun -prepend-rank -np 1 " +export MPIRUN="mpirun -prepend-rank -np 4 " export POSTRUN="time " cd $SRC_MESONH/MY_RUN/KTEST/003_KW78