My Project
programmer's documentation
Public Member Functions
parbci Interface Reference

Broadcast an array of integers in case of parellism. More...

Collaboration diagram for parbci:
Collaboration graph

Public Member Functions

subroutine parbci (root_rank, n_elts, array)
 

Detailed Description

Broadcast an array of integers in case of parellism.

Parameters
[in]root_rankrank of the sending process
[in]n_eltssize of array
[in,out]arrayarray to broadcast (input on root_rank, output on others)

Constructor & Destructor Documentation

◆ 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: