Skip to content
Snippets Groups Projects
Commit fee7f977 authored by Mark Olesen's avatar Mark Olesen
Browse files

ENH: foamJob : allow systemopenmpi (as per 8be22e51)

parent 190e3a86
Branches
Tags
No related merge requests found
......@@ -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 \
......
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