From 5c9f902ea576e1aa829bb9b23f5eae5cec201505 Mon Sep 17 00:00:00 2001 From: Min Si Date: Wed, 23 Dec 2020 12:20:45 -0600 Subject: [PATCH 1/3] doc: add example desc in readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 567661e..0ceac1f 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,17 @@ please check `./configure --help`. --with-cuda=/path/to/cuda/installation ``` +## Examples + +Examples to use memory space extension and CUDA GPU memory kind can be found at the +built-in test suite: +``` + tests/space.c + tests/space_int_amo.c + tests/space_int_put.c + tests/space_ctx_int_put.c +``` + ## Environment Variables #### OpenSHMEM Standard Environment Variables - **SHMEM_SYMMETRIC_SIZE** (default 128 MiB) From af75f1dd4bca0618d3e16f82e5366372e6429d75 Mon Sep 17 00:00:00 2001 From: Min Si Date: Wed, 23 Dec 2020 12:21:29 -0600 Subject: [PATCH 2/3] doc: update test framework in readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ceac1f..283c0c0 100644 --- a/README.md +++ b/README.md @@ -154,8 +154,7 @@ OSHMPI uses [SOS Test Suite](https://github.com/openshmem-org/tests-sos) for correctness test. - Tested platforms: CentOS, MacOS (compilation-only) - Tested MPI implementations: - + MPICH-3.4b1 (with CH3/TCP, CH4/OFI, or CH4/UCX) - + MPICH-3.3.2 (with CH3/TCP, CH4/OFI, or CH4/UCX) + + MPICH-3.4rc1 (with CH3/TCP, CH4/OFI, or CH4/UCX) + MPICH main branch (with CH3/TCP, CH4/OFI, or CH4/UCX) + OpenMPI 4.0.5 (with UCX) From d0b5c942661b43dca72f801888705b3669ee7441 Mon Sep 17 00:00:00 2001 From: Min Si Date: Wed, 23 Dec 2020 12:22:26 -0600 Subject: [PATCH 3/3] release: update version to 2.1a1 --- maint/version.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maint/version.m4 b/maint/version.m4 index 0ed7f0f..b34c7df 100644 --- a/maint/version.m4 +++ b/maint/version.m4 @@ -14,7 +14,7 @@ # changing this by playing with diversions, but then we would probably be # playing with autotools-fire. -m4_define([OSHMPI_VERSION_m4],[2.0b1])dnl +m4_define([OSHMPI_VERSION_m4],[2.1a1])dnl m4_define([OSHMPI_RELEASE_DATE_m4],[unreleased development copy])dnl # For libtool ABI versioning rules see: