From a4b8eb40b7cddb2ef61502efdbaf8f7d221a81f2 Mon Sep 17 00:00:00 2001 From: Juan Escobar <escj@aero.obs-mip.fr> Date: Thu, 24 Nov 2016 18:23:08 +0100 Subject: [PATCH] Juan 24/11/2016: job..eos , active export=NONE & remove bind option alreaddy in profile_mesonh --- src/job_make_examples_BullX_eos | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/job_make_examples_BullX_eos b/src/job_make_examples_BullX_eos index c0a20ddba..98e4ca1fb 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 -- GitLab