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

Use of Mpirun

parent 74f24516
No related branches found
No related tags found
No related merge requests found
...@@ -14,14 +14,14 @@ ...@@ -14,14 +14,14 @@
# Echo des commandes # Echo des commandes
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
. ../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