1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
Source: papi
Section: devel
Priority: optional
Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
Uploaders:
Vincent Danjean <vdanjean@debian.org>,
Andreas Beckmann <anbe@debian.org>
Build-Depends:
debhelper-compat (= 12),
libpfm4-dev (>= 4.10.1+git7),
gfortran,
Rules-Requires-Root: no
Standards-Version: 4.3.0
Homepage: https://icl.utk.edu/papi/software/index.html
Vcs-Browser: https://salsa.debian.org/hpc-team/papi
Vcs-Git: https://salsa.debian.org/hpc-team/papi.git
Package: libpapi5.7
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${shlibs:Depends}, ${misc:Depends}
Breaks:
libpapi5 (>= 5.7),
Replaces:
libpapi5 (>= 5.7),
Description: PAPI runtime (shared libraries)
Performance Application Programming Interface (PAPI) provides the tool
designer and application engineer with a consistent interface and methodology
for use of the performance counter hardware found in most major
microprocessors. PAPI enables software engineers to see, in near real time,
the relation between software performance and processor events.
.
In addition Component PAPI provides access to a collection of components that
expose performance measurement opportunites across the hardware and software
stack.
.
Accessing performance counters from userspace may require reducing the paranoia
level in /proc/sys/kernel/perf_event_paranoid, see README.Debian for details.
.
This package provides the shared library.
Package: libpapi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libpapi${papi:SOVERSION} (= ${binary:Version}),
${misc:Depends}
Description: PAPI development files (headers and API documentation)
Performance Application Programming Interface (PAPI) provides the tool
designer and application engineer with a consistent interface and methodology
for use of the performance counter hardware found in most major
microprocessors. PAPI enables software engineers to see, in near real time,
the relation between software performance and processor events.
.
In addition Component PAPI provides access to a collection of components that
expose performance measurement opportunites across the hardware and software
stack.
.
This package provides the development files of PAPI.
Package: papi-tools
Architecture: any
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PAPI utilities
Performance Application Programming Interface (PAPI) provides the tool
designer and application engineer with a consistent interface and methodology
for use of the performance counter hardware found in most major
microprocessors. PAPI enables software engineers to see, in near real time,
the relation between software performance and processor events.
.
In addition Component PAPI provides access to a collection of components that
expose performance measurement opportunites across the hardware and software
stack.
.
This package provides utilities provided by the PAPI software.
Package: papi-examples
Architecture: all
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends:
libpapi-dev (>= ${source:Version}),
libpapi-dev (<< ${source:Upstream-Version}.~-~),
${misc:Depends}
Recommends:
build-essential,
gfortran,
mpi-default-dev,
Description: PAPI example files and test programs
Performance Application Programming Interface (PAPI) provides the tool
designer and application engineer with a consistent interface and methodology
for use of the performance counter hardware found in most major
microprocessors. PAPI enables software engineers to see, in near real time,
the relation between software performance and processor events.
.
In addition Component PAPI provides access to a collection of components that
expose performance measurement opportunites across the hardware and software
stack.
.
This package provides examples and tests of the PAPI software.
|