Salome HOME
Number of procs per node is now a job parameter instead of a BatchManager attribute
[tools/libbatch.git] / src / LoadLeveler / Batch_FactBatchManager_eLL.cxx
index 0fa4c7d69bc477bb9a88f974a06fd10e6f0b3384..7ca85321aa74045febe026b4c769e93e7e72f7da 100644 (file)
@@ -50,11 +50,10 @@ namespace Batch {
   BatchManager * FactBatchManager_eLL::operator() (const char * hostname,
                                                    const char * username,
                                                    CommunicationProtocolType protocolType,
-                                                   const char * mpiImpl,
-                                                   int nb_proc_per_node) const
+                                                   const char * mpiImpl) const
   {
     // MESSAGE("Building new BatchManager_eLL on host '" << hostname << "'");
-    return new BatchManager_eLL(this, hostname, username, protocolType, mpiImpl, nb_proc_per_node);
+    return new BatchManager_eLL(this, hostname, username, protocolType, mpiImpl);
   }
 
 }