Executes MPI point-to-point communication
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MPI_Comm), | intent(in) | :: | comm |
MPI communicator |
||
type(mpi_backend_helper), | intent(inout) | :: | send |
MPI Helper for send data |
||
type(mpi_backend_helper), | intent(inout) | :: | recv |
MPI Helper for recv data |
||
real(kind=real32), | intent(in) | :: | in(:) |
Data to be sent |
||
real(kind=real32), | intent(inout) | :: | out(:) |
Data to be received |