You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Implemented in external packages:
30
30
31
31
| Job queue system | Command to add processors |
32
32
| ---------------- | ------------------------- |
33
-
| Kubernetes (K8s) via [K8sClusterManagers.jl](https://github.com/beacon-biosignals/K8sClusterManagers.jl)|`addprocs(K8sClusterManagers(np; kwargs...))`|
33
+
| Kubernetes (K8s) via [K8sClusterManagers.jl](https://github.com/beacon-biosignals/K8sClusterManagers.jl)|`addprocs(K8sClusterManager(np; kwargs...))`|
34
34
| Azure scale-sets via [AzManagers.jl](https://github.com/ChevronETC/AzManagers.jl)|`addprocs(vmtemplate, n; kwargs...)`|
35
35
36
36
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).
0 commit comments