File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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\fB mana \fP
@@ -133,6 +133,13 @@ inside mtcp/mtcp_restart.c shortly before calling splitProcess()
133133 DMTCP/MANA will
134134pause during restart, before resuming execution, to allow `gdb
135135attach\& ' (GDB must be on same node.)
136+ .TP
137+ \fB DEFINE_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
137144To see status of ranks (especially during checkpoint), try:
138145.Vb
Original file line number Diff line number Diff 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}
8994To see status of ranks (especially during checkpoint), try:
9095\begin{verbatim}
You can’t perform that action at this time.
0 commit comments