No description
- Shell 48.3%
- Dockerfile 33.5%
- Makefile 18.2%
| dockerfiles | ||
| .gitignore | ||
| compose.env | ||
| docker-compose.yml | ||
| Makefile | ||
| README.md | ||
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.