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

Generic min routine for integer or double scalar (minimum value between different values given on each processor) More...

Data Types

interface  global_min
 

Functions/Subroutines

subroutine global_min_integer (val)
 
subroutine global_min_double (val)
 

Detailed Description

Generic min routine for integer or double scalar (minimum value between different values given on each processor)

  • Usage: call global_min(val) returns min(val) among all processors

Function/Subroutine Documentation

◆ global_min_double()

subroutine mod_global_min::global_min_double ( double precision, intent(inout) val)

◆ global_min_integer()

subroutine mod_global_min::global_min_integer ( integer, intent(inout) val)