Salome HOME
Add preprocess feature.
[tools/libbatch.git] / src / Vishnu / BatchManager_Vishnu.cxx
index 09aacf0b42fae7d17533e24f1148a035df3b1685..ef518a4b4e29fec04bd9137fcfa02ecac4bf3bd7 100644 (file)
@@ -61,11 +61,8 @@ namespace Batch {
   }
 
   // Method to submit a job to the batch manager
-  const JobId BatchManager_Vishnu::submitJob(const Job & job)
+  const JobId BatchManager_Vishnu::runJob(const Job & job)
   {
-    // export input files on cluster
-    exportInputFiles(job);
-
     // build command file to submit the job
     string cmdFile = buildCommandFile(job);