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

Juan 24/11/2016: job..eos , active export=NONE & remove bind option alreaddy in profile_mesonh

parent 83b5b7d0
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
#SBATCH -J Examples #SBATCH -J Examples
#SBATCH -N 1 # nodes number #SBATCH -N 2 # nodes number
#SBATCH -n 4 # CPUs number (on all nodes) #SBATCH -n 4 # CPUs number (on all nodes)
#SBATCH --exclusive #SBATCH --exclusive
#SBATCH -o Examples.eo%j # #SBATCH -o Examples.eo%j #
#SBATCH -e Examples.eo%j # #SBATCH -e Examples.eo%j #
#SBATCH -t 01:00:00 # time limit #SBATCH -t 01:00:00 # time limit
##SBATCH --export=NONE #SBATCH --export=NONE
# Echo des commandes # Echo des commandes
ulimit -c 0 ulimit -c 0
...@@ -18,8 +18,8 @@ set -x ...@@ -18,8 +18,8 @@ set -x
hostname hostname
. ../conf/profile_mesonh-LXifortI4-MNH-V5-3-0-MPIINTEL-O2 . ../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 MONORUN="mpirun -prepend-rank -np 1 "
export MPIRUN="mpirun -genv I_MPI_PIN_PROCESSOR_LIST=all:map=spread -prepend-rank -np 4 " export MPIRUN="mpirun -prepend-rank -np 4 "
export POSTRUN="time " export POSTRUN="time "
cd $SRC_MESONH/MY_RUN/KTEST/003_KW78 cd $SRC_MESONH/MY_RUN/KTEST/003_KW78
......
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