From: prascle Date: Mon, 7 Nov 2005 18:53:27 +0000 (+0000) Subject: PR: in case of use MPI LAM for MPI components X-Git-Tag: BR_UT_V310a2_20051115~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bb4fc9f03f9d665dc30bee2b2079d7289676cc5c;p=modules%2Fkernel.git PR: in case of use MPI LAM for MPI components --- 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