Salome HOME
- Add a new method for resuming jobs
[tools/libbatch.git] / src / SGE / Batch_BatchManager_eSGE.hxx
index 3d97404e7fa97cb6122e3c5fe0fa7c1a99315562..3743752b2c0fa2f1f9e7efbd17594f0b26d8b247 100644 (file)
@@ -65,6 +65,7 @@ namespace Batch {
     virtual void setParametre(const JobId & jobid, const Parametre & param) { return alterJob(jobid, param); } // modifie un job en file d'attente
     virtual void setEnvironnement(const JobId & jobid, const Environnement & env) { return alterJob(jobid, env); } // modifie un job en file d'attente
 
+    virtual const Batch::JobId addJob(const Batch::Job & job, const std::string reference); // ajoute un nouveau job sans le soumettre
 
   protected:
     void buildBatchScript(const Job & job);