[mpich] 02/02: Add parkill manual page

Torquil Macdonald Sørensen torquil-guest at moszumanska.debian.org
Fri Nov 6 16:37:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

torquil-guest pushed a commit to branch master
in repository mpich.

commit aa62edcadcf797132fe360f8a2d3b46b019ba722
Author: Torquil Macdonald Sørensen <torquil at gmail.com>
Date:   Fri Nov 6 17:22:23 2015 +0100

    Add parkill manual page
---
 debian/changelog      |  1 +
 debian/mpich.manpages |  1 +
 debian/mpichversion.1 |  2 +-
 debian/mpivars.1      |  2 +-
 debian/parkill.1      | 40 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8539edc..1be3117 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ mpich (3.2~rc2-1) UNRELEASED; urgency=medium
     those
   * Include upstream manual page mpif77.1 and provide symlink for mpif90.mpich.1
   * Include hydra* manual pages
+  * Add parkill manual page
 
  -- Torquil Macdonald Sørensen <torquil at gmail.com>  Thu, 05 Nov 2015 12:30:58 +0100
 
diff --git a/debian/mpich.manpages b/debian/mpich.manpages
index 092303e..c5f1d0a 100644
--- a/debian/mpich.manpages
+++ b/debian/mpich.manpages
@@ -1,2 +1,3 @@
 debian/tmp/usr/share/man/man1/mpiexec.mpich.1
 debian/tmp/usr/share/man/man1/hydra*
+debian/parkill.1
diff --git a/debian/mpichversion.1 b/debian/mpichversion.1
index 24efd3b..0e90d3d 100644
--- a/debian/mpichversion.1
+++ b/debian/mpichversion.1
@@ -4,7 +4,7 @@
 .TH mpichversion 1 "2015-11-05"
 .\" Please adjust this date whenever revising the manpage.
 .SH NAME
-mpichversion \- Report on the MPICH version.
+mpichversion \- Report on the MPICH version
 .SH SYNOPSIS
 .B mpichversion
 .RI [ options ]
diff --git a/debian/mpivars.1 b/debian/mpivars.1
index 00394b1..7f4ca5a 100644
--- a/debian/mpivars.1
+++ b/debian/mpivars.1
@@ -4,7 +4,7 @@
 .TH mpivars 1 "2015-11-05"
 .\" Please adjust this date whenever revising the manpage.
 .SH NAME
-mpivars \- Print MPI variables.
+mpivars \- Print MPI variables
 .SH SYNOPSIS
 .B mpivars
 .RI [ options ]
diff --git a/debian/parkill.1 b/debian/parkill.1
new file mode 100644
index 0000000..6705ae6
--- /dev/null
+++ b/debian/parkill.1
@@ -0,0 +1,40 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" (C) Copyright 2015 Torquil Macdonald Sørensen <torquil at gmail.com>,
+.\"
+.TH mpivars 1 "2015-11-06"
+.\" Please adjust this date whenever revising the manpage.
+.SH NAME
+parkill \- Kill all processes running a specified command
+.SH SYNOPSIS
+.B parkill [ -debug ] [ -verbose ] [ -user=name ] program
+.SH DESCRIPTION
+.PP
+\fBparkill\fP kills all processes running a specified command.
+
+Many systems also have the "killall" command; this should be used instead
+if it is available.
+
+This script relies on the ps command; where possible, it uses the
+/proc/<pid>/cmdline interface to more reliably access the commandline
+(to avoid matching command line parameters as if they were functions).
+
+.SH OPTIONS
+.TP
+.B \-debug
+Print debug information.
+.TP
+.B \-verbose
+Be verbose.
+.TP
+.B \--user=name
+Only kill processes belonging to a particular user. Root privileges are required for this option.
+.SH AUTHOR
+This manpage was written by Torquil Macdonald S\[u00F8]rensen <torquil at gmail.com>, by copying
+from src/env/parkill.in in the MPICH sources.
+.SH SEE ALSO
+.BR mpiexec.hydra (1),
+.BR mpicc.mpich (1),
+.BR mpicxx.mpich (1),
+.BR mpif77.mpich (1),
+.BR mpif90.mpich (1),
+.BR mpifort.mpich (1).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mpich.git



More information about the debian-science-commits mailing list