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