Salome HOME
Moved username initialization to the constructor in BatchManager_eClients
[tools/libbatch.git] / src / PBS / Batch_BatchManager_ePBS.hxx
index 452d59f2123036f042758768e9a5235339936081..ae055a50247d920ca86fe697a0b2095681bd4f40 100644 (file)
@@ -45,6 +45,7 @@ namespace Batch {
   public:
     // 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
     virtual ~BatchManager_ePBS();