My Project
programmer's documentation
|
Compute the global maxima of an array of integers in case of parellism. More...
Public Member Functions | |
subroutine | parimx (n_elts, array) |
Compute the global maxima of an array of integers in case of parellism.
[in] | n_elts | size of array |
[in,out] | max | local max in, global max out |
subroutine parimx | ( | integer(c_int), value | n_elts, |
integer(c_int), dimension(*), intent(inout) | array | ||
) |