Generic maxval routine for an array of integer or double (maxval between different arrays given on each processor) More...
Data Types | |
| interface | global_max_array |
Functions/Subroutines | |
| subroutine | global_max_array_double (tab, max_val) |
| subroutine | global_max_array_integer (tab, max_val) |
Generic maxval routine for an array of integer or double (maxval between different arrays given on each processor)
| subroutine mod_global_max_array::global_max_array_double | ( | double precision, dimension(:,:,:), intent(in) | tab, |
| double precision, intent(out) | max_val ) |
| subroutine mod_global_max_array::global_max_array_integer | ( | integer, dimension(:,:,:), intent(in) | tab, |
| integer, intent(out) | max_val ) |