m_GlobalSegMapComms Module


Interfaces

public interface bcast

  • private subroutine bcast_(GSMap, root, comm, status)

    Arguments

    Type IntentOptional Attributes Name
    type(GlobalSegMap), intent(inout) :: GSMap
    integer, intent(in) :: root
    integer, intent(in) :: comm
    integer, intent(out), optional :: status

public interface send

  • private subroutine send_(outgoingGSMap, comp_id, TagBase, status)

    Arguments

    Type IntentOptional Attributes Name
    type(GlobalSegMap), intent(in) :: outgoingGSMap
    integer, intent(in) :: comp_id
    integer, intent(in) :: TagBase
    integer, intent(out), optional :: status

public interface recv

  • private subroutine recv_(incomingGSMap, comp_id, TagBase, status)

    Arguments

    Type IntentOptional Attributes Name
    type(GlobalSegMap), intent(out) :: incomingGSMap
    integer, intent(in) :: comp_id
    integer, intent(in) :: TagBase
    integer, intent(out), optional :: status

public interface isend

  • private subroutine isend_(outgoingGSMap, comp_id, TagBase, reqHandle, status)

    Arguments

    Type IntentOptional Attributes Name
    type(GlobalSegMap), intent(in) :: outgoingGSMap
    integer, intent(in) :: comp_id
    integer, intent(in) :: TagBase
    integer, dimension(:), pointer :: reqHandle
    integer, intent(out), optional :: status