Salome HOME
Merged from BR_AR
[tools/libbatch.git] / src / Core / Batch_FactBatchManager_eClient.hxx
index d047f559f33022b256063f3753f3d7eb29ec8c30..0e4274f014bb44d87373de9f630f532913c3f42f 100644 (file)
@@ -49,7 +49,8 @@ namespace Batch {
 
     virtual Batch::BatchManager_eClient * operator() (const char * hostname,
                                                       CommunicationProtocolType protocolType,
-                                                      const char * mpi) const = 0;
+                                                      const char * mpi,
+                                                     int nb_proc_per_node = 1) const = 0;
 
   protected: