My Project
programmer's documentation
|
Broadcast an array of real numbers in case of parellism. More...
Public Member Functions | |
subroutine | parbcr (root_rank, n_elts, array) |
Broadcast an array of real numbers in case of parellism.
[in] | root_rank | rank of the sending process |
[in] | n_elts | size of array |
[in,out] | array | array to broadcast (input on root_rank, output on others) |
subroutine parbcr | ( | integer(c_int), value | root_rank, |
integer(c_int), value | n_elts, | ||
real(c_double), dimension(*), intent(inout) | array | ||
) |