Skip to content

Instantly share code, notes, and snippets.

@andersx
Created March 14, 2017 10:14
Show Gist options
  • Select an option

  • Save andersx/9a504f1cbb6b7cc892bada3841039698 to your computer and use it in GitHub Desktop.

Select an option

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 &".
#!/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