From 61f5c61ab1caa6fd4e3e26479da79e98351cb7be Mon Sep 17 00:00:00 2001 From: Yiltan Date: Thu, 16 Jan 2025 13:38:08 -0500 Subject: [PATCH] Update scripts/install_dependencies.sh Co-authored-by: Avinash Kethineedi [ROCm/rocshmem commit: 0fb673e1864ebdd49de37852110afb1b3c5e8ea5] --- projects/rocshmem/scripts/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocshmem/scripts/install_dependencies.sh b/projects/rocshmem/scripts/install_dependencies.sh index 3be42542ba..980cb597ee 100755 --- a/projects/rocshmem/scripts/install_dependencies.sh +++ b/projects/rocshmem/scripts/install_dependencies.sh @@ -38,7 +38,7 @@ cd ucx make -j make install -# Step 3: Install OpenMPI with UCX support +# Step 2: Install OpenMPI with UCX support cd $_DEPS_SRC_DIR rm -rf ompi git clone --recursive $_OMPI_REPO -b $_OMPI_BRANCH