File: control

package info (click to toggle)
kanif 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 576 kB
  • ctags: 107
  • sloc: perl: 1,610; sh: 659; makefile: 73
file content (23 lines) | stat: -rw-r--r-- 1,094 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: kanif
Section: net
Priority: optional
Maintainer: Lucas Nussbaum <lucas@debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>
Build-Depends: cdbs, debhelper (>= 5)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/collab-maint/kanif.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/kanif.git;a=summary
Homepage: http://taktuk.gforge.inria.fr/kanif

Package: kanif
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, taktuk (>= 3.7.4)
Description: cluster management and administration swiss army knife
 Kanif is a tool for high performance computing clusters management and
 administration. It combines the main functionalities of well-known cluster
 management tools such as c3, pdsh and dsh, and mimics their syntax. It
 provides three tools to run the same command on several nodes ("parallel
 ssh", using the 'kash' command), to broadcast the copy of files or
 directories to several nodes ('kaput' command), and to gather several
 remote files or directories locally ('kaget' command). It relies on TakTuk
 for efficiency and scalability.