From e67844cc676cc72f25eeb2e502957d2a3497e2fd Mon Sep 17 00:00:00 2001 From: AtlantaPepsi Date: Wed, 31 Jul 2024 14:59:47 +0000 Subject: [PATCH] Fixing typo in readme Signed-off-by: AtlantaPepsi [ROCm/rccl-tests commit: 71355df9592741843eb205b52cb1a370dc75d70e] --- projects/rccl-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl-tests/README.md b/projects/rccl-tests/README.md index 9bc34de49e..9470ef8348 100644 --- a/projects/rccl-tests/README.md +++ b/projects/rccl-tests/README.md @@ -15,7 +15,7 @@ $ make HIP_HOME=/path/to/hip NCCL_HOME=/path/to/rccl CUSTOM_RCCL_LIB=/path/to/rc RCCL tests rely on MPI to work on multiple processes, hence multiple nodes. If you want to compile the tests with MPI support, you need to set MPI=1 and set MPI\_HOME to the path where MPI is installed. ```shell -$ make MPI=1 MPI_HOME=/path/to/mpi HIP_HOME=/path/to/hip RCCL_HOME=/path/to/rccl +$ make MPI=1 MPI_HOME=/path/to/mpi HIP_HOME=/path/to/hip NCCL_HOME=/path/to/rccl ``` RCCL tests can also be built using cmake. A typical sequence will be: