Changelog for
mvapich2-debugsource-2.3.7-9.2.x86_64.rpm :
* Thu Sep 05 2024 Nicolas Morey
- Add patches to fix compilation errors with GCC >= 14: - mrail-fix-incompatible-pointer-issues.patch - util-add-missing-include.patch - psm-add-missing-declaration.patch- Refresh 0001-Drop-real128.patch to work with patch -p0- Switch to autopatch
* Tue Jun 25 2024 Nicolas Morey - Disable 32b builds of hpc flavours.- Remove obsolete dependency to sysfsutils
* Thu Feb 22 2024 pgajdosAATTsuse.com- Use %patch -P N instead of deprecated %patchN.
* Thu Oct 26 2023 Nicolas Morey - Add mvapich2-openpa-add-memory-barriers.patch to fix testsuite issue on pcc64 (bsc#1216610, bsc#1216612)
* Mon Aug 07 2023 Nicolas Morey - Drop support for obsolete TrueScale (bsc#1212146)
* Mon Dec 05 2022 Stefan Brüns - Reduce constraints to match the actual requirement. Exaggerating the requirements hurts both this package (time until build can start) as well as other OBS users (blocking large workers without need).- Use a reproducible timestamp instead of removing it altogether.
* Mon Nov 28 2022 Nicolas Morey-Chaisemartin - Update reproducible.patch to remove timestamp generated at compilation time
* Wed Jul 06 2022 Nicolas Morey-Chaisemartin - Add mvapich2-allow-building-with-external-hwloc.patch to allow building against an external hwloc library- Build mvapich2 HPC flavors against pmix and hwloc system libraries
* Wed Jun 29 2022 Klaus Kämpf - add pass-correct-size-to-snprintf.patch to fix potential buffer overflows (required to make \'sundials\' testsuite pass)- Update to mvapich2 2.3.7
* Features and Enhancements (since 2.3.6): - Added support for systems with Rockport\'s switchless networks
* Added automatic architecture detection
* Optimized performance for point-to-point operations - Added support for the Cray Slingshot 10 interconnect - Enhanced support for blocking collective offload using Mellanox SHARP
* Scatter and Scatterv - Enhanced support for non-blocking collective offload using Mellanox SHARP
* Iallreduce, Ibarrier, Ibcast, and Ireduce
* Bug Fixes (since 2.3.6): - Removed several deprectated functions - Thanks to Honggang Li AATTRedHat for the report - Fixed a bug where tools like CMake FindMPI would not detect MVAPICH when compiled without Hydra mpiexec - Thanks to Chris Chambreau and Adam Moody AATTLLNL for the report - Fixed compilation error when building with mpirun and without hydra - Thanks to James Long AATTUniversity of Illinois for the report - Fixed issue with setting RoCE mode correctly without RDMA_CM. - Thanks to Nicolas Gagnon AATTRockport Networks for the report - Fixed an issue on heterogeneous clusters where QP attributes were set incorrectly - Thanks to X-ScaleSolutions for the report and fix - Fixed a memory leak in improbe on the PSM channel - Thanks to Gregory Lee AATTLLNL Beichuan Yan AATTUniversity of Colorado for the report - Added retry logic for PSM connection establishment - Thanks to Gregory Lee AATTLLNL for the report and X-ScaleSolutions for the patch - Fixed an initialization error when using PSM and gcc\'s -pg option - Thanks to Gregory Lee AATTLLNL for the report and X-ScaleSolutions for the patch - Fixed a potential integer overflow when transfering large arrays - Thanks to Alexander Melnikov for the report and patch- Fix Url: link
* Wed Feb 16 2022 Nicolas Morey-Chaisemartin - Disable dlopen for verbs library (bsc#1196019)