Skip to content

Commit 4b6774c

Browse files
authored
README: Remove AzManagers.jl for now (#263)
AzManagers pirates the `Distributed.addprocs(vmtemplate, n)` method. See ChevronETC/AzManagers.jl#176 We probably shouldn't list this package in the README until the piracy is fixed. Once the piracy is fixed, we can add the package back to the README.
1 parent 9dad53c commit 4b6774c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ The following managers are implemented in this package (the `ClusterManagers.jl`
2727
| 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))` |
2828
| ElasticManager | [ElasticClusterManager.jl](https://github.com/JuliaParallel/ElasticClusterManager.jl) | `addprocs(ElasticManager(...); kwargs...)` |
2929
| Kubernetes (K8s) | [K8sClusterManagers.jl](https://github.com/beacon-biosignals/K8sClusterManagers.jl) | `addprocs(K8sClusterManager(np; kwargs...))` |
30-
| Azure scale-sets | [AzManagers.jl](https://github.com/ChevronETC/AzManagers.jl) | `addprocs(vmtemplate, n; kwargs...)` |
3130

3231
### Not currently being actively maintained
3332

0 commit comments

Comments
 (0)