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
|
Source: taktuk
Section: net
Priority: optional
Maintainer: Vincent Danjean <vdanjean@debian.org>
Uploaders: Lucas Nussbaum <lucas@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
autoconf (>=2.61), automake (>=1:1.10), libtool
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/taktuk.git
Vcs-Browser: https://salsa.debian.org/debian/taktuk
Homepage: https://taktuk.gitlabpages.inria.fr/
Package: taktuk
Architecture: all
Multi-Arch: foreign
Depends: ${perl:Depends}, ${misc:Depends}, openssh-client | rsh-client
Recommends: libterm-readline-gnu-perl
Suggests: kanif, libtaktuk3t64 (>= ${source:Version}), libtaktuk-1-dev (>= ${source:Version})
Breaks: kanif (<< 1.2)
Description: efficient, large scale, parallel remote execution of commands
TakTuk allows one to execute commands in parallel on a potentially large set
of remote nodes (using ssh to connect to each node). It is typically used
inside high performance computing clusters and grids. It uses an adaptive
algorithm to efficiently distribute the work and sets up an interconnection
network to transport commands and perform I/Os multiplexing. It doesn't
require any specific software on the nodes thanks to a self-propagation
algorithm.
Package: libtaktuk3t64
Provides: ${t64:Provides}
Replaces: libtaktuk3
Breaks: libtaktuk3 (<< ${source:Version})
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, taktuk (= ${source:Version})
Suggests: libtaktuk-1-dev (= ${binary:Version})
Description: C bindings for taktuk
TakTuk allows one to execute commands in parallel on a potentially large set
of remote nodes (using ssh to connect to each node). It is typically used
inside high performance computing clusters and grids. It uses an adaptive
algorithm to efficiently distribute the work and sets up an interconnection
network to transport commands and perform I/Os multiplexing. It doesn't require
any specific software on the nodes thanks to a self-propagation algorithm.
.
This package provides libtaktuk3t64, the C bindings for the taktuk
communication layer.
Package: libtaktuk-1-dev
Breaks: taktuk (<= 3.7.3-2)
Conflicts: libtaktuk-dev, libtaktuk0-dev
Replaces: libtaktuk0-dev, libtaktuk2-dev, taktuk (<= 3.7.3-2)
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends}, libtaktuk3t64 (= ${binary:Version})
Description: C bindings for taktuk (development files)
TakTuk allows one to execute commands in parallel on a potentially large set
of remote nodes (using ssh to connect to each node). It is typically used
inside high performance computing clusters and grids. It uses an adaptive
algorithm to efficiently distribute the work and sets up an interconnection
network to transport commands and perform I/Os multiplexing. It doesn't
require any specific software on the nodes thanks to a self-propagation
algorithm.
.
This package provides development files for libtaktuk3t64, the C bindings for
the taktuk communication layer.
Package: libtaktuk-perl
Architecture: all
Recommends: taktuk (>= 3.7.3)
Section: perl
Depends: ${perl:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: Perl bindings for taktuk
TakTuk allows one to execute commands in parallel on a potentially large set
of remote nodes (using ssh to connect to each node). It is typically used
inside high performance computing clusters and grids. It uses an adaptive
algorithm to efficiently distribute the work and sets up an interconnection
network to transport commands and perform I/Os multiplexing. It doesn't
require any specific software on the nodes thanks to a self-propagation
algorithm.
.
This package provides perl bindings to the TakTuk API. It also provides
TakTuk::Pilot, a perl module that allows one to manage a TakTuk instance from
a perl program.
|