0.6.0
Loading...
Searching...
No Matches
mod_global_max Module Reference

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)
 

Detailed Description

Generic max routine for integer or double (maximum between different values given on each processor)

  • Usage: call global_max(val) returns max(val) among all processors

Function/Subroutine Documentation

◆ global_max_double()

subroutine mod_global_max::global_max_double ( double precision, intent(inout) val)

◆ global_max_double_array()

subroutine mod_global_max::global_max_double_array ( double precision, dimension(:), intent(inout) val)

◆ global_max_integer()

subroutine mod_global_max::global_max_integer ( integer, intent(inout) val)

◆ global_max_integer_array()

subroutine mod_global_max::global_max_integer_array ( integer, dimension(:), intent(inout) val)