Salome HOME
Some refactoring and code cleaning in batch manager ePBS
[tools/libbatch.git] / src / PBS / Batch_BatchManager_ePBS.hxx
index e525d19398faf617cedf1994cb5d155e3a3c7e7b..7511ae1614b083fec3c3f1c5d5153ad416c5c442 100644 (file)
@@ -70,7 +70,7 @@ namespace Batch {
     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);
+    std::string buildSubmissionScript(const Job & job);
 
   private:
     int _nb_proc_per_node;