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

Juan 24/11/2016: job_{} , upgrade to MNH-5-2-2

parent 532f44d0
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 24 deletions
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
set -x set -x
cd $LOADL_STEP_INITDIR cd $LOADL_STEP_INITDIR
. ../conf/profile_mesonh-BGI4-MNH-V5-2-1-MPIAUTO-O2 . ../conf/profile_mesonh-BGI4-MNH-V5-2-2-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-BGQI4-MNH-V5-2-1-MPIAUTO-O2NAN . ../conf/profile_mesonh-BGQI4-MNH-V5-2-2-MPIAUTO-O2NAN
set -x set -x
......
...@@ -19,7 +19,7 @@ set -e ...@@ -19,7 +19,7 @@ set -e
# Nom de la machine # Nom de la machine
hostname hostname
. ../conf/profile_mesonh-LXifortI4-MNH-V5-2-1-MPIINTEL-O3 . ../conf/profile_mesonh-LXifortI4-MNH-V5-2-2-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 "
......
#!/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
...@@ -17,9 +17,9 @@ set -x ...@@ -17,9 +17,9 @@ set -x
# Nom de la machine # Nom de la machine
hostname hostname
. ../conf/profile_mesonh-LXifortI4-MNH-V5-2-1-MPIINTEL-O2 . ../conf/profile_mesonh-LXifortI4-MNH-V5-2-2-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
......
...@@ -27,7 +27,7 @@ cd ${PBS_O_WORKDIR} ...@@ -27,7 +27,7 @@ cd ${PBS_O_WORKDIR}
#ARCH=LXifort #ARCH=LXifort
ARCH=LXcray ARCH=LXcray
. ../conf/profile_mesonh-${ARCH}I4-MNH-V5-2-1-MPICRAY-O2 . ../conf/profile_mesonh-${ARCH}I4-MNH-V5-2-2-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-LXifortI4-MNH-V5-2-1-MPIINTEL-O2 . ../conf/profile_mesonh-LXifortI4-MNH-V5-2-2-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-MNH-V5-2-1-MPIAUTO-O2 . ../conf/profile_mesonh-AIX64-MNH-V5-2-2-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-SX8I4-MNH-V5-2-1-MPIAUTO-O4 . ../conf/profile_mesonh-SX8I4-MNH-V5-2-2-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-SX8I4-MNH-V5-2-1-MPIAUTO-O2 . ../conf/profile_mesonh-SX8I4-MNH-V5-2-2-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-AIX64I4-MNH-V5-2-1-MPIAUTO-O2 . ../conf/profile_mesonh-AIX64I4-MNH-V5-2-2-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-BGI4-MNH-V5-2-1-MPIAUTO-O2 . ../conf/profile_mesonh-BGI4-MNH-V5-2-2-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-BGQI4-MNH-V5-2-1-MPIAUTO-O2NAN . ../conf/profile_mesonh-BGQI4-MNH-V5-2-2-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-LXifortI4-MNH-V5-2-1-MPIINTEL-O3 . ../conf/profile_mesonh-LXifortI4-MNH-V5-2-2-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}I4-MNH-V5-2-1-MPICRAY-O2 . ../conf/profile_mesonh-${ARCH}I4-MNH-V5-2-2-MPICRAY-O2
time gmake -j 4 2>&1 | tee sortie_compile_cray.$$ time gmake -j 4 2>&1 | tee sortie_compile_cray.$$
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
cd $LOADL_STEP_INITDIR cd $LOADL_STEP_INITDIR
. ../conf/profile_mesonh-LXifortI4-MNH-V5-2-1-MPIINTEL-O2 . ../conf/profile_mesonh-LXifortI4-MNH-V5-2-2-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-AIX64I4-MNH-V5-2-1-MPIAUTO-O2 . ../conf/profile_mesonh-AIX64I4-MNH-V5-2-2-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-SX8I4-MNH-V5-2-1-MPIAUTO-O4 . ../conf/profile_mesonh-SX8I4-MNH-V5-2-2-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-SX8I4-MNH-V5-2-1-MPIAUTO-O4 . ../conf/profile_mesonh-SX8I4-MNH-V5-2-2-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
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
set -x set -x
cd $LOADL_STEP_INITDIR cd $LOADL_STEP_INITDIR
. ../conf/profile_mesonh-AIX64I4-MNH-V5-2-1-MPIAUTO-O2 . ../conf/profile_mesonh-AIX64I4-MNH-V5-2-2-MPIAUTO-O2
time gmake -r -j1 time gmake -r -j1
time gmake installmaster time gmake installmaster
......
...@@ -19,7 +19,7 @@ export VER_USER= ########## Your own USER Directory ...@@ -19,7 +19,7 @@ export VER_USER= ########## Your own USER Directory
set -x 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
. ../conf/profile_mesonh-LXifortI4-MNH-V5-2-1-${VER_USER}-MPIINTEL-O3 . ../conf/profile_mesonh-LXifortI4-MNH-V5-2-2-${VER_USER}-MPIINTEL-O3
time gmake user time gmake user
time gmake -j 1 installuser time gmake -j 1 installuser
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