Skip to content

Commit 4e53142

Browse files
committed
Update mana.1: document DEFINE_mpi_collective_p2p
1 parent c5f0179 commit 4e53142

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

manpages/mana.1

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\" t
2-
.\" Manual page created with latex2man on Sun Jun 20 15:09:00 2021
2+
.\" Manual page created with latex2man on Thu Mar 10 05:08:52 2022
33
.\" NOTE: This file is generated, DO NOT EDIT.
44
.de Vb
55
.ft CW
@@ -10,7 +10,7 @@
1010

1111
.fi
1212
..
13-
.TH "MANA" "1" "20 June 2021" "MPI\-Agnostic Netw.\-Agnostic Ckpt " "MPI\-Agnostic Netw.\-Agnostic Ckpt "
13+
.TH "MANA" "1" "10 March 2022" "MPI\-Agnostic Netw.\-Agnostic Ckpt " "MPI\-Agnostic Netw.\-Agnostic Ckpt "
1414
.SH NAME
1515

1616
\fBmana\fP
@@ -133,6 +133,13 @@ inside mtcp/mtcp_restart.c shortly before calling splitProcess()
133133
DMTCP/MANA will
134134
pause during restart, before resuming execution, to allow `gdb
135135
attach\&' (GDB must be on same node.)
136+
.TP
137+
\fBDEFINE_mpi_collective_p2p\fP
138+
For debugging only (high
139+
runtime overhead): If this env. var. is set, and if re\-building
140+
any files in contrib/mpi\-proxy\-split/mpi\-wrappers, then MPI
141+
collective communication calls are translated to MPI_Send/Recv
142+
at runtime. (Try \&'touch mpi_collective_p2p.c\&' if not re\-building.)
136143
.PP
137144
To see status of ranks (especially during checkpoint), try:
138145
.Vb

manpages/mana.latex2man

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ the last checkpoint.
8585
\item[\Opt{DMTCP_RESTART_PAUSE}] DMTCP/MANA will
8686
pause during restart, before resuming execution, to allow `gdb
8787
attach' (GDB must be on same node.)
88+
\item[\Opt{DEFINE_mpi_collective_p2p}] For debugging only (high
89+
runtime overhead): If this env. var. is set, and if re-building
90+
any files in contrib/mpi-proxy-split/mpi-wrappers, then MPI
91+
collective communication calls are translated to MPI_Send/Recv
92+
at runtime. (Try 'touch mpi_collective_p2p.c' if not re-building.)
8893
\end{Description}
8994
To see status of ranks (especially during checkpoint), try:
9095
\begin{verbatim}

0 commit comments

Comments
 (0)