diff --git a/bin/foamJob b/bin/foamJob index 0f679d7275..289d430d83 100755 --- a/bin/foamJob +++ b/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 \ diff --git a/bin/mpirunDebug b/bin/mpirunDebug index 66bc86e42b..57df760873 100755 --- a/bin/mpirunDebug +++ b/bin/mpirunDebug @@ -162,10 +162,6 @@ do if [ .$WM_MPLIB = .OPENMPI ]; then node="-np 1 " - elif [ .$WM_MPLIB = .LAM ]; then - if [ "$spawn" -eq 2 ]; then - node="c${proc} " - fi fi echo "#!/bin/sh" > $procCmdFile @@ -210,8 +206,6 @@ done cmd="" if [ .$WM_MPLIB = .OPENMPI ]; then cmd="mpirun -app $PWD/mpirun.schema