]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
dump state of batch job yacs graph
authorsecher <secher>
Fri, 18 Feb 2011 15:29:08 +0000 (15:29 +0000)
committersecher <secher>
Fri, 18 Feb 2011 15:29:08 +0000 (15:29 +0000)
src/Launcher/Launcher_Job_YACSFile.cxx

index 6b7b441867d1bd8c7943d4a6097415dc72bcbdb3..1f420f1aaa83fd02388456f4fc24c3d302576354 100644 (file)
@@ -35,5 +35,5 @@ 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 << " > logs/yacs_" << _launch_date << ".log 2>&1" << std::endl;
+  launch_script_stream << _resource_definition.AppliPath << "/runSession -p $appli_port driver " << _job_file_name_complete << " --dump=30 > logs/yacs_" << _launch_date << ".log 2>&1" << std::endl;
 }