mp_testall Interface

public interface mp_testall

Contents


Module Procedures

private function mp_testall_tv(requests) result(flag)

Tests for completion of the given requests. We use mpi_test so that we can use a single status.

Arguments

Type IntentOptional Attributes Name
integer, DIMENSION(:) :: requests

the list of requests to test

Return Value logical

logical which determines if requests are complete