Nicolas Morey
cb3490f2be
- mpip.unwinder.patch - Add-return-value-to-non-void-function.patch - pc_lookup-replace-PTR-with-void.patch - Add configure-fix-compilation-error-for-GCC-14.patch to fix compilation with GCC >= 14 - Add arch-add-generic-arch-using-GCC-builtins.patch to fix compilation on s390. OBS-URL: https://build.opensuse.org/package/show/science:HPC/mpiP?expand=0&rev=48
193 lines
7.3 KiB
Plaintext
193 lines
7.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Sep 5 13:11:56 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
|
|
|
|
- Refresh patched to git format
|
|
- mpip.unwinder.patch
|
|
- Add-return-value-to-non-void-function.patch
|
|
- pc_lookup-replace-PTR-with-void.patch
|
|
- Add configure-fix-compilation-error-for-GCC-14.patch to
|
|
fix compilation with GCC >= 14
|
|
- Add arch-add-generic-arch-using-GCC-builtins.patch to fix compilation
|
|
on s390.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 25 13:17:50 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
|
|
|
|
- Do not build on 32b platforms
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 20 10:25:56 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>
|
|
|
|
- Drop support for openmpi[123] (jsc#PED-7111)
|
|
- Prepare support for openmpi5
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 10 09:40:37 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>
|
|
|
|
- Drop %vers macro so that the Version tag can be parsed more easily
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 24 06:45:37 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Use Python 3 instead of Python 2 to build.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 17 08:09:09 UTC 2022 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
- Added pc_lookup-replace-PTR-with-void.patch to fix compilation
|
|
on newer glibc.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 28 11:49:04 UTC 2020 - Egbert Eich <eich@suse.com>
|
|
|
|
- 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 19:38:31 UTC 2020 - Egbert Eich <eich@suse.com>
|
|
|
|
- Enable openmpi3 build for all SLE versions.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 29 19:42:39 UTC 2019 - Egbert Eich <eich@suse.com>
|
|
|
|
- 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 16:03:47 UTC 2019 - Egbert Eich <eich@suse.com>
|
|
|
|
- Disable openmpi1 builds for SLE/Leap > 15.1.
|
|
- Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 26 09:40:42 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
- Fix LTO support in archive files
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 2 15:14:08 UTC 2018 - cgoll@suse.com
|
|
|
|
- created version independent doc package
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 9 19:25:11 UTC 2018 - eich@suse.com
|
|
|
|
- Add support for openmpi2 for HPC (FATE#325089).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 9 15:33:26 UTC 2018 - eich@suse.com
|
|
|
|
- Fix summary in module files (bnc#1080259).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 12 15:37:28 UTC 2018 - eich@suse.com
|
|
|
|
- Disable the openmpi3 flavor in some products.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 5 19:00:01 UTC 2018 - eich@suse.com
|
|
|
|
- Add gcc7 as additional compiler flavor for HPC on SLES.
|
|
- Add support for mpich and openmpi3 for HPC.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 13 12:43:33 UTC 2017 - eich@suse.com
|
|
|
|
- Require HPC devel packages.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 12 12:07:35 UTC 2017 - eich@suse.com
|
|
|
|
- Fix environment module file.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 20 07:51:00 UTC 2017 - eich@suse.com
|
|
|
|
- Enable the openmpi build since the HPC build for openmpi
|
|
is now available in Factory.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 13 11:20:18 UTC 2017 - jengelh@inai.de
|
|
|
|
- Ensure neutrality of descriptions and trim subpackages.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 13 10:07:40 UTC 2017 - eich@suse.com
|
|
|
|
- Fix permissions in the doc and static package.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 1 16:00:04 UTC 2017 - eich@suse.com
|
|
|
|
- Initial package creation (FATE#321721).
|
|
- mpip.unwinder.patch:
|
|
Fix AARCH64.
|