We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dabd91 commit fd2c6c2Copy full SHA for fd2c6c2
1 file changed
docs/src/usage.md
@@ -74,6 +74,14 @@ with:
74
$ mpiexecjl --project=/path/to/project -n 20 julia script.jl
75
```
76
77
+!!! note "Juliaup"
78
+ If you use `juliaup` as a manager for your `julia` installation and you want to use a non-default channel with `mpiexecjl`,
79
+ you need to use the environment variable `JULIAUP_CHANNEL` instead of using the `+` syntax.
80
+
81
+ ```shell
82
+ JULIAUP_CHANNEL=1.12 mpiexecjl --project=/path/to/project -n 20 julia script.jl
83
+ ```
84
85
## GPU-aware MPI support
86
87
If your MPI implementation has been compiled with CUDA or ROCm support, then `CUDA.CuArray`s (from
0 commit comments