Skip to content

nterhoeven/run-next-job

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

run-next-job

Run a job after previous slurm jobs are finished

This script checks a slurm queue for a list of jobIDs and launches a command, when the jobs are finished.

Usage:

run_next_job.sh -j -n [-i -d]

required:

-j JobID: Comma separated list of Job IDs to check
-n next command: Command that should be run next (write in '' and set executable)

optional:

-i interval: Time between each check. Use number and suffix (s,m,h,d)
default:10m
-d: Debug Mode
-h display help

About

Run a job after previous slurm jobs are finished

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages