Salome HOME
Moved username initialization to the constructor in BatchManager_eClients
[tools/libbatch.git] / src / LSF / Batch_FactBatchManager_eLSF.hxx
index f6e37da55fed6b3f8c786433ae23af797d88976f..3fa21b23a1fefdd40cf643aeaebad9a9d1ee118d 100644 (file)
@@ -46,6 +46,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;