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

Compute the global sums of an array of integers in case of parellism. More...

Collaboration diagram for parism:
Collaboration graph

Public Member Functions

subroutine parism (n_elts, array)
 

Detailed Description

Compute the global sums of an array of integers in case of parellism.

Note that for counters, on very large meshes, if a sum exceeds 2**31, the resuly will be false on most machines. To avoid this, using the C API (with counters as cs_gnum_t) is preferred.

Parameters
[in]n_eltssize of array
[in,out]sumlocal sum in, global sum out

Constructor & Destructor Documentation

◆ parism()

subroutine parism ( integer(c_int), value  n_elts,
integer(c_int), dimension(*), intent(inout)  array 
)

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