Merge pull request #65 from Yiltan/version-2.0.0-bump

Bump rocSHMEM version

[ROCm/rocshmem commit: 33196e48ed]
This commit is contained in:
Yiltan
2024-12-19 10:15:33 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ include(ROCMCheckTargetIds)
###############################################################################
# PROJECT
###############################################################################
rocm_setup_version(VERSION 1.6.0)
rocm_setup_version(VERSION 2.0.0)
project(rocshmem CXX)
+1 -1
View File
@@ -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=<prefix_dir> --with-rocm=<rocm_path> --with-ucx=<ucx_path>