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: docs/src/index.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,24 @@ data on disk to be specified as desired.
304
304
305
305
-----
306
306
307
+
## Quickstart: Distributed Package Selection
308
+
309
+
Dagger.jl can use either the built-in `Distributed` package or the `DistributedNext` package for distributed operations. You can set your preference using the `Dagger.set_distributed_package!` function.
310
+
311
+
### Setting the Distributed Package
312
+
313
+
To set your preferred distributed package (e.g., to `DistributedNext`):
This will set a preference that persists across Julia sessions. Remember that **you need to restart your Julia session** for this change to take effect.
320
+
321
+
For more details, see [`Dagger.set_distributed_package!`](@ref).
322
+
323
+
-----
324
+
307
325
## Quickstart: Distributed Arrays
308
326
309
327
Dagger's `DArray` type represents a distributed array, where a single large
0 commit comments