This commit is contained in:
Hrvoje Jasak 2015-06-26 19:28:41 +01:00
parent 91e9838649
commit 079b436c58

View file

@ -79,7 +79,7 @@ runParallel ()
then
mpirunProg=mpirun
else
# Allow exceentric systems to override the hardcoded mpirun
# Allow eccentric systems to override the hardcoded mpirun
mpirunProg=$WM_MPIRUN_PROG
fi
( $mpirunProg -np $1 $APP_RUN -parallel < /dev/null > $LOG_NAME 2>&1 )