Revisions of papi

buildservice-autocommit accepted request 441944 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 52)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 441827 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 51)
- Update to version 5.5.1:
buildservice-autocommit accepted request 427896 from Philipp Thomas's avatar Philipp Thomas (psmt) (revision 50)
baserev update by copy to link target
Philipp Thomas's avatar Philipp Thomas (psmt) committed (revision 49)
- 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
buildservice-autocommit accepted request 289288 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 48)
baserev update by copy to link target
Stanislav Brabec's avatar Stanislav Brabec (sbrabec) accepted request 289285 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 47)
- Replace ./configure with macro %configure

- Cleanup spec file with spec-cleaner
- Update to 5.4.1
  * Updated support for Intel Haswell and Haswell-EP
  * Added ARM Cortex A7
  * Added ARM 1176 CPU (original Raspberry Pi)
  * Enhance PAPI preset events to allow user defined events.
  * User defined events are set up via a user event definition file.
  * New test demonstrating attaching an eventset to a single CPU 
    rather than a thread.
  * Use the term "event qualifiers" instead of "event masks" to 
    clarify understanding.
  * Added pkg-config support to PAPI.
  * Fixed lustre segfault bug in lustre component.
  * Fixed compilation in the absence of a Fortran compiler.
  * Fixed bug in krental_pthreads ctest to join threads properly 
    on exit.
  * Fixed bug in perf_events where event masks were not getting 
    cleared properly.
  * Fixed memory leak bug in perf_events.
Tony Jones's avatar Tony Jones (jones_tony) accepted request 289249 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 46)
- fix typo in excludearch statement 

Noticed that we had this in sle.
buildservice-autocommit accepted request 262109 from Philipp Thomas's avatar Philipp Thomas (psmt) (revision 45)
baserev update by copy to link target
Philipp Thomas's avatar Philipp Thomas (psmt) committed (revision 44)
- 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.
buildservice-autocommit accepted request 254828 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 43)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) committed (revision 42)
-
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 253822 from Alin M Elena's avatar Alin M Elena (ealin) (revision 41)
- Update to version 5.3.2 
  Changelog:
  - NVML component updates;
  - Addressed appio memory leaks;
  - Support for Haswell-EP added to RAPL component;
  - The perf_event_uncore component event enumeration works now;
  - All components now have appropriate domain and granularities.
buildservice-autocommit accepted request 209475 from Philipp Thomas's avatar Philipp Thomas (psmt) (revision 40)
baserev update by copy to link target
buildservice-autocommit accepted request 196023 from Philipp Thomas's avatar Philipp Thomas (psmt) (revision 38)
baserev update by copy to link target
Philipp Thomas's avatar Philipp Thomas (psmt) committed (revision 37)
- Add papi-dont_skip_float_argument.patch to not skip float arguments
  from the command line.
buildservice-autocommit accepted request 186442 from Philipp Thomas's avatar Philipp Thomas (psmt) (revision 36)
baserev update by copy to link target
Philipp Thomas's avatar Philipp Thomas (psmt) committed (revision 35)
- 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.
buildservice-autocommit accepted request 178516 from Philipp Thomas's avatar Philipp Thomas (psmt) (revision 34)
baserev update by copy to link target
Philipp Thomas's avatar Philipp Thomas (psmt) committed (revision 33)
- 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
Displaying revisions 41 - 60 of 92
openSUSE Build Service is sponsored by