Salome HOME
Add preprocess feature.
[tools/libbatch.git] / src / LoadLeveler / BatchManager_LL.cxx
index 4f89f04e3a812f88ea3132e15565deef3f304b56..53396edd6de4de75ad0c45e77863f7d4d32da4b3 100644 (file)
@@ -57,14 +57,11 @@ namespace Batch {
   }
 
   // Method to submit a job to the batch manager
-  const JobId BatchManager_LL::submitJob(const Job & job)
+  const JobId BatchManager_LL::runJob(const Job & job)
   {
     Parametre params = job.getParametre();
     const string workDir = params[WORKDIR];
 
-    // export input files on cluster
-    exportInputFiles(job);
-
     // build command file to submit the job and copy it on the server
     string cmdFile = buildCommandFile(job);