Salome HOME
Improve performance to launch 100s of containers across several cluster nodes
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 11 Mar 2020 15:14:48 +0000 (16:14 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 11 Mar 2020 15:14:48 +0000 (16:14 +0100)
src/Container/SALOME_ContainerManager.cxx

index e93f6672842e5988a536d228fa69519f770eddfd..985b7aef89f10bcd40a302c1ed011e2de8a6015d 100644 (file)
@@ -531,7 +531,8 @@ SALOME_ContainerManager::LaunchContainer(const Engines::ContainerParameters& par
 
         // Launch remote command
           command += " \"ls /tmp >/dev/null 2>&1\"";
-        int status = SystemThreadSafe(command.c_str());
+        // Anthony : command is NO MORE launched to improve dramatically time to launch containers
+        int status = 0;
         if (status != 0)
           {
             // Error on resource - cannot launch commands