No description
  • Shell 48.3%
  • Dockerfile 33.5%
  • Makefile 18.2%
Find a file
2024-10-12 09:45:46 +02:00
dockerfiles FEATURE - Improved SSH connection 2024-10-12 09:45:46 +02:00
.gitignore FEATURE - SSH connection to cluster 2024-10-11 18:57:32 +02:00
compose.env FEATURE - Working cluster 2024-10-11 15:39:54 +02:00
docker-compose.yml FEATURE - Improved SSH connection 2024-10-12 09:45:46 +02:00
Makefile FEATURE - Improved SSH connection 2024-10-12 09:45:46 +02:00
README.md FEATURE - Improved SSH connection 2024-10-12 09:45:46 +02:00

SLURM Dockerized

Start up a (almost) fully-featured SLURM cluster in a minute with docker !

The docker compose file will start a cluster with one master and two compute nodes. Sockets, cores and threads can be configure in compose.env. Then simply use docker compose up -d.

Finally you can connect to your cluster as client using make conn-ssh.