Opened 8 years ago
Closed 8 years ago
#1458 closed enhancement (wontfix)
urgency_slots should apply to parallel jobs requesting a fixed number of slots
Reported by: | wish | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 6.2u5 |
Severity: | minor | Keywords: | |
Cc: |
Description
rrcontr is multiplied by urgency slots where a range is requested but when pe_min=pe_max then the actaul number of slots requested. This does not appear to be a very useful behavior. Having jobs where pe_min=pe_max also use the urgency_slots figure would lead to more consistent behavior.
Change History (1)
comment:1 Changed 8 years ago by dlove
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Since urgency slots is intended to apply when the eventual slot count
isn't determined, that's what I'd expect, consistent with the behaviour
when a range isn't specified. As far as I remember, the slot count is
represented internally as a range anyway. I'll document it explicitly.