Skip to content

Commit

Permalink
Merge pull request #777 from jdinan/pr/v1.4.2-updates
Browse files Browse the repository at this point in the history
SOS v1.4.2 release updates
  • Loading branch information
jdinan authored Oct 5, 2018
2 parents e22e507 + 401fe46 commit 8af210f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

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

v1.4.2rc1
v1.4.2
------
- This full release includes the changes listed below for v1.4.2rc1 and the
following additional change.
- Improved performance when using OFI thread completion model, by releasing the
context lock when blocked in quiet/fence operations.

v1.4.2rc1
---------
- Added support for using MPI as the process manager, via --enable-pmi-mpi.
- Added option to flush stdout/stderr during barrier operations, enabled via
SHMEM_BARRIERS_FLUSH environment variable.
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.2rc1], [https://github.com/Sandia-OpenSHMEM/SOS/issues], [sandia-openshmem], [https://github.com/Sandia-OpenSHMEM/SOS])
AC_INIT([Sandia OpenSHMEM], [1.4.2], [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 8af210f

Please sign in to comment.