Salome HOME
Fixed test for Slurm
authorbarate <barate>
Thu, 12 May 2011 15:36:19 +0000 (15:36 +0000)
committerbarate <barate>
Thu, 12 May 2011 15:36:19 +0000 (15:36 +0000)
src/Slurm/Test/Test_eSlurm.cxx

index 16142e22f3a10361349fcedc5e96337d3d254b9b..be488f07ea8ee8776a89fcee7856a5fe785ea8dd 100644 (file)
@@ -111,7 +111,7 @@ int main(int argc, char** argv)
     BatchManagerCatalog& c = BatchManagerCatalog::getInstance();
 
     // Create a BatchManager of type ePBS on localhost
-    FactBatchManager_eClient * fbm = (FactBatchManager_eClient *)(c("eSlurm"));
+    FactBatchManager_eClient * fbm = (FactBatchManager_eClient *)(c("eSLURM"));
     BatchManager_eClient * bm = (*fbm)(host.c_str(), user.c_str(), protocol);
 
     // Submit the job to the BatchManager