| 
    My Project
    
   programmer's documentation 
   | 
 
Compute the global sum of an integer in case of parellism. More...

Public Member Functions | |
| subroutine | parcpt (count) | 
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.
| [in,out] | sum | local sum in, global sum out | 
| subroutine parcpt | ( | integer(c_int), intent(inout) | count | ) | 
 1.8.16