]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: with lam, transfer some environment variables
authorprascle <prascle>
Mon, 7 Nov 2005 09:23:08 +0000 (09:23 +0000)
committerprascle <prascle>
Mon, 7 Nov 2005 09:23:08 +0000 (09:23 +0000)
src/ResourcesManager/SALOME_ResourcesManager.cxx

index 88ff54e84b5119fe1efaede0bedb4f96f9e9e582..26f9d2de74d3d1172c60d9d62799eda7afa00ef0 100644 (file)
@@ -461,6 +461,7 @@ SALOME_ResourcesManager::BuildCommandToLaunchLocalContainer
       o << nbproc << " ";
 
       command += o.str();
+      command += "-x PATH,LD_LIBRARY_PATH,OMNIORB_CONFIG,SALOME_trace ";
 
       if (isPythonContainer(params.container_name))
         command += "pyMPI SALOME_ContainerPy.py ";