/slurm-cluster

Docker local slurm cluster

Primary LanguageDockerfile

slurm-cluster

Docker local slurm cluster

To open in Gitpod:

https://gitpod.io/#https://github.com/wilj/slurm-cluster

This project has been modified to run in Gitpod, so the instructions below may not work correctly.


Originally created by: Rodrigo Ancavil del Pino

https://medium.com/analytics-vidhya/slurm-cluster-with-docker-9f242deee601

To run slurm cluster environment you must execute:

 $ docker-compose up -d

To stop it, you must:

 $ docker-compose stop

To check logs:

 $ docker-compose logs -f

 (stop logs with CTRL-c")

To check running containers:

 $ docker-compose ps