Skip to content

Commit

Permalink
Merge branch 'feat/docs' of github.com:stackhpc/slurm-docker-cluster …
Browse files Browse the repository at this point in the history
…into feat/docs
  • Loading branch information
sjpb committed Aug 18, 2023
2 parents 1ccca69 + b185ce7 commit bc79cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
A Helm chart and Dockerfile to run a multi-container Slurm cluster on Kubernetes, featuring:

* Control, login, slurmd (worker), slurmdbd and mariadb pods.
* A shared `/home` directory across the slurm pods, by default via an install of RookNFS to provide a storage class with Read Write Many (RWX) capabilities.
* SSH and and HTTPS access to the login pod with an Open Ondemand web GUI.
* A shared `/home` directory across the slurm pods, by default via an install of RookNFS to provide a storage class with Read Write Many (RWX) capabilities.
* SSH and HTTPS access to the login pod with an Open Ondemand web GUI.
* A single slurmd pod per Kubernetes worker node with automatic definition of slurm node memory and CPU configuration.
* Slurm jobs run inside the slurmd pods, using host networking for maximum MPI performance.
* Open MPI installed with support for Slurm's `srun` launcher (via `pmix`) - see example below.
Expand Down

0 comments on commit bc79cc3

Please sign in to comment.