Skip to content

Commit 21f78e0

Browse files
committed
Add link to missing GPU-GPU synchronization issue
1 parent fdbb441 commit 21f78e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/software/communication/openmpi.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ The CXI provider can be used for inter-node communication while the shared memor
4646

4747
!!! warning "The LINKx provider is experimental and may contain bugs, in particular for intra-node communication"
4848

49-
To use the LINKx provider, set `--mpi=pmix`, exactly as without the LINKx provider.
49+
A patch has been included in the [`prgenv-gnu-openmpi`][ref-uenv-prgenv-gnu-openmpi] uenv for [this LINKx issue](https://github.com/ofiwg/libfabric/issues/11231).
50+
However, the patch may be incomplete and other issues may still be present.
51+
Always validate your results to ensure MPI is working correctly.
52+
53+
To use the LINKx provider, set `--mpi=pmix`, as without the LINKx provider.
5054
Additionally, set the following environment variables:
5155

5256
```bash

0 commit comments

Comments
 (0)