Salome HOME
Number of procs per node is now a job parameter instead of a BatchManager attribute
[tools/libbatch.git] / src / Vishnu / Batch_FactBatchManager_eVishnu.hxx
index bee9b98f0f4747233d20fc941e16911270012006..20b9bfecb89b9678b0e3f738671864ed71b6da7a 100644 (file)
@@ -46,8 +46,7 @@ namespace Batch {
     virtual BatchManager * operator() (const char * hostname,
                                        const char * username,
                                        CommunicationProtocolType protocolType,
-                                       const char * mpiImpl,
-                                       int nb_proc_per_node = 1) const;
+                                       const char * mpiImpl) const;
 
   };