From 69a01ba61cdbd4ff9e82172d3ee4dc32f42743ad Mon Sep 17 00:00:00 2001 From: barate Date: Mon, 17 Oct 2011 15:57:21 +0000 Subject: [PATCH] Try to kill Salome application when a YACS Launcher job is killed --- src/Launcher/Launcher_Job_YACSFile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Launcher/Launcher_Job_YACSFile.cxx b/src/Launcher/Launcher_Job_YACSFile.cxx index d4e085c1b..c0efb9d23 100644 --- a/src/Launcher/Launcher_Job_YACSFile.cxx +++ b/src/Launcher/Launcher_Job_YACSFile.cxx @@ -40,7 +40,7 @@ Launcher::Job_YACSFile::setJobFile(const std::string & job_file) void Launcher::Job_YACSFile::addJobTypeSpecificScript(std::ofstream & launch_script_stream) { - launch_script_stream << _resource_definition.AppliPath << "/runSession -p $appli_port driver " << _job_file_name_complete; + launch_script_stream << _resource_definition.AppliPath << "/runSession -p $appli_port driver -k $appli_port " << _job_file_name_complete; if (_dumpState > 0) launch_script_stream << " --dump=" << _dumpState; launch_script_stream << " > logs/yacs_" << _launch_date << ".log 2>&1" << std::endl; -- 2.39.2