Salome HOME
Add preprocess feature.
[tools/libbatch.git] / src / Vishnu / BatchManager_Vishnu.hxx
index 7b4b8fceeb521eb284faf4d2a939b0c18bd06429..5ac9087cc61a5c9aa5ee4d6e7ff2069181d33c4c 100644 (file)
@@ -51,7 +51,7 @@ namespace Batch {
     virtual ~BatchManager_Vishnu();
 
     // Methods to control jobs
-    virtual const JobId submitJob(const Job & job);
+    virtual const JobId runJob(const Job & job);
     virtual void deleteJob(const JobId & jobid);
     virtual JobInfo queryJob(const JobId & jobid);
     virtual void importOutputFiles(const Job & job, const std::string directory);