From: Cédric Aguerre Date: Fri, 14 Oct 2016 15:02:12 +0000 (+0200) Subject: Fix job launcher - terminating SALOME X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c94d73ab726caf4ebd3f3c19287537504adb9646;p=modules%2Fyacs.git Fix job launcher - terminating SALOME --- diff --git a/src/Launcher/Launcher_Job_SALOME.cxx b/src/Launcher/Launcher_Job_SALOME.cxx index f41442967..49a12128f 100644 --- a/src/Launcher/Launcher_Job_SALOME.cxx +++ b/src/Launcher/Launcher_Job_SALOME.cxx @@ -138,7 +138,7 @@ Launcher::Job_SALOME::buildSalomeScript(Batch::Parametre params) addJobTypeSpecificScript(launch_script_stream); // End - launch_script_stream << _resource_definition.AppliPath << "/salome shell -p \"$appli_port\" shutdownSalome.py" << std::endl; + launch_script_stream << _resource_definition.AppliPath << "/salome shell -p \"$appli_port\" killSalomeWithPort.py args:\"$appli_port\"" << std::endl; //launch_script_stream << "sleep 10" << std::endl; // Return