Created
July 12, 2018 09:39
-
-
Save andersx/db94fcceba73f9d940db819687791c28 to your computer and use it in GitHub Desktop.
reserve node alchemy
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
| #!/usr/bin/env bash | |
| while : | |
| do | |
| date | |
| ssh -t alchemy slurm_node_reserve 24 4320 | |
| ssh -t alchemy slurm_node_extend 4320 | |
| sleep 60 | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment