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/knownissues.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ Make sure to:
180
180
```
181
181
- Then in Julia, upon loading MPI and CUDA modules, you can check
182
182
- CUDA version: `CUDA.versioninfo()`
183
-
- If MPI has CUDA: `MPI.has_cuda()`
183
+
- If MPI has CUDA: [`MPI.has_cuda()`](@ref)
184
184
- If you are using correct MPI library: `MPI.libmpi`
185
185
186
186
After that, it may be preferred to run the Julia MPI script (as suggested [here](https://discourse.julialang.org/t/cuda-aware-mpi-works-on-system-but-not-for-julia/75060/11)) launching it from a shell script (as suggested [here](https://discourse.julialang.org/t/cuda-aware-mpi-works-on-system-but-not-for-julia/75060/4)).
@@ -197,6 +197,7 @@ Make sure to:
197
197
```
198
198
- Then in Julia, upon loading MPI and CUDA modules, you can check
199
199
- AMDGPU version: `AMDGPU.versioninfo()`
200
+
- If MPI has ROCm: [`MPI.has_rocm()`](@ref)
200
201
- If you are using correct MPI implementation: `MPI.identify_implementation()`
201
202
202
203
After that, [this script](https://gist.github.com/luraess/c228ec08629737888a18c6a1e397643c) can be used to verify if ROCm-aware MPI is functional (modified after the CUDA-aware version from [here](https://discourse.julialang.org/t/cuda-aware-mpi-works-on-system-but-not-for-julia/75060/11)). It may be preferred to run the Julia ROCm-aware MPI script launching it from a shell script (as suggested [here](https://discourse.julialang.org/t/cuda-aware-mpi-works-on-system-but-not-for-julia/75060/4)).
0 commit comments