Created
March 14, 2017 10:14
-
-
Save andersx/9a504f1cbb6b7cc892bada3841039698 to your computer and use it in GitHub Desktop.
BASH script for aut node reserver run as "nohup ./reserve_my_own_node.sh &".
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 | |
| ssh -t alchemy slurm_node_reserve 22 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