Unverified Commit 231e17eb authored by Shangyan Zhou's avatar Shangyan Zhou Committed by GitHub
Browse files

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

fix installation
parents 77bb07aa 30e2778d
...@@ -96,8 +96,8 @@ For more detailed configurations, please refer to the [NVSHMEM Installation Guid ...@@ -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 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment