Salome HOME
Merged from BR_AR
[tools/libbatch.git] / src / PBS / Batch_BatchManager_ePBS.hxx
index a2f94576a8f42e1264b5b952d3f590bf6d6de13f..9d7e8ce913971899e78a85266a37b1c7e839020d 100644 (file)
@@ -45,7 +45,8 @@ namespace Batch {
   public:
     // Constructeur et destructeur
     BatchManager_ePBS(const FactBatchManager * parent, const char * host="localhost",
-                      CommunicationProtocolType protocolType = SSH, const char * mpiImpl="nompi"); // connexion a la machine host
+                      CommunicationProtocolType protocolType = SSH, const char * mpiImpl="nompi",
+                     int nb_proc_per_node=1); // connexion a la machine host
     virtual ~BatchManager_ePBS();
 
     // Recupere le nom du serveur par defaut
@@ -70,6 +71,7 @@ namespace Batch {
     void buildBatchScript(const Job & job);
 
   private:
+    int _nb_proc_per_node;
 
 #ifdef SWIG
   public: