Broadcast an array of real numbers in case of parellism.
More...
|
subroutine | parbcr (root_rank, n_elts, array) |
|
Broadcast an array of real numbers in case of parellism.
- Parameters
-
[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) |
◆ parbcr()
subroutine parbcr |
( |
integer(c_int), value |
root_rank, |
|
|
integer(c_int), value |
n_elts, |
|
|
real(c_double), dimension(*), intent(inout) |
array |
|
) |
| |
The documentation for this interface was generated from the following file: