From 24ea50a61718a2d17750b5a80679d1ed9f8e7ee4 Mon Sep 17 00:00:00 2001 From: barate Date: Tue, 6 Aug 2013 12:47:51 +0000 Subject: [PATCH] Remove warning messages on resources when launching batch jobs --- src/Launcher/Launcher_Job_SALOME.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.39.2