MPIBcast Interface

public interface MPIBcast

Contents


Module Procedures

public subroutine MPIBCast_lenroot_arr3_comp(v, iLen, rt)

Arguments

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

public subroutine MPIBCast_len_arr3_comp(v, iLen, Node)

Arguments

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

public subroutine MPIBCast_auto_arr3_comp(v, Node)

Arguments

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

public subroutine MPIBCast_logic_arr3_comp(v, tMe, Node)

Arguments

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