Files
zoltan/zoltan.changes

82 lines
3.0 KiB
Plaintext

-------------------------------------------------------------------
Wed Nov 8 09:12:19 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>
- Drop support for openmpi[23]
- Prepare support for openmpi5
-------------------------------------------------------------------
Sat Jul 16 19:07:16 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 3.901
* Message tag exceeded max value for MPI standard; caused
difficulty on some new platforms.
- Update to version 3.90
* Serialization of Zoltan_Struct to allow its communication
across processors
* Minor fixes
- Switch openMPI builds to _multibuild, drop openMPI1, add
openMPI{2,3,4}
- Drop obsolete patches:
* zoltan-v3.6-64bit-portability.patch
* zoltan-v3.6-fix-bufferoverflowstrncat.patch
-------------------------------------------------------------------
Fri Oct 30 10:07:27 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 3.83
* Autotools files updated to avoid deprecated perl features
* Added Zoltan_Get_Fn interface to return pointers to registered
callback functions.
* Several bug fixes in Fortran90 interface
* Subtle rounding error fixed in PHG hypergraph partitioner
* Minor changes to distributed data directory to track number of
nodes per processor; include file DD.h is now named
zoltan_dd_const.h
- Update to version 3.82
* Minor code changes to remove compiler warnings and handle error
conditions
* Enable "make -j" in autotools build of Zoltan's F90 interface.
- Update to version 3.81
* Better integration of ParMETIS v4, METIS v5, and Scotch v6.
* Better handling of interface differences between MPI versions 1
and 2.
* Bug fix in siMPI for non-MPI builds.
* Minor bugfixes.
- Update to version 3.8
Zoltan is now released under Trilinos' BSD license.
* Added an improved hash function that speeds lookups, particularly
for apps using partitioning parameter RETURN_LISTS=PARTS.
* Added fixes for integer overflows that occur when A and B are
valid integers, but A*B overflows an integer.
* Removed support for OCT partitioning; use HSFC partitioning for
similar decompositions.
* Removed support for third-party library DRUM.
* Removed support for the Zoltan v1.x interface.
-------------------------------------------------------------------
Wed Oct 3 21:02:44 UTC 2012 - scorot@free.fr
- fix build when several mpi implementations are requested
- add ptscotch support for parallel version
-------------------------------------------------------------------
Sat Aug 25 23:05:20 UTC 2012 - scorot@free.fr
- fix another typo which broke build on SLE 11
-------------------------------------------------------------------
Sat Aug 25 22:20:33 UTC 2012 - scorot@free.fr
- fix typo in spec file
-------------------------------------------------------------------
Sat Aug 25 21:20:45 UTC 2012 - scorot@free.fr
- fix 64bit-protability with patch1
-------------------------------------------------------------------
Tue Jul 24 20:36:06 UTC 2012 - scorot@free.fr
- first package