My Project
programmer's documentation
|
Compute the global sums of an array of integers in case of parellism. More...
Public Member Functions | |
subroutine | parism (n_elts, array) |
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.
[in] | n_elts | size of array |
[in,out] | sum | local sum in, global sum out |
subroutine parism | ( | integer(c_int), value | n_elts, |
integer(c_int), dimension(*), intent(inout) | array | ||
) |