Skip to content
Snippets Groups Projects
Commit 968dbf19 authored by mattijs's avatar mattijs
Browse files

ENH: mpirunDebug: allow SYSTEMOPENMPI

parent 35f9a95d
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment