programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions
parall::parbcr Interface Reference

Broadcast an array of real numbers in case of parellism. More...

Collaboration diagram for parall::parbcr:
Collaboration graph

Public Member Functions

subroutine parbcr (root_rank, n_elts, array)
 

Detailed Description

Broadcast an array of real numbers 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

subroutine parbcr ( integer(c_int)  root_rank,
integer(c_int)  n_elts,
real(c_double), dimension(*), intent(inout)  array 
)

The documentation for this interface was generated from the following file: