From 999ed8812cc189c99b092702089690ee2332b42e Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Wed, 15 Jul 2009 12:26:12 +0200 Subject: [PATCH] removed last remnants of LAM support --- bin/foamJob | 18 --------------- bin/mpirunDebug | 6 ----- etc/bashrc | 4 ++-- etc/cshrc | 4 ++-- etc/settings.csh | 15 +------------ etc/settings.sh | 35 ++++++++++-------------------- wmake/rules/linux64Gcc/mplibLAM | 3 --- wmake/rules/linux64Gcc42/mplibLAM | 3 --- wmake/rules/linux64Gcc43/mplibLAM | 3 --- wmake/rules/linux64Icc/mplibLAM | 3 --- wmake/rules/linuxGcc/mplibLAM | 3 --- wmake/rules/linuxGcc42/mplibLAM | 3 --- wmake/rules/linuxGcc43/mplibLAM | 3 --- wmake/rules/linuxIA64Gcc/mplibLAM | 3 --- wmake/rules/linuxIA64Icc/mplibLAM | 3 --- wmake/rules/linuxIcc/mplibLAM | 3 --- wmake/rules/linuxPPC64Gcc/mplibLAM | 3 --- wmake/rules/linuxmingw32/mplibLAM | 3 --- wmake/rules/solarisGcc/mplibLAM | 3 --- 19 files changed, 16 insertions(+), 105 deletions(-) delete mode 100644 wmake/rules/linux64Gcc/mplibLAM delete mode 100644 wmake/rules/linux64Gcc42/mplibLAM delete mode 100644 wmake/rules/linux64Gcc43/mplibLAM delete mode 100644 wmake/rules/linux64Icc/mplibLAM delete mode 100644 wmake/rules/linuxGcc/mplibLAM delete mode 100644 wmake/rules/linuxGcc42/mplibLAM delete mode 100644 wmake/rules/linuxGcc43/mplibLAM delete mode 100644 wmake/rules/linuxIA64Gcc/mplibLAM delete mode 100644 wmake/rules/linuxIA64Icc/mplibLAM delete mode 100644 wmake/rules/linuxIcc/mplibLAM delete mode 100644 wmake/rules/linuxPPC64Gcc/mplibLAM delete mode 100644 wmake/rules/linuxmingw32/mplibLAM delete mode 100644 wmake/rules/solarisGcc/mplibLAM 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