From 381625f06014e32d4505a0e0b379123f3e2158b4 Mon Sep 17 00:00:00 2001 From: Yiltan Date: Mon, 9 Jun 2025 11:03:48 -0400 Subject: [PATCH] [SWDEV-536571] Update OMPI Commit (#152) Signed-off-by: Yiltan Hassan Temucin [ROCm/rocshmem commit: e340a220f9734e37701f3a239def2d7c8693657c] --- 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 f31ef584a8..54989e692c 100755 --- a/projects/rocshmem/scripts/install_dependencies.sh +++ b/projects/rocshmem/scripts/install_dependencies.sh @@ -44,7 +44,7 @@ export _UCX_COMMIT_HASH=18770fdc1c3b5de202d14a088a14b734d2c4bbf3 export _OMPI_INSTALL_DIR=$_INSTALL_DIR/ompi export _OMPI_REPO=https://github.com/ROCm/ompi.git -export _OMPI_COMMIT_HASH=720f556508ad3f2cbb17341eb184c2d8565a5133 +export _OMPI_COMMIT_HASH=697a596dde68815fe50db3c2a75a42ddb41b5ef4 # Step 1: Build UCX with ROCm support cd $_DEPS_SRC_DIR