File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22dnl Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( 2.61 )
5- AC_INIT ( timpi , 1.8.5 , roystgnr@ices.utexas.edu )
5+ AC_INIT ( timpi , 1.9.0 , roystgnr@gmail.com )
66AC_CONFIG_MACRO_DIR ( [ m4] )
77
88AC_CONFIG_HEADERS ( [ src/utilities/include/timpi/timpi_config.h.tmp] )
You can’t perform that action at this time.
0 commit comments