Merge pull request #65 from Yiltan/version-2.0.0-bump
Bump rocSHMEM version
[ROCm/rocshmem commit: 33196e48ed]
Этот коммит содержится в:
@@ -88,7 +88,7 @@ include(ROCMCheckTargetIds)
|
||||
###############################################################################
|
||||
# PROJECT
|
||||
###############################################################################
|
||||
rocm_setup_version(VERSION 1.6.0)
|
||||
rocm_setup_version(VERSION 2.0.0)
|
||||
|
||||
project(rocshmem CXX)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Ссылка в новой задаче
Block a user