Skip to content

Commit

Permalink
Merge pull request #266 from jdinan/pr/release-updates
Browse files Browse the repository at this point in the history
Update NEWS and version numbers for v1.3.1 release
  • Loading branch information
jdinan authored Nov 4, 2016
2 parents 019127e + 0892a11 commit 78d3a43
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

1.3.1
-----
- Support for allocating the symmetric heap using Linux huge pages.
- Improved support for Cray XC platforms.
- Improved support for variations in atomics support across OFI providers.
- Initial support for thread safety in the OFI transport.
- Fix several issues with C/C++ bindings and profiling interface.
- Added new benchmarks, unit tests, and examples.

1.3.0
-----
- Support for OpenSHMEM 1.3 specification, including nonblocking communication,
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

dnl Init Autoconf/Automake/Libtool

AC_INIT([Sandia OpenSHMEM], [1.3.0], [https://github.com/Sandia-OpenSHMEM/SOS])
AC_INIT([Sandia OpenSHMEM], [1.3.1], [https://github.com/Sandia-OpenSHMEM/SOS])
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([config])
Expand Down
3 changes: 1 addition & 2 deletions test/unit/shmemalign.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ getSize (char *str)
int
main(int argc, char **argv)
{
int me, nProcs, c, l, j;
int me, c, l, j;
int nWords, loops, incWords;

pgm = strrchr(argv[0],'/');
Expand All @@ -88,7 +88,6 @@ main(int argc, char **argv)

shmem_init();
me = shmem_my_pe();
nProcs = shmem_n_pes();

while ((c = getopt (argc, argv, "hpv")) != -1)
switch (c)
Expand Down

0 comments on commit 78d3a43

Please sign in to comment.