Compute the global sums of an array of real numbers in case of parellism. More...
 Collaboration diagram for parrsm:
 Collaboration diagram for parrsm:| Public Member Functions | |
| subroutine | parrsm (n_elts, array) | 
Compute the global sums of an array of real numbers in case of parellism.
| [in] | n_elts | size of array | 
| [in,out] | sum | local sum in, global sum out | 
| subroutine parrsm | ( | integer(c_int), value | n_elts, | 
| real(c_double), dimension(*), intent(inout) | array | ||
| ) |