Skip to content

amcaar/ansible-role-slurm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Collection of ansible playbooks to deploy virtual elastic clusters in cloud infrastructures.

It includes playbooks to install:

  • SLURM 2.5.7: used to work with pyslurm
  • Pyslurm that works with SLURM 2.5.X
  • NFS
  • BLCR 0.8.5

Usage

In the "Worker Nodes":

roles:
    - { role: 'amcaar.slurm', slurm_type_of_node: 'wn', cloud: 'one'}

In the "Front-end node":

roles:
    - { role: 'amcaar.slurm', slurm_type_of_node: 'front', cloud: 'ec2'}

Note: the 'cloud' parameter specifies the provider of cloud computing resources that you want to use (by default, it is used 'one')

About

Ansible role to install SLURM LRMS with checkpointing (BLCR)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published