Hello again, When creating a reservation for a given set of resources it is not straightforward to find out exactly when the jobs currently running on them end and the reservation can therefore start. It would be quite nice to have an additional special key to pass to Slurm to instruct it to start the reservation as soon as possible. Something like this: > scontrol create reservation reservationname=testres --user=me --nodes=node[01-10] --starttime=asap Davide
Hi Davide, Reservations can also have a set of flags which would allow the reservation to overlap the nodes with running jobs. The flag for this is 'IGNORE_JOBS'. Would you look at this as an option and let me know if this fits your use case? -Jason
Jason, Usually when we create reservation is because we need exclusive access to the resources. In this case overlapping would not provide us what we need. Actually I opened this request following a brief discussion I had about it with Moe and Tim at the SC18 User Meeting. Davide
Davide - Thank you for clarifying this for me. I have marked the status to reflect this request.