Skip to content

stevekm/slurm-cluster-vagrant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 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.0.1

  • SLURM 15.08.7 (Ubuntu 16.04)


Fork from http://mussolblog.wordpress.com/

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

About

Vagrant setup for a slurm cluster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 87.1%
  • Shell 12.9%