Salome HOME
Number of procs per node is now a job parameter instead of a BatchManager attribute
[tools/libbatch.git] / src / PBS / Batch_FactBatchManager_ePBS.cxx
index 32f711a56cc80c873d57cb6886a8bd251d39362a..df41a541ff0509befabd8d60d9243899556a7cb5 100644 (file)
@@ -50,10 +50,9 @@ namespace Batch {
   BatchManager * FactBatchManager_ePBS::operator() (const char * hostname,
                                                     const char * username,
                                                     CommunicationProtocolType protocolType,
-                                                    const char * mpiImpl,
-                                                    int nb_proc_per_node) const
+                                                    const char * mpiImpl) const
   {
-    return new BatchManager_ePBS(this, hostname, username, protocolType, mpiImpl, nb_proc_per_node);
+    return new BatchManager_ePBS(this, hostname, username, protocolType, mpiImpl);
   }
 
 }