mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: mpirunDebug: allow SYSTEMOPENMPI
This commit is contained in:
@ -162,12 +162,14 @@ do
|
|||||||
procCmdFile="$PWD/processor${proc}.sh"
|
procCmdFile="$PWD/processor${proc}.sh"
|
||||||
procLog="processor${proc}.log"
|
procLog="processor${proc}.log"
|
||||||
geom="-geometry 120x20+$xpos+$ypos"
|
geom="-geometry 120x20+$xpos+$ypos"
|
||||||
node=""
|
|
||||||
|
|
||||||
if [ "$WM_MPLIB" = OPENMPI ]
|
case "$WM_MPLIB" in
|
||||||
then
|
*OPENMPI)
|
||||||
node="-np 1 "
|
node="-np 1 "
|
||||||
fi
|
;;
|
||||||
|
*)
|
||||||
|
node=""
|
||||||
|
esac
|
||||||
|
|
||||||
echo "#!/bin/sh" > $procCmdFile
|
echo "#!/bin/sh" > $procCmdFile
|
||||||
case "$method" in
|
case "$method" in
|
||||||
|
|||||||
Reference in New Issue
Block a user