Skip to content

Commit 6086e40

Browse files
committed
Update version to 1.9.0
1 parent 1cd2aa4 commit 6086e40

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

NEWS

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,25 @@
112112
* Avoid overwriting user-specified $LIBS
113113
* More parallel unit testing
114114
* Disable overzealous compiler warning
115+
116+
1.9.0
117+
* Packing<string> now uses unsigned int buffer_type too, for better
118+
compatibility in nested Packing types
119+
* More unit test coverage, including for packed ranges, vector<bool>
120+
specializations, allgather<vector<vector>>
121+
* Auto-dispatch from parallel push to packed_range
122+
* Multiset (multimap, etc) support in set_union()
123+
* Break out Packing declarations in their own header
124+
* Many assorted compiler warning and bug fixes
125+
* Wider compiler support
126+
* Better error messages
127+
* More assertions
128+
* Clarified comments
129+
* Autoconf submodule updates
130+
* Support for 64-bit counts when MPI-4 is available
131+
* Enabled `MPI_THREAD_SERIALIZED` and `MPI_THREAD_MULTIPLE`
132+
* More efficient parallel_sync with rvalue references
133+
* Non-Blocking eXchange algorithm improvements.
134+
* Options to use older parallel synch algorithms in lieu of
135+
Non-Blocking eXchange.
136+
* Default to FPE-safe flags when building

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dnl Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.61)
5-
AC_INIT(timpi, 1.8.5, roystgnr@ices.utexas.edu)
5+
AC_INIT(timpi, 1.9.0, roystgnr@gmail.com)
66
AC_CONFIG_MACRO_DIR([m4])
77

88
AC_CONFIG_HEADERS([src/utilities/include/timpi/timpi_config.h.tmp])

0 commit comments

Comments
 (0)