Skip to content

Instantly share code, notes, and snippets.

@jordanwesthoff
Created November 10, 2014 21:46
Show Gist options
  • Save jordanwesthoff/7ffe96bbb7da87b48eb9 to your computer and use it in GitHub Desktop.
Save jordanwesthoff/7ffe96bbb7da87b48eb9 to your computer and use it in GitHub Desktop.
SLURM
apt-get update
apt-get install -y -q vim slurm-llnl
echo "10.10.10.3 controller" >> /etc/hosts
echo "10.10.10.4 server" >> /etc/hosts
wget https://raw.github.com/guillermo-carrasco/mussolblog/master/setting_up_a_testing_SLURM_cluster/slurm.conf
mv slurm.conf /etc/slurm-llnl/
SCRIPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment