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
|
Source: eztrace
Section: devel
Priority: optional
Maintainer: Samuel Thibault <sthibault@debian.org>
Build-Depends: debhelper-compat (= 12),
pkg-config,
cmake,
bc, gawk,
gfortran,
libiberty-dev, binutils-dev (>= 2.29~), zlib1g-dev,
libotf2-trace-dev, otf2-tools,
opari2, libpomp2-dev,
clang [amd64 arm64 i386 ppc64el riscv64], libomp-dev [amd64 arm64 i386 ppc64el riscv64],
libstarpu-dev (>= 1.3~),
libpapi-dev [amd64 arm64 armel armhf i386 mipsel powerpc ppc64el mips64el ppc64 x32],
libmpich-dev, mpi-default-dev, mpi-default-bin
Rules-Requires-Root: no
Build-Conflicts: libeztrace0
Standards-Version: 4.6.0
Homepage: https://eztrace.gitlab.io/eztrace/
Vcs-Git: https://salsa.debian.org/debian/eztrace.git
Vcs-Browser: https://salsa.debian.org/debian/eztrace
Package: eztrace
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, libeztrace0 (= ${binary:Version}), opari2
Description: Automatic execution trace generation for HPC - tools
EZTrace is a tool that aims at generating automatically execution traces
from HPC (High Performance Computing) programs. It generates execution
trace files that can be interpreted by visualization tools such as
ViTE. It uses LD_PRELOAD and dlsym() to intercept calls to the usual HPC
primitives, to be observed.
.
This package contains the tools.
Package: libeztrace-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libeztrace0 (= ${binary:Version}), ${misc:Depends}
Description: Automatic execution trace generation for HPC - development files
EZTrace is a tool that aims at generating automatically execution traces
from HPC (High Performance Computing) programs. It generates execution
trace files that can be interpreted by visualization tools such as
ViTE. It uses LD_PRELOAD and dlsym() to intercept calls to the usual HPC
primitives, to be observed.
.
This package contains the development files.
Package: libeztrace0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libeztrace-dev (<< 2.0-1)
Replaces: libeztrace-dev (<< 2.0-1)
Pre-Depends: ${misc:Pre-Depends}
Description: Automatic execution trace generation for HPC - runtime libraries
EZTrace is a tool that aims at generating automatically execution traces
from HPC (High Performance Computing) programs. It generates execution
trace files that can be interpreted by visualization tools such as
ViTE. It uses LD_PRELOAD and dlsym() to intercept calls to the usual HPC
primitives, to be observed.
.
This package contains the development files.
|