X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSGE%2FBatchManager_SGE.hxx;h=8ef6a0f0ba36cd3f4dd062e5cfe1df2188220065;hb=35e605daf073935d7feecaa7b0dcad2036af37c6;hp=e9065a3ecb319bd1900b3514ccb4812063a630cd;hpb=7427c48d81c05cff43b6eb0e2313b4cc06e24e28;p=tools%2Flibbatch.git diff --git a/src/SGE/BatchManager_SGE.hxx b/src/SGE/BatchManager_SGE.hxx index e9065a3..8ef6a0f 100644 --- a/src/SGE/BatchManager_SGE.hxx +++ b/src/SGE/BatchManager_SGE.hxx @@ -53,7 +53,7 @@ namespace Batch { // static string BatchManager_LSF::getDefaultServer(); // Methodes pour le controle des jobs - virtual const JobId submitJob(const Job & job); // soumet un job au gestionnaire + virtual const JobId runJob(const Job & job); // soumet un job au gestionnaire virtual void deleteJob(const JobId & jobid); // retire un job du gestionnaire virtual JobInfo queryJob(const JobId & jobid); // renvoie l'etat du job virtual bool isRunning(const JobId & jobid); // teste si un job est present en machine