From 0cbc275f0bd86cac6b79f0cb2c5e622ba3a2c864 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 27 Mar 2025 19:28:16 -0400 Subject: [PATCH] README: Include a link to ElasticClusterManager.jl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 504b37c..fe1ed1c 100755 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The following managers are implemented in this package (the `ClusterManagers.jl` | ---------------- | ---------------- | ------------------------- | | Slurm | [SlurmClusterManager.jl](https://github.com/JuliaParallel/SlurmClusterManager.jl) | `addprocs(SlurmManager(); kwargs...)` | | Load Sharing Facility (LSF) | [LSFClusterManager.jl](https://github.com/JuliaParallel/LSFClusterManager.jl) | `addprocs_lsf(np::Integer; bsub_flags=``, ssh_cmd=``)` or `addprocs(LSFManager(np, bsub_flags, ssh_cmd, retry_delays, throttle))` | +| ElasticManager | [ElasticClusterManager.jl](https://github.com/JuliaParallel/ElasticClusterManager.jl) | `addprocs(ElasticManager(...); kwargs...)` | | Kubernetes (K8s) | [K8sClusterManagers.jl](https://github.com/beacon-biosignals/K8sClusterManagers.jl) | `addprocs(K8sClusterManager(np; kwargs...))` | | Azure scale-sets | [AzManagers.jl](https://github.com/ChevronETC/AzManagers.jl) | `addprocs(vmtemplate, n; kwargs...)` |