A demo SLURM cluster running in Vagrant virtual machines.
Build VM's
make setup
Start SLURM daemons inside VM's
make start
Test that it is working
make test
Stop VM's that are running
make stop
(must be restarted with vagrant up
, or by running make setup
again)
Delete VM's
make remove
Clean out SLURM logs
make clean
Tested with:
-
Vagrant 2.2.19
-
SLURM 22.05.8 (Debian 12.1)
Original fork from: http://mussolblog.wordpress.com/2013/07/17/setting-up-a-testing-slurm-cluster/