...
With prior arrangement, for special cases, you may request a resource reservation.This gives you exclusive access to a resource such as a node for a predefined amount of time. If your request is successful a named reservation will be created for your exclusive use, and you may submit jobs on the reserved resource during the allocated time period by adding the --reservation=ReservationName
option to srun
and salloc
invocations or by adding #SBATCH --reservation=ReservationName
to the Slurm directives section of your sbatch scripts. See the Extraordinary Resource Request policy for more information.
...