Created
November 10, 2014 21:46
-
-
Save jordanwesthoff/7ffe96bbb7da87b48eb9 to your computer and use it in GitHub Desktop.
SLURM
This file contains 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
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