wait Interface

public interface wait

Contents


Module Procedures

private subroutine wait_stat(request, status)

This routine waits for the communication, given by the message request, to complete. We return the status information

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: request
integer, intent(out), dimension(MPI_STATUS_SIZE) :: status

private subroutine wait_nostat(request)

This routine waits for the communication, given by the message request, to complete. We ignore the status information

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: request