File: mpisync.1in

package info (click to toggle)
openmpi 4.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 127,592 kB
  • sloc: ansic: 690,998; makefile: 43,047; f90: 19,220; sh: 7,182; java: 6,360; perl: 3,590; cpp: 2,227; python: 1,350; lex: 989; fortran: 61; tcl: 12
file content (48 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download | duplicates (4)
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
.\" Copyright (c) 2014      Artem Polyakov <artpol84@gmail.com>.  All rights reserved.
.TH MPISYNC 1 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
.SH NAME
Open MPI timing tools
.
.SH SYNTAX
.B mpisync
[\fIoptions\fR]
.br
.B mpirun_prof
[\fIoptions\fR]
.br
.B ompi_timing_post
[\fI<timing-file>\fR] [\fI<processed-file>\fR]
.
.SH DESCRIPTION
.PP
.BR mpisync
determines clock offsets relative to Head Node Process (HNP). It accepts the following options:
.TP
\fB\-o\fR, \fB\-\-output\fR
The name of output file where offsets related to HNP will be written
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help information
.PP
.BR ompi_timing_post
takes the timing output file as input parameter. The events are sorted by the timestamps. Next, the timestamps are replaced with time offsets relative to the
.BR first
:
.BR previous
event.
.PP
.BR mpirun_prof
is a wrapper around
.BR mpirun
that performs clock synchronisation and post-processing of the timing output file.

.SH NOTES
.PP
The mpisync code was derived from MPIPerf project:
http://mpiperf.cpct.sibsutis.ru/index.php/Main/Documentation
.
.SH FILES
.PP
The output file has following format:
.PP
<hostname> <round-trip-time> <offset-from-hnp>