From 9928cc24ef3f28002cf3539a0198c1d5fde2076a Mon Sep 17 00:00:00 2001 From: Yiltan Temucin Date: Mon, 16 Dec 2024 08:53:49 -0600 Subject: [PATCH 1/2] Updated README.md [ROCm/rocshmem commit: 28b41ea64847c0729014046be03f6609a51a45f3] --- projects/rocshmem/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocshmem/README.md b/projects/rocshmem/README.md index c786b301af..cc28be6ebe 100644 --- a/projects/rocshmem/README.md +++ b/projects/rocshmem/README.md @@ -156,7 +156,7 @@ make -j 8 install Then, you need to build Open MPI (5.0.6 or later) with UCX support. ``` -git clone --recursive https://github.com/ROCm/ompi.git -b v5.0.x +git clone --recursive https://github.com/open-mpi/ompi.git -b v5.0.x cd ompi ./autogen.pl ./configure --prefix= --with-rocm= --with-ucx= From b622528559b868c706e412253143afafbd5831a4 Mon Sep 17 00:00:00 2001 From: Yiltan Temucin Date: Mon, 16 Dec 2024 08:41:50 -0600 Subject: [PATCH 2/2] Bump rocSHMEM version [ROCm/rocshmem commit: 3185428ad855c51f69b6ff178c5c024b0812376f] --- projects/rocshmem/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocshmem/CMakeLists.txt b/projects/rocshmem/CMakeLists.txt index 7b5d855fc9..50aeeb7541 100644 --- a/projects/rocshmem/CMakeLists.txt +++ b/projects/rocshmem/CMakeLists.txt @@ -88,7 +88,7 @@ include(ROCMCheckTargetIds) ############################################################################### # PROJECT ############################################################################### -rocm_setup_version(VERSION 1.6.0) +rocm_setup_version(VERSION 2.0.0) project(rocshmem CXX)