X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FLSF%2FBatch_FactBatchManager_eLSF.cxx;h=ee2585eeec31163e2cba41559d23f872c6101e26;hb=22e2a51eb83e8e1ff962a027f67f9e433d30389f;hp=e5387bfb0a8db3d454067915228021a739833e01;hpb=f9cfa27307e650551fd1f69d616cdec5f9ff2efd;p=tools%2Flibbatch.git diff --git a/src/LSF/Batch_FactBatchManager_eLSF.cxx b/src/LSF/Batch_FactBatchManager_eLSF.cxx index e5387bf..ee2585e 100644 --- a/src/LSF/Batch_FactBatchManager_eLSF.cxx +++ b/src/LSF/Batch_FactBatchManager_eLSF.cxx @@ -36,7 +36,7 @@ namespace Batch { static FactBatchManager_eLSF sFBM_eLSF; // Constructeur - FactBatchManager_eLSF::FactBatchManager_eLSF() : FactBatchManager_eClient("eLSF") + FactBatchManager_eLSF::FactBatchManager_eLSF() : FactBatchManager("LSF") { // Nothing to do } @@ -47,18 +47,11 @@ namespace Batch { // Nothing to do } - // Functor - BatchManager * FactBatchManager_eLSF::operator() (const char * hostname) const - { - // MESSAGE("Building new BatchManager_LSF on host '" << hostname << "'"); - return new BatchManager_eLSF(this, hostname); - } - - BatchManager_eClient * FactBatchManager_eLSF::operator() (const char * hostname, - const char * username, - CommunicationProtocolType protocolType, - const char * mpiImpl, - int nb_proc_per_node) const + BatchManager * 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, username, protocolType, mpiImpl);