Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/apps/julia.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down