0126fd1c5d- Update from beta to full release version 7.2.0
devel
Tony Jones
2025-07-07 18:49:57 +00:00
d26a633f41Accepting request 1271569 from devel:libraries:c_c++Ana Guerrero2025-04-22 15:30:07 +00:00
9a5d4c4920- Remove BuildRoot directive - Remove python3.patch and replaced with build time sed - Initial support for RISC-V architecture - Update to version 7.2.0b2 - Update to version 7.2.0b1Marcus Meissner2025-04-22 09:51:02 +00:00
7beeb412d4Accepting request 1266429 from devel:libraries:c_c++Ana Guerrero2025-04-03 14:47:00 +00:00
06e3a36f3b- Redownload papi-7.1.0.tar.gz as it was not actually gzipped and triggered and OBS error when running download_files.Ana Guerrero2025-04-02 09:54:56 +00:00
afea9f298b- Disable and remove support for gnu-hpc build flavours (bsc#1239982)
Tony Jones
2025-04-01 17:03:01 +00:00
7e0c73a199Accepting request 1144039 from devel:libraries:c_c++Ana Guerrero2024-02-05 21:01:00 +00:00
b534fb126eAccepting request 1143523 from home:jones_tony:branches:devel:libraries:c_c++
Tony Jones
2024-02-02 00:01:36 +00:00
976766b2d4- Add papi-power9_event_list_presets.patch from IBM to add support for the POWER9 architecture (fate#322255).
Philipp Thomas
2017-09-11 14:09:44 +00:00
272e370cc0- Update to 5.5.0. Changes since 5.4.1 : New Platforms: * Added Knights Landing (KNL) core events and preset events. * Added Intel Broadwell/Skylake/Knights Landing RAPL support * Updated PAPI preset event support for Intel Broadwell/Skylake New Implementations: * libmsr component: Using LLNL's libmsr library to access Intel RAPL (Running Average Power Limit) library adds power capping abilities to PAPI. * CUDA PC sampling: A new standalone CUDA sampling tool (papi_cuda_sampling) has been added to the CUDA component (components/cuda/sampling/) and can be used as a preloader to perform PC sampling on Nvidia GPUs which support the CUPTI sampling interface (e.g. Maxwell). * ARM Cortex A53 support: Event definitions added. New Component: * Powercap component: PAPI now supports the Linux Power Capping Framework which exposes power capping devices and power measurement to user space via a sysfs virtual file system interface. Enhancements: * Added Haswell-EP uncore support * Initial Broadwell, Skylake support * Added a general CUDA example (components/cuda/test) that uses LD_PRELOAD to attach to a running CUcontext. * Added "-check" flag to papi_avail and papi_native_avail to test counter availability/validity. * Add support for multiple flavors of POWER8 processors. * Force all processors to check event schedulability by checking that PAPI can successfully read the counters. * Support for Intel Broadwell-EP, Skylake, Goldmont, Haswell-EP
Philipp Thomas
2016-09-15 07:44:21 +00:00
b8ce70aa11- Update to 5.4.0: New Platforms: ------------- * EMON power component for IBM Blue Gene/Q * Support for the Applied Micro X-Gene processor * Support for IBM POWER non-virtualized platform * RAPL support for Intel Haswell models (60,69,71) Enhancements: ------------ * Added list of supported PMU names (core/uncore components) * Support for extended event masks (core/uncore components) * Extension of the RAPL energy measurements on Intel via msr-safe * Updated IBM POWER7, POWER8 presets * 'papi_native_avail --validate' supports events that require multiple masks to be valid Bug Fixes: ---------- * HW counter and event count added/fixed for BGPM components * Reduce cost of using PAPI_name_to_code * Non-null terminated strings fixed * Growing list of native events in core/uncore components fixed * Cleaned up Intel IvyBridge presets * Addressed Coverity reported issues For specific and detailed information on changes made in this release, grep ChangeLogP540.txt in the package documentation for keywords of interest or go directly to the PAPI git repo.
Philipp Thomas
2014-11-18 06:48:52 +00:00
d637a74e4cAccepting request 254828 from devel:libraries:c_c++
Stephan Kulow
2014-10-11 17:26:15 +00:00
4250a28dd3Accepting request 253822 from home:ealin:varia
Ismail Dönmez
2014-10-09 10:44:50 +00:00
cc8ec0f2ebAccepting request 209475 from devel:libraries:c_c++
Stephan Kulow
2013-12-05 20:41:32 +00:00
899507fe41Accepting request 209460 from home:jones_tony:branches:devel:libraries:c_c++
Philipp Thomas
2013-12-05 09:14:13 +00:00
24ce746f86Accepting request 196023 from devel:libraries:c_c++
Tomáš Chvátal
2013-08-23 09:05:13 +00:00
83bea9e32b- Add papi-dont_skip_float_argument.patch to not skip float arguments from the command line.
Philipp Thomas
2013-08-22 14:29:49 +00:00
49a37b49c5Accepting request 186442 from devel:libraries:c_c++
Tomáš Chvátal
2013-08-13 08:12:24 +00:00
b10bc8da57- Update to 5.2.0: This release represents a major overhaul of several components. Support for Intel Haswell and Power 8 has been added. Processor support code has been moved to the components directory. New Platform: ------------- * Intel Haswell (initial support) * Power 8 (initial support) New Components: --------------- * Host-side MIC power component Enhancements: ------------ * Component tests are now included with install-tests make target. * Components with external library dependencies load them at runtime allowing better distribution (infiniband, cuda, vmware, nvml and host-side micpower) * Perf_events, perfctr[_ppc] and perfmon2[_ia64] have been moved under the components directory * (Intel) Uncore support has been split into its own component * Lustre component better handles large numbers of filesystems - Remove papi-use_major_in_soname.patch as the problem has been fixed upstream.
Philipp Thomas
2013-08-08 17:21:37 +00:00
d892ecdb20Accepting request 178516 from devel:libraries:c_c++
Stephan Kulow
2013-06-13 15:29:35 +00:00
e1cd0225d3- Update to 5.1.1. Changes since 5.0.1: 5.1.0: New Platform: ------------- * Intel Xeon Phi ( Knight's Corner or KNC or MIC ) Bug Fixes: ---------- * Various build system fixes. * NVML component fix. * Work around a sampling bug on Power Linux Enhancements: ------------ * ARM Cortex A15 support. * New API entry, PAPI_get_eventset_component * Add options to papi_command_line to print in hex and unsigned formats New Components: --------------- * MIC Power component. 5.1.1: New Platform: ------------- * Intel IvyBridge-EP Bug Fixes: ---------- * Many perf_event fixes * Cuda component fixes * IA64 and SPARC build fixes Enhancements: ------------ * Better logic in run_tests.sh script
Philipp Thomas
2013-06-11 10:02:29 +00:00
34c0298bb5Accepting request 147991 from devel:libraries:c_c++
Stephan Kulow
2013-01-11 12:49:10 +00:00
892cac347aAccepting request 147980 from home:jones_tony:oprofile_test
Philipp Thomas
2013-01-11 01:17:33 +00:00
a6a0917054Accepting request 146602 from devel:libraries:c_c++
Ismail Dönmez
2013-01-02 11:59:44 +00:00
18894ad1f5- update to 5.0.1 (fixes build for ARM): * This is a major release of PAPI. Parts of both the internal component and external low-level interfaces have changed. This will break your 4.4 compliant components and links to shared libraries. A full detailed description of the changes to PAPI 5.0 can be found here: http://web.eecs.utk.edu/~vweaver1/papers/papi/papi_v5_changes.pdf - Removed papi-glibc-siginfo.patch, papi-list_components.patch, papi-use_as_help_string.patch: Already upstream or not needed - Removed papi-lmsensors_check.patch: can be replaced by configure optionDirk Mueller2012-12-28 16:35:43 +00:00
f30042993cAccepting request 139605 from devel:libraries:c_c++
Stephan Kulow
2012-10-29 19:08:27 +00:00
f7af9e3317Accepting request 139596 from home:coolo:branches:openSUSE:FactoryMarcus Meissner2012-10-28 12:03:44 +00:00
babe5bec8cAccepting request 136221 from devel:libraries:c_c++
Stephan Kulow
2012-09-29 13:34:26 +00:00
8b4222e703Accepting request 136215 from home:namtrac:bugfix
Ismail Dönmez
2012-09-27 12:07:33 +00:00
e289ef53acAccepting request 132424 from devel:libraries:c_c++
Ismail Dönmez
2012-09-03 23:33:53 +00:00
b1fd43c400- Modify spec so that build succeeds (requiring libquadmath versions).
Philipp Thomas
2012-09-03 15:20:21 +00:00
3348f53fd0- Add papi-glibc-siginfo.patch: newer glibc no longer defines siginfo, we need to use siginfo_t
Ismail Dönmez
2012-09-03 11:33:55 +00:00
ac59004431Accepting request 127082 from devel:libraries:c_c++
Stephan Kulow
2012-07-06 07:45:24 +00:00
1f1aa47a8dRemove unneeded files
Philipp Thomas
2012-07-04 09:52:52 +00:00
7d680e675d- Remove patches and files not needed anymore.
Philipp Thomas
2012-07-04 09:45:44 +00:00
a111f8d1fd- Update to 4.4.0: New Platforms: -------------- Added PAPI support for Blue Gene/Q. Bug Fixes: ---------- * Fix buffer overrun in lmsensors component * libpfm4: Update to current git libpfm4 snapshot * Fix broken Pentium 4 Prescott support we were missing the netburst_p declaration in papi_events.csv * Fix various locking issues in the threaded code. * Fix multiplexing of large eventsets on perf_events systems. This presented when using more than 31 multiplexed events on perf_event - Add a devel-static package that contains the static libraries. - For other changes since 4.2.1 see RELEASENOTES.txt in the packages documentation.
Philipp Thomas
2012-04-23 15:14:43 +00:00