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

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

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

◆ parcpt()

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

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