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