Salome HOME
Bugfix: removal of an unecessary job duration parameter in padder.
authorFlorian BRUNET <FB15EB3N@dsp0657834.(none)>
Fri, 28 Aug 2015 07:11:07 +0000 (09:11 +0200)
committerFlorian BRUNET <FB15EB3N@dsp0657834.(none)>
Fri, 28 Aug 2015 07:11:07 +0000 (09:11 +0200)
src/Tools/padder/meshjob/impl/MeshJobManager_i.cxx

index b5a4e088e0fb342a08c7455b4854789d1f11b096..379e593d5a892dc2976b8eee896afaf9b292ff28 100644 (file)
@@ -415,7 +415,7 @@ CORBA::Long MeshJobManager_i::initialize(const MESHJOB::MeshJobParameterList & m
   jobParameters->out_files[0] = CORBA::string_dup(outputfile_name.c_str());
 
   // CAUTION: the maximum duration has to be set with a format like "hh:mm"
   jobParameters->out_files[0] = CORBA::string_dup(outputfile_name.c_str());
 
   // CAUTION: the maximum duration has to be set with a format like "hh:mm"
-  jobParameters->maximum_duration = CORBA::string_dup("01:00");
+  //jobParameters->maximum_duration = CORBA::string_dup("01:00");
   jobParameters->queue = CORBA::string_dup("");
 
   // Setting resource and additionnal properties (if needed)
   jobParameters->queue = CORBA::string_dup("");
 
   // Setting resource and additionnal properties (if needed)