Creates MPI helper
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mpi_backend_helper), | intent(inout) | :: | self |
MPI Helper |
||
integer(kind=int64), | intent(in) | :: | counts(:) |
Counts of data to send or recv |
||
integer(kind=int64), | intent(in) | :: | displs(:) |
Displacements of data to send or recv |
||
integer(kind=int32), | intent(in) | :: | max_requests |
Maximum number of requests required |