From: ribes Date: Thu, 17 Feb 2011 14:23:45 +0000 (+0000) Subject: Adding a new batch system LoadLeveler (IBM tool) in Launcher X-Git-Tag: Start_BR_19998_21191~67 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2580c310c5a0b4dcfb31cd488cc3f198549a1530;p=modules%2Fkernel.git Adding a new batch system LoadLeveler (IBM tool) in Launcher --- diff --git a/src/Launcher/Launcher.cxx b/src/Launcher/Launcher.cxx index 59956a776..e416a934c 100644 --- a/src/Launcher/Launcher.cxx +++ b/src/Launcher/Launcher.cxx @@ -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");