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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
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 (= 13),
dh-sequence-python3,
gfortran,
hipcc [amd64 arm64 ppc64el],
libpfm4-dev (>= 4.13.0+git101) [linux-any],
librocm-smi-dev [!x32 !hurd-any],
mpi-default-dev,
# prevent accidental backports after the 64-bit time_t transition
dpkg-dev (>= 1.22.5),
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://icl.utk.edu/papi/
Vcs-Browser: https://salsa.debian.org/hpc-team/papi
Vcs-Git: https://salsa.debian.org/hpc-team/papi.git
Package: libpapi7.2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${shlibs:Depends}, ${misc:Depends}
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: libsde1t64
Provides: ${t64:Provides}
Replaces: libsde1
Breaks: libsde1 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${shlibs:Depends}, ${misc:Depends}
Description: PAPI software defined events 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.
.
Software Defined Events (SDEs) allow arbitrary custom performance metrics
to be defined by applications or performance tools that can be measured by
PAPI via the sde component.
.
This package provides the shared library.
Package: libpapi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libpapi${papi:SOVERSION}${papi:SOSUFFIX} (= ${binary:Version}),
libsde${sde:SOVERSION}${sde:SOSUFFIX} (= ${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:
${python3: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: any
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends:
libpapi-dev (= ${binary:Version}),
${misc:Depends}
Recommends:
build-essential,
gfortran,
libpfm4-dev,
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.
|