From bb4fc9f03f9d665dc30bee2b2079d7289676cc5c Mon Sep 17 00:00:00 2001 From: prascle Date: Mon, 7 Nov 2005 18:53:27 +0000 Subject: [PATCH] PR: in case of use MPI LAM for MPI components --- bin/appliskel/runAppli | 7 +++++++ bin/appliskel/runTests | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/bin/appliskel/runAppli b/bin/appliskel/runAppli index 39083ff01..212c4cc18 100755 --- a/bin/appliskel/runAppli +++ b/bin/appliskel/runAppli @@ -55,6 +55,13 @@ searchFreePort() { done } +# --- if mpi lam, start lam (seems safe to be done several times) +# arret manuel avec lamhalt + +if [ "$LAMBHOST" ]; then + lamboot +fi + # --- run SALOME # (default arguments defined in local salome.launch could be completed # by arguments to this command) diff --git a/bin/appliskel/runTests b/bin/appliskel/runTests index 487b4a302..6e625f0a0 100755 --- a/bin/appliskel/runTests +++ b/bin/appliskel/runTests @@ -55,6 +55,13 @@ searchFreePort() { done } +# --- if mpi lam, start lam (seems safe to be done several times) +# arret manuel avec lamhalt + +if [ "$LAMBHOST" ]; then + lamboot +fi + # --- invoque shell with or without args searchFreePort -- 2.39.2