Changelog for
mpiP_3_5-gnu-mpich-hpc-devel-3.5-5.3.x86_64.rpm :
* Fri Oct 20 2023 Nicolas Morey
- Drop support for openmpi[123] (jsc#PED-7111)- Prepare support for openmpi5
* Tue Oct 10 2023 Nicolas Morey - Drop %vers macro so that the Version tag can be parsed more easily
* Mon Oct 24 2022 Steve Kowalik - Use Python 3 instead of Python 2 to build.
* Mon Oct 17 2022 Nicolas Morey-Chaisemartin - Added pc_lookup-replace-PTR-with-void.patch to fix compilation on newer glibc.
* Sat Nov 28 2020 Egbert Eich - Update to mpiP version 3.5
* Update deprecated functions.
* Fix ARM typo and add LSE configure test.
* Correct pt2pt histogram reporting check.
* Address compiler warnings for some mt function return types.
* Correct build behavior for testing multi-threaded support with Spectrum MPI.
* Missing function argument entry.
* Additional I/O routines
* currBasetype fix
* Update to test suite to include multi-threaded tests
* Followup for renaming wrappers.c to mpiP-wrappers.c
* Include mpiP in wrappers file name for call site reporting
* Clarify stack tracing behavior
* Correct autoheader error with HAVE_BFD_GET_SECTION_MACROS. Make define behavior consistent.
* Convenience functionality to avoid SMPI libmpiP
* Arch files corrections for gcc and opal code.
* update to work with binutils-2.34
* Fixed report header printing bug with large argument counts.
* fix make-wrappers.py indentation and make python 2 and 3 compatible
* Re-organized sizeof test to avoid CC defaulting to gcc. Re-organized default compilers.
* Add Multi-Threading (MT) test suite
* Fix FORTRAN Bindings: properly handle strings
* Fix the code accounting the application time
* Fix TLS cleanup code
* Fix MT timings
* Refine statistics reset procedure
* Reduce the number of TLS accesses
* First cut on multi-threading
* Extract callsite code to a separate module
* Move nested call check down the stack
* Introduce additional statistics layer
* First step towards MT support
* Refactor global state: remove unneeded component
* Preliminary step for adding multi-threaded support
* Configury change: introduce mpiP-state.[c|h] files
* Get rid of mpiPi.h.in file as unneeded
* Adding autoconf PACKAGE defines to address current bfd.h requirement.
* Fix mpi.h includes in some of the tests
* Indentation fixes only. No actual changes.
* Change default stack frame unwinding count.
* Remove functions deprecated since MPI-2.0
* Avoid LD_PRELOAD symbol conflict between srun and libiberty.
* Create README.md
* Corrected type issues resulting in compiler warnings in the test suite.
* Make PC modification conditional. (Removed for now.)
* Adding additional RMA functions to cover all MPI3.1 RMA functions. Expanded test coverage.
* Added MPI3 One-sided operation support, from changes by Jeff Hammond.
* Additional github migration.
* Adding README.md
* Added support for non-blocking collectives.
* Provide non-NULL error argument for dwarf calls. Remove call to elf_end. Ignore compile units with no function information, rather than abort.
* Reduce unnecessary debugging output.
* Add count column to top time section.
* Adding fortran symbol failure output for debugging configure issues.- Add build support for gcc10 to HPC build (bsc#1174439).- Add openmpi4 flavors.- Add: Add-return-value-to-non-void-function.patch Preliminary %check stage. A number of checks fail currently. These need to be looked at.
* Wed May 13 2020 Egbert Eich - Enable openmpi3 build for all SLE versions.
* Fri Nov 29 2019 Egbert Eich - Add missing openmpi2 build for gcc7.- Add support for gcc8 and gcc9 (jsc#SLE-7766 & jsc#SLE-8604).- Include mpiP wrapper scripts for mpirun and Slurm srun.- Package API.
* Thu Nov 28 2019 Egbert Eich - Disable openmpi1 builds for SLE/Leap > 15.1.- Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).
* Thu Sep 26 2019 Nicolas Morey-Chaisemartin - Fix LTO support in archive files
* Fri Mar 02 2018 cgollAATTsuse.com- created version independent doc package