Upgrade macos

This commit is contained in:
Bassem Girgis
2025-03-19 08:52:56 -05:00
parent 53580cb51f
commit d29ef955f5
8041 changed files with 1936720 additions and 130842 deletions

View File

@@ -1,11 +1,15 @@
.TH MPI_Wait 3 "6/5/2019" " " "MPI"
.TH MPI_Wait 3 "2/3/2025" " " "MPI"
.SH NAME
MPI_Wait \- Waits for an MPI request to complete
.SH SYNOPSIS
.nf
int MPI_Wait(MPI_Request * request, MPI_Status * status)
.fi
.SH INPUT PARAMETERS
.nf
int MPI_Wait(MPI_Request *request, MPI_Status *status)
.fi
.SH INPUT/OUTPUT PARAMETERS
.PD 0
.TP
.B request
@@ -16,10 +20,7 @@ int MPI_Wait(MPI_Request * request, MPI_Status * status)
.PD 0
.TP
.B status
- status object (Status). May be
.I MPI_STATUS_IGNORE
\&.
- status object (Status)
.PD 1
.SH NOTES ON THE MPI_STATUS ARGUMENT
@@ -96,16 +97,6 @@ All MPI objects (e.g.,
.I INTEGER
in Fortran.
The
.I status
argument must be declared as an array of size
.I MPI_STATUS_SIZE
,
as in
.I integer status(MPI_STATUS_SIZE)
\&.
.SH ERRORS
All MPI routines (except
@@ -131,7 +122,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.
@@ -142,6 +133,14 @@ possible.
.PD 1
.PD 0
.TP
.B MPI_ERR_ARG
- Invalid argument. Some argument is invalid and is not
identified by a specific error class (e.g.,
.I MPI_ERR_RANK
).
.PD 1
.PD 0
.TP
.B MPI_ERR_REQUEST
- Invalid
.I MPI_Request
@@ -154,9 +153,10 @@ or
.PD 1
.PD 0
.TP
.B MPI_ERR_ARG
- Invalid argument. Some argument is invalid and is not
identified by a specific error class (e.g.,
.I MPI_ERR_RANK
).
.B MPI_ERR_OTHER
- Other error; use
.I MPI_Error_string
to get more information
about this error code.
.PD 1