Upgrade macos
This commit is contained in:
@@ -1,21 +1,25 @@
|
||||
.TH MPI_Comm_accept 3 "6/5/2019" " " "MPI"
|
||||
.TH MPI_Comm_accept 3 "2/3/2025" " " "MPI"
|
||||
.SH NAME
|
||||
MPI_Comm_accept \- Accept a request to form a new intercommunicator
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
int MPI_Comm_accept(const char *port_name, MPI_Info info, int root, MPI_Comm comm,
|
||||
MPI_Comm * newcomm)
|
||||
.fi
|
||||
.nf
|
||||
int MPI_Comm_accept(const char *port_name, MPI_Info info, int root,
|
||||
MPI_Comm comm, MPI_Comm *newcomm)
|
||||
.fi
|
||||
|
||||
|
||||
.SH INPUT PARAMETERS
|
||||
.PD 0
|
||||
.TP
|
||||
.B port_name
|
||||
- port name (string, used only on root)
|
||||
- port name (string)
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
.B info
|
||||
- implementation-dependent information (handle, used only on root)
|
||||
- implementation-dependent information (handle)
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
@@ -25,14 +29,14 @@ int MPI_Comm_accept(const char *port_name, MPI_Info info, int root, MPI_Comm com
|
||||
.PD 0
|
||||
.TP
|
||||
.B comm
|
||||
- intracommunicator over which call is collective (handle)
|
||||
- intra-communicator over which call is collective (handle)
|
||||
.PD 1
|
||||
|
||||
.SH OUTPUT PARAMETERS
|
||||
.PD 0
|
||||
.TP
|
||||
.B newcomm
|
||||
- intercommunicator with client as remote group (handle)
|
||||
- inter-communicator with client as remote group (handle)
|
||||
.PD 1
|
||||
|
||||
.SH THREAD AND INTERRUPT SAFETY
|
||||
@@ -92,7 +96,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.
|
||||
|
||||
@@ -103,8 +107,11 @@ possible.
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
.B MPI_ERR_INFO
|
||||
- Invalid Info
|
||||
.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
|
||||
@@ -114,3 +121,17 @@ communicator in a call (not even allowed in
|
||||
.I MPI_Comm_rank
|
||||
).
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
.B MPI_ERR_INFO
|
||||
- Invalid Info
|
||||
.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