Upgrade macos
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
.TH MPI_Comm_create 3 "6/5/2019" " " "MPI"
|
||||
.TH MPI_Comm_create 3 "2/3/2025" " " "MPI"
|
||||
.SH NAME
|
||||
MPI_Comm_create \- Creates a new communicator
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
int MPI_Comm_create(MPI_Comm comm, MPI_Group group, MPI_Comm * newcomm)
|
||||
.fi
|
||||
.nf
|
||||
int MPI_Comm_create(MPI_Comm comm, MPI_Group group, MPI_Comm *newcomm)
|
||||
.fi
|
||||
|
||||
|
||||
.SH INPUT PARAMETERS
|
||||
.PD 0
|
||||
.TP
|
||||
@@ -14,9 +18,7 @@ int MPI_Comm_create(MPI_Comm comm, MPI_Group group, MPI_Comm * newcomm)
|
||||
.PD 0
|
||||
.TP
|
||||
.B group
|
||||
- group, which is a subset of the group of
|
||||
.I comm
|
||||
(handle)
|
||||
- group, which is a subset of the group of comm (handle)
|
||||
.PD 1
|
||||
|
||||
.SH OUTPUT PARAMETERS
|
||||
@@ -83,7 +85,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.
|
||||
|
||||
@@ -94,6 +96,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_COMM
|
||||
- Invalid communicator. A common error is to use a null
|
||||
communicator in a call (not even allowed in
|
||||
@@ -105,6 +115,14 @@ communicator in a call (not even allowed in
|
||||
.B MPI_ERR_GROUP
|
||||
- Null or invalid group passed to function.
|
||||
.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
|
||||
|
||||
.SH SEE ALSO
|
||||
MPI_Comm_free
|
||||
|
||||
Reference in New Issue
Block a user