It4innovations / hyperqueue

Scheduler for sub-node tasks for HPC systems with batch scheduling
https://it4innovations.github.io/hyperqueue
MIT License
272 stars 21 forks source link

Correctly submit allocations where time limit equals time request #603

Closed Kobzol closed 1 year ago

Kobzol commented 1 year ago

Before, we used lt comparison instead of lte comparison. Since --time-request should serve as an upper bound, it makes sense to support it being equal to the --time-limit of an autoalloc queue.

Fixes: https://github.com/It4innovations/hyperqueue/issues/600#issuecomment-1607342986