mp_testany Interface

public interface mp_testany

Contents


Module Procedures

private subroutine mp_testany_1(requests, completed, flag)

tests for completion of the given requests

Arguments

Type IntentOptional Attributes Name
integer, intent(inout), DIMENSION(:), CONTIGUOUS :: 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
integer, intent(inout), DIMENSION(:, :), CONTIGUOUS :: requests
integer, intent(out), optional :: completed
logical, intent(out), optional :: flag