Skip to content

Commit

Permalink
Merge pull request #87 from minsii/pr/doc
Browse files Browse the repository at this point in the history
Pr/doc: minor doc update and release number
  • Loading branch information
minsii authored Dec 23, 2020
2 parents f8075cc + d0b5c94 commit 50d5973
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion maint/version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 50d5973

Please sign in to comment.