Salome HOME
Number of procs per node is now a job parameter instead of a BatchManager attribute
[tools/libbatch.git] / src / PBS / Batch_BatchManager_ePBS.hxx
index 325f4ba17d98aefca762cedbba0354a8425c33e7..aba5df0cb5fbcab69b41ba9c108eb9a2edbe2fb0 100644 (file)
@@ -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