My Project
programmer's documentation
|
Minimum value of a real and the value of related array on all default communicator processes. More...
Public Member Functions | |
subroutine | parmnl (n, min, min_loc_vals) |
Minimum value of a real and the value of related array on all default communicator processes.
[in] | n | size of the related array |
[in,out] | min | local min in, global min out |
[in,out] | min_loc_vals | array values at location of local min in, and at location of global min out |
subroutine parmnl | ( | integer(c_int), value | n, |
real(c_double), intent(inout) | min, | ||
real(c_double), dimension(*), intent(inout) | min_loc_vals | ||
) |