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