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

Compute the global sum of an integer in case of parellism. More...

Collaboration diagram for parall::parcpt:
Collaboration graph

Public Member Functions

subroutine parcpt (count)
 

Detailed Description

Compute the global sum of an integer in case of parellism.

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

Parameters
[in,out]sumlocal sum in, global sum out

Constructor & Destructor Documentation

subroutine parcpt ( integer(c_int), intent(inout)  count)

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