Generic max routine for integer or double (maximum between different values given on each processor) More...
Data Types | |
| interface | global_max |
Functions/Subroutines | |
| subroutine | global_max_integer (val) |
| subroutine | global_max_double (val) |
| subroutine | global_max_integer_array (val) |
| subroutine | global_max_double_array (val) |
Generic max routine for integer or double (maximum between different values given on each processor)
| subroutine mod_global_max::global_max_double | ( | double precision, intent(inout) | val | ) |
| subroutine mod_global_max::global_max_double_array | ( | double precision, dimension(:), intent(inout) | val | ) |
| subroutine mod_global_max::global_max_integer | ( | integer, intent(inout) | val | ) |
| subroutine mod_global_max::global_max_integer_array | ( | integer, dimension(:), intent(inout) | val | ) |