Skip to content

jar02014/reserve_idle

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?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit 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

About

Make a Slurm reservation on N nodes out of a list of nodes if those nodes are already idle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages