From: barate Date: Tue, 6 Aug 2013 12:47:51 +0000 (+0000) Subject: Remove warning messages on resources when launching batch jobs X-Git-Tag: begin_agr_portmanager_branch_131004~60 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=24ea50a61718a2d17750b5a80679d1ed9f8e7ee4;p=modules%2Fkernel.git Remove warning messages on resources when launching batch jobs --- diff --git a/src/Launcher/Launcher_Job_SALOME.cxx b/src/Launcher/Launcher_Job_SALOME.cxx index b5a2a2a11..7720767f6 100644 --- a/src/Launcher/Launcher_Job_SALOME.cxx +++ b/src/Launcher/Launcher_Job_SALOME.cxx @@ -97,7 +97,9 @@ Launcher::Job_SALOME::buildSalomeScript(Batch::Parametre params) launch_script_stream << "do" << std::endl; // Full name doesn't work. eg: sagittaire-7 instead of sagittaire-7.lyon.grid5000.fr launch_script_stream << "host_basename=$(echo $host | cut -f1 -d.)" << std::endl; - launch_script_stream << "echo '> $CATALOG_FILE" << std::endl; launch_script_stream << "echo ' protocol=\"" << resource_protocol << "\"' >> $CATALOG_FILE" << std::endl; launch_script_stream << "echo ' userName=\"" << _resource_definition.UserName << "\"' >> $CATALOG_FILE" << std::endl; launch_script_stream << "echo ' appliPath=\"" << _resource_definition.AppliPath << "\"' >> $CATALOG_FILE" << std::endl;