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

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

Collaboration diagram for 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

◆ parbcr()

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

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