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