mp_testall Interface

public interface mp_testall

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
type(mp_request_type), DIMENSION(:) :: requests

the list of requests to test

Return Value logical

logical which determines if requests are complete