Merge pull request #29 from youkaichao/youkaichao-patch-1

fix installation
This commit is contained in:
Shangyan Zhou
2025-02-28 17:21:47 +08:00
committed by GitHub

View File

@@ -96,8 +96,8 @@ For more detailed configurations, please refer to the [NVSHMEM Installation Guid
The following example demonstrates building NVSHMEM with IBGDA support: The following example demonstrates building NVSHMEM with IBGDA support:
```bash ```bash
CUDA_HOME=/path/to/cuda && \ CUDA_HOME=/path/to/cuda \
GDRCOPY_HOME=/path/to/gdrcopy && \ GDRCOPY_HOME=/path/to/gdrcopy \
NVSHMEM_SHMEM_SUPPORT=0 \ NVSHMEM_SHMEM_SUPPORT=0 \
NVSHMEM_UCX_SUPPORT=0 \ NVSHMEM_UCX_SUPPORT=0 \
NVSHMEM_USE_NCCL=0 \ NVSHMEM_USE_NCCL=0 \