mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
removed last remnants of LAM support
This commit is contained in:
18
bin/foamJob
18
bin/foamJob
@ -204,24 +204,6 @@ else
|
||||
#
|
||||
echo "Parallel processing using $WM_MPLIB with $NPROCS processors"
|
||||
case "$WM_MPLIB" in
|
||||
LAM)
|
||||
lamPid=`getPID lamd`
|
||||
if [ ! "$lamPid" ] ; then
|
||||
echo "No LAM daemon running."
|
||||
if [ -r system/machines ] ; then
|
||||
echo "system/machines file exists"
|
||||
echo "Try starting the LAM multicomputer with \"lamboot -v system/machines\""
|
||||
exit 1
|
||||
else
|
||||
echo "Cannot find a 'machines' file for LAM in system/"
|
||||
echo "required to start a LAM multicomputer"
|
||||
consultGuide
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
echo "LAM daemon running (PID $lamPid). Proceeding with MPI run."
|
||||
fi
|
||||
;;
|
||||
OPENMPI)
|
||||
# add hostfile info
|
||||
for hostfile in \
|
||||
|
||||
Reference in New Issue
Block a user