Skip to content

Commit

Permalink
README: Link to the external kleinhenz/SlurmClusterManager.jl package
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Jan 2, 2025
1 parent c91aa67 commit 9ec1fa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Implemented in external packages:
| ---------------- | ------------------------- |
| Kubernetes (K8s) via [K8sClusterManagers.jl](https://github.com/beacon-biosignals/K8sClusterManagers.jl) | `addprocs(K8sClusterManagers(np; kwargs...))` |
| Azure scale-sets via [AzManagers.jl](https://github.com/ChevronETC/AzManagers.jl) | `addprocs(vmtemplate, n; kwargs...)` |
| Slurm via [kleinhenz/SlurmClusterManager.jl](https://github.com/kleinhenz/SlurmClusterManager.jl) | `addprocs(SlurmClusterManager.SlurmManager())` |

You can also write your own custom cluster manager; see the instructions in the [Julia manual](https://docs.julialang.org/en/v1/manual/distributed-computing/#ClusterManagers).

Expand Down

0 comments on commit 9ec1fa3

Please sign in to comment.