Am 01.08.2011 um 23:28 schrieb Francesco Minafra: > On 1 August 2011 19:30, Reuti <[email protected]> wrote: > > Where do you set the default? in $SGE_ROOT/defaultcomm/sge_request? > > > The default h_rt is not set explicitly, but is set as a limit in the queue > configuration. > The advance reservation system seems to take it in to account because refuses > reservations
Yes, it's implemented in a different way. > for starting times less than 24 hours if the queues are all occupied. The resource reservation isn't aware of this. Imagine you have different queues with a different setting for h_rt. To compute the minimum across all eligible queues is not implemented. Therefore the default_duration will be taken, unless you specify the runtime of the job explicitly. https://arc.liv.ac.uk/trac/SGE/ticket/305 Would it be an option to add always -l hrt=24:00:00 in sge_request? -- Reuti > > And your setting of default_duration is ... > > > > default_duration INFINITY > > I would suggest to change this to 9999:00:00 > > > Will do, and check if things change. Thanks, > Francesco. > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
