Skip to content

ebagrenrut/slurm-cluster-vagrant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 22.05.8 (Debian 12.1)


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

About

Vagrant setup for a slurm cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 86.3%
  • Shell 13.7%