]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Adding a new batch system LoadLeveler (IBM tool) in Launcher
authorribes <ribes>
Thu, 17 Feb 2011 14:23:45 +0000 (14:23 +0000)
committerribes <ribes>
Thu, 17 Feb 2011 14:23:45 +0000 (14:23 +0000)
src/Launcher/Launcher.cxx

index 59956a776d211d3f594eb3983433ffc86e908f94..e416a934c26b2adfe7bd9808619417faa99b2bbf 100644 (file)
@@ -453,6 +453,9 @@ Launcher_cpp::FactoryBatchManager(ParserResourcesType& params)
     case ssh_batch:
       bmType = "eSSH";
       break;
+    case ll:
+      bmType = "eLL";
+      break;
     default:
       LAUNCHER_MESSAGE("Bad batch description of the resource: Batch = " << params.Batch);
       throw LauncherException("No batchmanager for that cluster - Bad batch description of the resource");