Created
August 5, 2016 12:21
-
-
Save scemama/345493d25a38be45a9719fea27d8077f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/bash | |
# Modifies a partition of a SLURM job | |
scontrol update jobid=$1 partition=$2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment