Salome HOME
Implemented method addJob for LoadLeveler
authorbarate <barate>
Mon, 28 Mar 2011 07:33:38 +0000 (07:33 +0000)
committerbarate <barate>
Mon, 28 Mar 2011 07:33:38 +0000 (07:33 +0000)
src/LoadLeveler/Batch_BatchManager_eLL.cxx

index 57d55e7ce7efe63bf4bd96a31d09b7aacc2eafa6..86dab9e5c163242d4b84768a7dd289847797b8f0 100644 (file)
@@ -276,7 +276,7 @@ namespace Batch {
 
   const JobId BatchManager_eLL::addJob(const Job & job, const string reference)
   {
-    throw NotYetImplementedException("BatchManager_eLL::addJob");
+    return JobId(this, reference);
   }
 
 }