Salome HOME
Fix remote directories in file transfer and merge some tests
[tools/libbatch.git] / src / Vishnu / Batch_FactBatchManager_eVishnu.cxx
index 5b8652cd4ed0ec43bb74358d23bc34e6da26b9e0..932e383f7d5f6e46523fae12359ccc7084875d1a 100644 (file)
@@ -46,11 +46,10 @@ namespace Batch {
   BatchManager * FactBatchManager_eVishnu::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_eVishnu on host '" << hostname << "'");
-    return new BatchManager_eVishnu(this, hostname, username, protocolType, mpiImpl, nb_proc_per_node);
+    return new BatchManager_eVishnu(this, hostname, username, protocolType, mpiImpl);
   }
 
 }