diff --git a/docs/apps/julia.md b/docs/apps/julia.md index dabe5db727..27fefac1f3 100644 --- a/docs/apps/julia.md +++ b/docs/apps/julia.md @@ -103,10 +103,10 @@ We recommend reading the [multi-threading](https://docs.julialang.org/en/v1/manu ### Multi-processing and distributed computing -#### Distributed and ClusterManagers.jl +#### Distributed and SlurmClusterManager.jl For multiprocessing and distributed computing, Julia provides the `Distributed` standard library. We use it for multi-processing on the local node. -We can extend `Distributed` by installing the `ClusterManagers.jl` package, which allows us to add workers' processes to multiple nodes via Slurm using `SlurmManager`. +We can extend `Distributed` by installing the `SlurmClusterManager.jl` package, which allows us to add workers' processes to multiple nodes via Slurm. We recommend reading the [multi-processing and distributed computing](https://docs.julialang.org/en/v1/manual/distributed-computing/) section in Julia manual for more details.