Skip to content

Commit

Permalink
Merge pull request #518 from jdinan/pr/v1.3.4-changes
Browse files Browse the repository at this point in the history
SOS v1.3.4 release updates
  • Loading branch information
jdinan authored Nov 7, 2017
2 parents acf2c8d + 8ed6294 commit c22c6dc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

v1.3.4
------
- Added manpages for OpenSHMEM API routines.
- Added polling limit control variables SMA_OFI_TX_POLL_LIMIT and
SMA_OFI_RX_POLL_LIMIT (see README for details) to allow control over quiet
and wait polling limits, respectively.
- Rewrite of environment variable management code and improved info output.
- Added support for processor atomics in thread-safe build.
- Added support for local communication optimization (--enable-memcpy).
- Added support for libfabric FI_MR_RMA_EVENT memory registration mode.
- Added experimental support for the PMIx process management interface
(--with-pmix).
- Fixed completion race in multithreaded mode.
- Fixed bugs in support for zero-length point-to-point and collective
communication.
- Multiple bugfixes to test suite, including GUPS benchmark

v1.3.3
------
- Fixed dissemination barrier race that could lead to incorrect synchronization.
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.3.3], [https://github.com/Sandia-OpenSHMEM/SOS])
AC_INIT([Sandia OpenSHMEM], [1.3.4], [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 c22c6dc

Please sign in to comment.