co_broadcast_integer Module Procedure

module procedure co_broadcast_integer module subroutine co_broadcast_integer(a, source_image, stat, errmsg)

Binary tree collective broadcast

define the message for broadcasting down the tree when the orphaned root image falls through this branch

Arguments

Type IntentOptional AttributesName
integer, intent(inout) :: a
integer, intent(in) :: source_image
integer, intent(out), optional :: stat
character(len=*), intent(inout), optional :: errmsg

Calls

proc~~co_broadcast_integer~~CallsGraph proc~co_broadcast_integer co_broadcast_integer proc~exists exists proc~co_broadcast_integer->proc~exists

Called by

proc~~co_broadcast_integer~~CalledByGraph proc~co_broadcast_integer co_broadcast_integer interface~co_broadcast_integer co_broadcast_integer interface~co_broadcast_integer->proc~co_broadcast_integer interface~co_broadcast co_broadcast interface~co_broadcast->interface~co_broadcast_integer

Contents

None