MPIBcast Interface

public interface MPIBcast

Contents


Module Procedures

public subroutine MPIBCast_lenroot_arr_int64(v, iLen, rt)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(inout), target :: v(:)
integer, intent(in) :: iLen
integer, intent(in) :: rt

public subroutine MPIBCast_len_arr_int64(v, iLen, Node)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(inout), target :: v(:)
integer, intent(in) :: iLen
type(CommI), intent(in), optional :: Node

public subroutine MPIBCast_auto_arr_int64(v, Node)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(inout), target :: v(:)
type(CommI), intent(in), optional :: Node

public subroutine MPIBCast_logic_arr_int64(v, tMe, Node)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(inout), target :: v(:)
logical, intent(in) :: tMe
type(CommI), intent(in), optional :: Node