File: xpvm.1

package info (click to toggle)
xpvm 1.2.5-11
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,368 kB
  • ctags: 1,509
  • sloc: ansic: 22,799; tcl: 7,750; makefile: 101; csh: 11; sh: 10
file content (91 lines) | stat: -rw-r--r-- 1,933 bytes parent folder | download | duplicates (3)
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
88
89
90
91
'\" t
.\" Copyright (c) 1999 Anand Kumria
.\" Written for Debian and released with the xpvm package
.\" License terms are for the xpvm package
.TH xpvm 1 "1st, December 1999" "xpvm" "Debian"
.SH NAME
xpvm \- graphical console and monitor for PVM
.SH SYNOPSIS
.B xpvm
.RB [\|
.IR hostfile 
.RB \|]
.RB [\| \ \-P\  \||\| \ \-O\  \|]
.RB [\| \-T
.IR trace\  \|]
.RB [\| \-N
.IR name\  \|]
.RB [\| \-M
.IR nbytes\  \|]
.RB [\| \ \-Hsetv\  \|]
.SH DESCRIPTION
.B xpvm
is a tool to monitor PVM and applications using it. It provides a
graphical interface to the PVM console commands and information,
along with several animated views to monitor the execution of PVM
programs.  These views provide information about the interactions
among tasks in a parallel PVM program, to assist in debugging and
performance tuning.
.SH OPTIONS
.TP
.B \-H
display usage information
.TP
.B \-v
verbose operation
.TP
.B \-P
start 
.B xpvm
in playback mode
.TP
.B \-O
start
.B xpvm
in overwrite mode
.TP
.B \-S
dump SDDF trace file headers and exit.
.TP
.B \-e
dump raw PVM event text
.TP
.B \-t
text mode, no animation in views
.TP
.I hostfile
.B xpvm 
will normally use the file 
.I $HOME/.xpvmhosts 
to create and configure the pvm.  You can override this behaviour by specifying 
.I hostfile 
on the command line.
.TP
.BI \-T\  trace
.B xpvm
will normally create and store a trace file in the 
user's home
directory. To have the 
.I trace
file stored in some other location, use this option.
.TP
.BI \-N\  name
use the specified 
.I name 
as the local hostname
.TP
.BI \-M\  nbytes
set the default message size to
.I nbytes
.SH FILES
.B xpvm
will check for the existence of 
.I $HOME/.xpvm_hosts
and use it to configure the list of hostnames available.
.SH SEE ALSO
pvm(1), xpvm_hosts(5)
.SH BUGS
None, of course.
.SH AUTHOR
This manual page was written by Anand Kumria <akumria@debian.org>,
for the Debian GNU/Linux system (but may be used by others).