]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
Fix regression in Launcher with ForEach-like batch jobs
authorbarate <barate>
Fri, 19 Apr 2013 16:04:46 +0000 (16:04 +0000)
committerbarate <barate>
Fri, 19 Apr 2013 16:04:46 +0000 (16:04 +0000)
src/Launcher/Launcher_Job_SALOME.cxx

index fe38e09b6d2cab61a2542fe91600e07075357af1..b5a2a2a11d00f8c69f8bbcdd6863c61958fab6d6 100644 (file)
@@ -104,7 +104,7 @@ Launcher::Job_SALOME::buildSalomeScript(Batch::Parametre params)
   launch_script_stream << "echo '         mpi=\"" << _resource_definition.getMpiImplTypeStr() << "\"' >> $CATALOG_FILE" << std::endl;
   launch_script_stream << "echo '         nbOfNodes='\\\"$nbproc\\\" >> $CATALOG_FILE" << std::endl;
   launch_script_stream << "echo '         nbOfProcPerNode=\"1\"' >> $CATALOG_FILE" << std::endl;
-  launch_script_stream << "echo '         can_run_containers=\"true\"' >> $CATALOG_FILE" << std::endl;
+  launch_script_stream << "echo '         canRunContainers=\"true\"' >> $CATALOG_FILE" << std::endl;
   launch_script_stream << "echo '/>'                                                              >> $CATALOG_FILE" << std::endl;
   launch_script_stream << "done"                                 << std::endl;
   launch_script_stream << "echo '</resources>' >> $CATALOG_FILE" << std::endl;