Skip to content

Commit

Permalink
SOS v1.4.2 release updates
Browse files Browse the repository at this point in the history
Signed-off-by: James Dinan <james.dinan@intel.com>
  • Loading branch information
James Dinan committed Oct 5, 2018
1 parent e22e507 commit 3b2d1a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

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

v1.4.2rc1
v1.4.2
------
- 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 3b2d1a0

Please sign in to comment.