Skip to content

Commit

Permalink
Merge pull request #930 from davidozog/pr/v1.4.5_NEWS
Browse files Browse the repository at this point in the history
Update NEWS and MAJOR/MINOR_VERSION for v1.4.5
  • Loading branch information
David Ozog authored Feb 24, 2020
2 parents c784107 + 7a961a2 commit 1615f66
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

Sandia OpenSHMEM NEWS -- history of user-visible changes.

v1.4.5
------
- Added a complete OpenSHMEM teams API to the shmemx interfaces.
- Added the OpenSHMEM wait/test vector API to the shmemx interfaces.
- Added support for shared memory atomic operations with the appropriate
acquire/release memory ordering where required. This feature requires
the --enable-shr-transport build flag.
- Improved experimental support for the RXM/Verbs provider stack with
libfabric 1.8 and newer.
- Updated SOS to use the new OFI memory registration mode flags instead of
the deprecated FI_MR_SCALABLE/FI_MR_BASIC modes.
- Updated the wait/test any/all/some "status" array semantics to reflect
recent changes to the OpenSHMEM specification.
- Added a memory sync before returning from barriers to ensure shared memory
updates and remote updates cached in the NIC are visible in memory.
- Updated the utility atomics (spinlocks and counters) to use __atomic built-in
functions rather than the deprecated __sync builtins.
- Removed redundant shmem_barrier_all from the GUPS example application.
- Moved unit tests derived from OpenSHMEM specification examples to the
test/spec-example directory.

v1.4.4
------
- Experimental support for RXM/Verbs provider stack with libfabric 1.8.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

dnl Init Autoconf/Automake/Libtool

AC_INIT([Sandia OpenSHMEM], [1.4.4], [https://github.com/Sandia-OpenSHMEM/SOS/issues], [sandia-openshmem], [https://github.com/Sandia-OpenSHMEM/SOS])
AC_INIT([Sandia OpenSHMEM], [1.4.5], [https://github.com/Sandia-OpenSHMEM/SOS/issues], [sandia-openshmem], [https://github.com/Sandia-OpenSHMEM/SOS])
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([config])
Expand Down

0 comments on commit 1615f66

Please sign in to comment.