Broadcast a real number in case of parellism. More...
 Collaboration diagram for parall_bcast_r:
 Collaboration diagram for parall_bcast_r:| Public Member Functions | |
| subroutine | parall_bcast_r (root_rank, val) | 
Broadcast a real number 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_r | ( | integer(c_int), value | root_rank, | 
| real(c_double), intent(inout) | val | ||
| ) |