Salome HOME
Moved username initialization to the constructor in BatchManager_eClients
[tools/libbatch.git] / src / PBS / Batch_FactBatchManager_ePBS.hxx
index 065e0d1b97f6ad7a7508e16aa16dd2d459590992..315803d263d90beccad7cad5b198194db7929778 100644 (file)
@@ -51,6 +51,7 @@ namespace Batch {
 
     virtual BatchManager * operator() (const char * hostname) const;
     virtual BatchManager_eClient * operator() (const char * hostname,
+                                               const char * username,
                                                CommunicationProtocolType protocolType,
                                                const char * mpiImpl,
                                               int nb_proc_per_node = 1) const;