RPN_COMM

(RPN_COMM_bcst_world)


SUBROUTINE RPN_COMM_bcst_world (start,end,mode)


ARGUMENTS

IN
startFirst element of the buffer to be broadcasted real ou integerI/O
end Last element of the buffer to be broadcasted real ou integerI
mode broadcast mode integerI
mode=0 from pe_me=0 vers "DEFO"


DESCRIPTION

Perform a mpi_broadcast of the buffer between "start" and "end" inclusively using the specified mode. It assume that "start" and "end" is the same size than an integer (or a float number)

EXAMPLE

call rpn_comm_bcst_world(vecteur(1),vecteur(10),0)

SEE ALSO

RPN_COMM_*

Return to RPN Libraries home page