From 0fd8866b6d5d287686061785e15e7b4a6bcde7fc Mon Sep 17 00:00:00 2001 From: wufann <36477220+wufann@users.noreply.github.com> Date: Wed, 10 Sep 2025 00:28:14 +0800 Subject: [PATCH] fix build command in README.md (#241) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3ad254558..a104b21b63 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ custom install path by supplying it as an argument. For example: If you have built dependencies in a non-standard path (for example using instructions from [Building the Dependencies](#building-the-dependencies)), you may have to set the following variables to find the dependencies: ``` -MPI_ROOT=/path/to/openmpi UCX_ROOT=/path/to/ucx CMAKE_PREFIX_PATH="/path/to/rocm:$CMAKE_PREFIX_PATH" ../script/build_configs/ipc_single /path/to/install +MPI_ROOT=/path/to/openmpi UCX_ROOT=/path/to/ucx CMAKE_PREFIX_PATH="/path/to/rocm:$CMAKE_PREFIX_PATH" ../scripts/build_configs/ipc_single /path/to/install ``` ## Compiling/Linking and Running with rocSHMEM