Salome HOME
Patch for nex LIBBATCH
authorribes <ribes>
Fri, 1 Oct 2010 14:34:21 +0000 (14:34 +0000)
committerribes <ribes>
Fri, 1 Oct 2010 14:34:21 +0000 (14:34 +0000)
src/Launcher/Launcher_Job.cxx

index 6fecd84a3c0673cac486093a27172790f4b59452..a659237a26074e3f5971168326d29a276b9e22e0 100644 (file)
@@ -496,7 +496,7 @@ Launcher::Job::common_job_params()
 
   // Time
   if (_maximum_duration_in_second != -1)
-    params[Batch::MAXWALLTIME] = _maximum_duration_in_second;
+    params[Batch::MAXWALLTIME] = _maximum_duration_in_second / 60;
 
   // Queue
   if (_queue != "")