mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: mpirunDebug : WM_MPLIB checking
This commit is contained in:
@ -239,6 +239,11 @@ MPICH)
|
|||||||
cmd="${cmd} -n 1 ${procXtermCmdFile}"
|
cmd="${cmd} -n 1 ${procXtermCmdFile}"
|
||||||
done < $PWD/mpirun.schema
|
done < $PWD/mpirun.schema
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
echo
|
||||||
|
echo "Unsupported WM_MPLIB setting : $WM_MPLIB"
|
||||||
|
printUsage
|
||||||
|
exit 1
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "Constructed $PWD/mpirun.schema file."
|
echo "Constructed $PWD/mpirun.schema file."
|
||||||
|
|||||||
Reference in New Issue
Block a user