X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FLSF%2FBatch_FactBatchManager_eLSF.cxx;h=ab3f1ef55ea13770d4c70ab6d1ece8af817fc1c2;hb=98764c03af9ff358bea30df6ae0952e37d155e79;hp=03bf379fb3c22ee15ed372e3a32da7c208aee9db;hpb=76fd3bfdc74b462337e932458c3084d3decaf891;p=tools%2Flibbatch.git diff --git a/src/LSF/Batch_FactBatchManager_eLSF.cxx b/src/LSF/Batch_FactBatchManager_eLSF.cxx index 03bf379..ab3f1ef 100644 --- a/src/LSF/Batch_FactBatchManager_eLSF.cxx +++ b/src/LSF/Batch_FactBatchManager_eLSF.cxx @@ -55,12 +55,13 @@ namespace Batch { } BatchManager_eClient * FactBatchManager_eLSF::operator() (const char * hostname, + const char * username, CommunicationProtocolType protocolType, const char * mpiImpl, int nb_proc_per_node) const { // MESSAGE("Building new BatchManager_LSF on host '" << hostname << "'"); - return new BatchManager_eLSF(this, hostname, protocolType, mpiImpl); + return new BatchManager_eLSF(this, hostname, username, protocolType, mpiImpl); } }