Salome HOME
Added LoadLeveler client (only submit is implemented for now)
[tools/libbatch.git] / src / Core / Batch_FactBatchManager_eClient.hxx
index 9713f68c4813fddaa856dd1debca8c976ade7dab..5c905c329d4e238ce6aff5692847c53fcee06eb2 100644 (file)
@@ -50,8 +50,8 @@ namespace Batch {
     virtual Batch::BatchManager_eClient * operator() (const char * hostname,
                                                       const char * username,
                                                       CommunicationProtocolType protocolType,
-                                                      const char * mpi,
-                                                     int nb_proc_per_node = 1) const = 0;
+                                                      const char * mpi = "nompi",
+                                                      int nb_proc_per_node = 1) const = 0;
 
   protected: