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
|
.\" Man page generated from reStructuredText.
.
.TH "MPISYNC" "1" "May 30, 2025" "" "Open MPI"
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.sp
mpisync — Open MPI timing tools
.SH SYNTAX
.sp
\fBmpisync [options]\fP
.sp
\fBmpirun_prof [options]\fP
.sp
\fBompi_timing_post [<timing\-file>] [<processed\-file>]\fP
.SH DESCRIPTION
.sp
\fBmpisync\fP: determines clock offsets relative to Head Node Process
(HNP). It accepts the following options:
.INDENT 0.0
.IP \(bu 2
\fB\-o\fP, \fB\-\-output\fP: The name of output file where offsets related
to HNP will be written
.IP \(bu 2
\fB\-h\fP, \fB\-\-help\fP: Print help information
.UNINDENT
.sp
\fBompi_timing_post\fP 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 \fBfirst\fP : \fBprevious\fP
event.
.sp
\fBmpirun_prof\fP is a wrapper around \fI\%mpirun\fP that
performs clock synchronisation and post\-processing of the timing
output file.
.SH NOTES
.sp
The mpisync code was derived from MPIPerf project:
\fI\%http://mpiperf.cpct.sibsutis.ru/index.php/Main/Documentation\fP
.SH FILES
.sp
The output file has following format:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
<hostname> <round\-trip\-time> <offset\-from\-hnp>
.ft P
.fi
.UNINDENT
.UNINDENT
.SH COPYRIGHT
2003-2025, The Open MPI Community
.\" Generated by docutils manpage writer.
.
|