SABER
tools_repro.F90 File Reference

Go to the source code of this file.

Data Types

interface  tools_repro::eq
 
interface  tools_repro::inf
 
interface  tools_repro::infeq
 
interface  tools_repro::sup
 
interface  tools_repro::supeq
 
interface  tools_repro::indist
 
interface  tools_repro::small
 

Modules

module  tools_repro
 Generic ranks, dimensions and types.
 

Functions/Subroutines

logical function tools_repro::repro_eq_int (x, y)
 Equal test for int. More...
 
logical function tools_repro::repro_eq_real (x, y)
 Equal test for real. More...
 
logical function tools_repro::repro_eq_logical (x, y)
 Equal test for logical. More...
 
logical function tools_repro::repro_inf_int (x, y)
 Inferior test for int. More...
 
logical function tools_repro::repro_inf_real (x, y)
 Inferior test for real. More...
 
logical function tools_repro::repro_infeq_int (x, y)
 Inferior or equal test for int. More...
 
logical function tools_repro::repro_infeq_real (x, y)
 Inferior or equal test for real. More...
 
logical function tools_repro::repro_sup_int (x, y)
 Superior test for int. More...
 
logical function tools_repro::repro_sup_real (x, y)
 Superior test for real. More...
 
logical function tools_repro::repro_supeq_int (x, y)
 Superior or equal test for int. More...
 
logical function tools_repro::repro_supeq_real (x, y)
 Superior or equal test for real. More...
 
logical function tools_repro::repro_indist (x, y)
 Indistiguishability test. More...
 
logical function tools_repro::repro_small (x, y)
 Small value test. More...
 

Variables

logical, public tools_repro::repro = .true.
 Reproducibility flag. More...
 
real(kind_real), public tools_repro::rth = 1.0e-12
 Reproducibility threshold. More...