Skip to content

Commit fd2c6c2

Browse files
authored
add note on juliaup and mpiexecjl (#932)
1 parent 7dabd91 commit fd2c6c2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/src/usage.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ with:
7474
$ mpiexecjl --project=/path/to/project -n 20 julia script.jl
7575
```
7676

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+
7785
## GPU-aware MPI support
7886

7987
If your MPI implementation has been compiled with CUDA or ROCm support, then `CUDA.CuArray`s (from

0 commit comments

Comments
 (0)