X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPBS%2FBatch_FactBatchManager_ePBS.cxx;h=df41a541ff0509befabd8d60d9243899556a7cb5;hb=8ca1555db171ea1535278d626eb02d1f3c836f32;hp=32f711a56cc80c873d57cb6886a8bd251d39362a;hpb=aa7f22ea6ccbe5e50a91a342ca5d14d44d602b74;p=tools%2Flibbatch.git diff --git a/src/PBS/Batch_FactBatchManager_ePBS.cxx b/src/PBS/Batch_FactBatchManager_ePBS.cxx index 32f711a..df41a54 100644 --- a/src/PBS/Batch_FactBatchManager_ePBS.cxx +++ b/src/PBS/Batch_FactBatchManager_ePBS.cxx @@ -50,10 +50,9 @@ namespace Batch { BatchManager * FactBatchManager_ePBS::operator() (const char * hostname, const char * username, CommunicationProtocolType protocolType, - const char * mpiImpl, - int nb_proc_per_node) const + const char * mpiImpl) const { - return new BatchManager_ePBS(this, hostname, username, protocolType, mpiImpl, nb_proc_per_node); + return new BatchManager_ePBS(this, hostname, username, protocolType, mpiImpl); } }