Salome HOME
Add preprocess feature.
[tools/libbatch.git] / src / Local / BatchManager_Local.cxx
index 0c089939c095cde71e713811d38b0a5e86825eec..f913ee653f93fdc5d8b99d4222856b739c25ff7c 100644 (file)
@@ -93,11 +93,8 @@ namespace Batch {
   }
 
   // Methode pour le controle des jobs : soumet un job au gestionnaire
-  const JobId BatchManager_Local::submitJob(const Job & job)
+  const JobId BatchManager_Local::runJob(const Job & job)
   {
-    // export input files in the working directory of the execution host
-    exportInputFiles(job);
-
     Job_Local jobLocal = job;
     Id id = _idCounter++;
     ThreadAdapter * p_ta = new ThreadAdapter(*this, job, id);