X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPBS%2FBatch_BatchManager_ePBS.hxx;h=aba5df0cb5fbcab69b41ba9c108eb9a2edbe2fb0;hb=8ca1555db171ea1535278d626eb02d1f3c836f32;hp=325f4ba17d98aefca762cedbba0354a8425c33e7;hpb=aa7f22ea6ccbe5e50a91a342ca5d14d44d602b74;p=tools%2Flibbatch.git diff --git a/src/PBS/Batch_BatchManager_ePBS.hxx b/src/PBS/Batch_BatchManager_ePBS.hxx index 325f4ba..aba5df0 100644 --- a/src/PBS/Batch_BatchManager_ePBS.hxx +++ b/src/PBS/Batch_BatchManager_ePBS.hxx @@ -46,8 +46,7 @@ namespace Batch { // Constructeur et destructeur BatchManager_ePBS(const FactBatchManager * parent, const char * host="localhost", const char * username="", - CommunicationProtocolType protocolType = SSH, const char * mpiImpl="nompi", - int nb_proc_per_node=1); // connexion a la machine host + CommunicationProtocolType protocolType = SSH, const char * mpiImpl="nompi"); virtual ~BatchManager_ePBS(); // Recupere le nom du serveur par defaut @@ -72,9 +71,6 @@ namespace Batch { protected: std::string buildSubmissionScript(const Job & job); - private: - int _nb_proc_per_node; - #ifdef SWIG public: // Recupere le l'identifiant d'un job deja soumis au BatchManager