]> SALOME platform Git repositories - tools/libbatch.git/blobdiff - src/PBS/Batch_BatchManager_ePBS.cxx
Salome HOME
Moved username initialization to the constructor in BatchManager_eClients
[tools/libbatch.git] / src / PBS / Batch_BatchManager_ePBS.cxx
index 2d0b43927478a4fe63ff0a9e3b33f5bf3fda891c..4d3b60550d8ccad70ccc1747e48dbeee364ffabf 100644 (file)
@@ -55,9 +55,10 @@ using namespace std;
 namespace Batch {
 
   BatchManager_ePBS::BatchManager_ePBS(const FactBatchManager * parent, const char * host,
+                                       const char * username,
                                        CommunicationProtocolType protocolType, const char * mpiImpl, 
                                       int nb_proc_per_node)
-    : BatchManager_eClient(parent, host, protocolType, mpiImpl),
+    : BatchManager_eClient(parent, host, username, protocolType, mpiImpl),
     BatchManager(parent, host)
   {
     // Nothing to do