Skip to content

Instantly share code, notes, and snippets.

@andersx
Created July 12, 2018 09:39
Show Gist options
  • Select an option

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

Select an option

Save andersx/db94fcceba73f9d940db819687791c28 to your computer and use it in GitHub Desktop.
reserve node alchemy
#!/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