Upgrade macos
This commit is contained in:
@@ -1,20 +1,24 @@
|
||||
.TH MPI_Pcontrol 3 "6/5/2019" " " "MPI"
|
||||
.TH MPI_Pcontrol 3 "2/3/2025" " " "MPI"
|
||||
.SH NAME
|
||||
MPI_Pcontrol \- Controls profiling
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.fi
|
||||
.nf
|
||||
int MPI_Pcontrol(const int level, ...)
|
||||
.fi
|
||||
|
||||
|
||||
.SH INPUT PARAMETERS
|
||||
.PD 0
|
||||
.TP
|
||||
.B level
|
||||
- Profiling level
|
||||
- Profiling level (integer)
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
.B ...
|
||||
- other arguments (see notes)
|
||||
.B varargs
|
||||
- varargs (\\\\ldots)
|
||||
.PD 1
|
||||
|
||||
.SH NOTES
|
||||
@@ -74,7 +78,7 @@ its use is deprecated. The predefined error handler
|
||||
may be used to cause error values to be returned.
|
||||
Note that MPI does
|
||||
.B not
|
||||
guarentee that an MPI program can continue past
|
||||
guarantee that an MPI program can continue past
|
||||
an error; however, MPI implementations will attempt to continue whenever
|
||||
possible.
|
||||
|
||||
@@ -83,3 +87,12 @@ possible.
|
||||
.B MPI_SUCCESS
|
||||
- No error; MPI routine completed successfully.
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
.B MPI_ERR_OTHER
|
||||
- Other error; use
|
||||
.I MPI_Error_string
|
||||
to get more information
|
||||
about this error code.
|
||||
.PD 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user