My Project
programmer's documentation
|
Broadcast an integer in case of parellism. More...
Public Member Functions | |
subroutine | parall_bcast_i (root_rank, val) |
Broadcast an integer in case of parellism.
[in] | root_rank | rank of the sending process |
[in,out] | val | value to broadcast (input on root_rank, output on others) |
subroutine parall_bcast_i | ( | integer(c_int), value | root_rank, |
integer(c_int), intent(inout) | val | ||
) |