diff --git a/README.md b/README.md index 567661e..283c0c0 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) @@ -143,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) 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: