Salome HOME
Improve performance to launch 100s of containers across several cluster nodes
[modules/kernel.git] / 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