Salome HOME
Adding a new batch system LoadLeveler (IBM tool) in Launcher
[modules/kernel.git] / 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");