File: parkill.1

package info (click to toggle)
mpich 4.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 249,564 kB
  • sloc: ansic: 1,299,893; cpp: 74,751; f90: 72,164; javascript: 40,763; perl: 27,970; sh: 18,623; python: 15,956; xml: 14,418; makefile: 9,418; fortran: 8,046; java: 4,553; asm: 324; ruby: 176; lisp: 19; php: 8; sed: 4
file content (40 lines) | stat: -rw-r--r-- 1,250 bytes parent folder | download | duplicates (7)
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
.\"                                      Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2015 Torquil Macdonald Sørensen <torquil@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@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).