mp_testany Interface

public interface mp_testany

Module Procedures

private subroutine mp_testany_1(requests, completed, flag)

tests for completion of the given requests

Arguments

Type IntentOptional Attributes Name
type(mp_request_type), intent(inout), DIMENSION(:) :: requests
integer, intent(out), optional :: completed
logical, intent(out), optional :: flag

private subroutine mp_testany_2(requests, completed, flag)

tests for completion of the given requests

Arguments

Type IntentOptional Attributes Name
type(mp_request_type), intent(inout), DIMENSION(:, :) :: requests
integer, intent(out), optional :: completed
logical, intent(out), optional :: flag