mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: foamJob : allow systemopenmpi (as per 8be22e5176)
This commit is contained in:
@ -188,12 +188,12 @@ then
|
||||
fi
|
||||
mpiopts="-np $NPROCS"
|
||||
|
||||
#
|
||||
#
|
||||
# is the machine ready to run parallel?
|
||||
#
|
||||
echo "Parallel processing using $WM_MPLIB with $NPROCS processors"
|
||||
case "$WM_MPLIB" in
|
||||
OPENMPI)
|
||||
*OPENMPI)
|
||||
# add hostfile info
|
||||
for hostfile in \
|
||||
hostfile \
|
||||
|
||||
Reference in New Issue
Block a user