Skip to content
Snippets Groups Projects
Commit b95d9289 authored by Jeanine Payart's avatar Jeanine Payart
Browse files

src/job_make_mesonh_BullX : Replace mpirun by Mpirun

parent ab56490a
No related branches found
No related tags found
No related merge requests found
...@@ -13,15 +13,15 @@ ...@@ -13,15 +13,15 @@
ulimit -c 0 ulimit -c 0
ulimit -s unlimited ulimit -s unlimited
# Arrete du job des la premiere erreur # Arret du job des la premiere erreur
set -e set -e
# Nom de la machine # Nom de la machine
hostname hostname
# Echo des commandes # Echo des commandes
. ../conf/profile_mesonh-LXifortI4-MNH-V5-3-0-MPIINTEL-O3 . ../conf/profile_mesonh-LXifortI4-MNH-V5-3-0-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 "
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