EPCCed/cirrus-docs

Reservation QoS

Closed this issue · 3 comments

The Running jobs on Cirrus section says:

To submit jobs to a reservation, you need to add --reservation=<reservation ID> and --qos=reservation options to your job submission script or Slurm job submission command.

But --qos=reservation is not needed, otherwise the job submission script fails.

sbatch: error: Batch job submission failed: Invalid qos specification

@juanfrh Not quite sure what you mean here. Do you mean that adding --qos=reservation gives the error or you see the error if you do not add this option?

Adding --qos=reservation gives the error, but I don't know if this behaviour has changed since I submitted the issue. I'll do a test and let you know.

@lucaparisi91 helped me with the testing and this is no longer an issue.