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