start_comm Interface

public interface start_comm

Contents


Module Procedures

private subroutine start_persist(handle)

Starts a single persistent communication represented by handle

Arguments

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

private subroutine startall_persist(handles)

Starts multiple persistent communications represented by handles

Arguments

Type IntentOptional Attributes Name
integer, intent(inout), dimension(:) :: handles