| 
    My Project
    
   programmer's documentation 
   | 
 
Broadcast an array of integers in case of parellism. More...

Public Member Functions | |
| subroutine | parbci (root_rank, n_elts, array) | 
Broadcast an array of integers 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 parbci | ( | integer(c_int), value | root_rank, | 
| integer(c_int), value | n_elts, | ||
| integer(c_int), dimension(*), intent(inout) | array | ||
| ) | 
 1.8.16