Bugfix: removal of an unecessary job duration parameter in padder.

This commit is contained in:
Florian BRUNET 2015-08-28 09:11:07 +02:00
parent 27c5228fcf
commit 0db2de9312

View 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()); 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" // 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(""); jobParameters->queue = CORBA::string_dup("");
// Setting resource and additionnal properties (if needed) // Setting resource and additionnal properties (if needed)