2
0

Make ROCSHMEM_DISABLE_MIXED_IPC a synonym for ROCSHMEM_RO_DISABLE_IPC, ROCSHMEM_DISABLE_IPC (#273)

* Make ROCSHMEM_DISABLE_IPC a synonym for ROCSHMEM_RO_DISABLE_IPC

* Introduce ROCSHMEM_DISABLE_MIXED_IPC and deprecate old variants
Este cometimento está contido em:
Aurelien Bouteiller
2025-10-09 19:57:53 -04:00
cometido por GitHub
ascendente 6e7277b544
cometimento db8e5f1086
5 ficheiros modificados com 24 adições e 10 eliminações
+2 -2
Ver ficheiro
@@ -84,9 +84,9 @@ You can control the behavior of rocSHMEM by using the following environment vari
* - ROCSHMEM_UNIQUEID_WITH_MPI
- 0
- Defines whether rocSHMEM is expected to use MPI when using the uniqueId based initialization.
* - ROCSHMEM_RO_DISABLE_IPC
* - ROCSHMEM_DISABLE_MIXED_IPC
- 0
- Defines whether to force using the RO conduit even when IPC is available.
- Defines whether to force using the network conduit even when IPC is available.
* - ROCSHMEM_GDA_ALTERNATE_QP_PORTS
- 1
- Enables/Disables having QPs alternate their mappings across rocSHMEM contexts. This helps saturate bandwidth on multiport bonded interfaces.