Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 627 Bytes

README.md

File metadata and controls

56 lines (36 loc) · 627 Bytes

SLURM Vagrant Cluster

A demo SLURM cluster running in Vagrant virtual machines.

Usage

Build VM's

make setup

Start SLURM daemons inside VM's

make start

Test that it is working

make test

Extras

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

Software

Tested with:

  • Vagrant 2.2.19

  • SLURM 20.11.4 (Ubuntu 21.04)


Original fork from: http://mussolblog.wordpress.com/2013/07/17/setting-up-a-testing-slurm-cluster/