mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Bugfix: removal of an unecessary job duration parameter in padder.
This commit is contained in:
parent
27c5228fcf
commit
0db2de9312
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user