wait Interface

public interface wait

Calls

interface~~wait~~CallsGraph interface~wait wait proc~request_wait request_wait interface~wait->proc~request_wait mpi_wait mpi_wait proc~request_wait->mpi_wait

Module Procedures

private subroutine request_wait(request, status)

Blocks until the operation associated with the request completes. The request is freed after completion.

Arguments

Type IntentOptional Attributes Name
type(request_t), intent(inout) :: request
type(MPI_Status), intent(out), optional :: status