neilmunday / slurm-mail

Slurm-Mail is a drop in replacement for Slurm's e-mails to give users much more information about their jobs compared to the standard Slurm e-mails.
GNU General Public License v3.0
97 stars 39 forks source link

Add the ability to run Slurm docker images with multiple nodes #127

Closed neilmunday closed 6 months ago

neilmunday commented 6 months ago

At the time of writing the Slurm docker containers that Slurm-Mail uses for testing and demo purposes only support simulating a Slurm cluster with one compute node.

Issue #126 has highlighted the need to be able to test Slurm-Mail on clusters with mulitple nodes.

Therefore, the Docker images and supporting utility scripts must be updated to allow simulating an arbitary number of nodes.

neilmunday commented 6 months ago

Use of /shared directory via Docker volume between containers implemented.

neilmunday commented 6 months ago

Implemented in 4.16 branch.