Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
Usage: reserve_idle [-ax] -v RESERVATION_NAME
Usage: reserve_idle -s
Reserve idle nodes that do not belong to a preemptable partition.
Reservation is named RESERVATION_NAME.
Reservation expires in ten minutes (to extend, see OTHER USEFUL COMMANDS below)
OPTIONS
-v Verbose
-s Show current reservations and quit
-m MAXCNT Only reserve this many nodes
-a NODESTR Only check idle nodes in NODESTR. Cannot combine with -x
-x NODESTR Do not include NODESTR in idle nodes. Cannot combine with -a
OTHER USEFUL COMMANDS:
- To show current reservations
scontrol show reservations
- To remove the reservation before it expires, run
scontrol delete reservation=RESERVATION_NAME
- To extend the time limit for current reservation to 2 hours
scontrol update reservation reservation=RESERVATION_NAME duration=02:00:00