From: Anthony Geay Date: Wed, 11 Mar 2020 15:14:48 +0000 (+0100) Subject: Improve performance to launch 100s of containers across several cluster nodes X-Git-Tag: V9_5_0a2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eb13b310aad133324d9d327475068d5ba9686189;p=modules%2Fkernel.git Improve performance to launch 100s of containers across several cluster nodes --- diff --git a/src/Container/SALOME_ContainerManager.cxx b/src/Container/SALOME_ContainerManager.cxx index e93f66728..985b7aef8 100644 --- a/src/Container/SALOME_ContainerManager.cxx +++ b/src/Container/SALOME_ContainerManager.cxx @@ -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