Created
March 13, 2016 04:52
-
-
Save Mahdisadjadi/f99cd9ef2aaa5ce3131c to your computer and use it in GitHub Desktop.
Stop all running jobs on the cluster
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Find all running jobs, take their JOB ID and delete them. | |
qstat | awk -F " " '{print $1}' | xargs qdel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment