ENH: mpirunDebug: allow SYSTEMOPENMPI

This commit is contained in:
mattijs
2010-10-29 16:09:31 +01:00
parent 35f9a95d0c
commit 968dbf192f

View File

@ -162,12 +162,14 @@ do
procCmdFile="$PWD/processor${proc}.sh"
procLog="processor${proc}.log"
geom="-geometry 120x20+$xpos+$ypos"
node=""
if [ "$WM_MPLIB" = OPENMPI ]
then
case "$WM_MPLIB" in
*OPENMPI)
node="-np 1 "
fi
;;
*)
node=""
esac
echo "#!/bin/sh" > $procCmdFile
case "$method" in