Bridge++  Version 1.5.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Test_IO_GaugeConfig Namespace Reference

Test of I/O. More...

Functions

int test_io_gconf_main (const std::string &)
 
int check_conf (const unique_ptr< Field_G > &f, const unique_ptr< Field_G > &g)
 
int test_io_gconf_text ()
 
int test_io_gconf_binary ()
 
int test_io_gconf_binary_parallel ()
 
int test_io_gconf_binary_distributed ()
 
int test_io_gconf_fortran ()
 
int test_io_gconf_ILDG ()
 
int test_io_gconf_ILDG_parallel ()
 
static bool is_equal (const double x, const double y)
 

Variables

const std::string test_name = "IO.GaugeConfig"
 

Detailed Description

Test of I/O.

(Implemented by Aoyama-san.) (Coding history will be recovered from trac.) YAML is implemented. [14 Nov 2012 Y.Namekawa] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]

Function Documentation

int Test_IO_GaugeConfig::check_conf ( const unique_ptr< Field_G > &  f,
const unique_ptr< Field_G > &  g 
)

Definition at line 254 of file test_IO_GaugeConfig.cpp.

static bool Test_IO_GaugeConfig::is_equal ( const double  x,
const double  y 
)
inlinestatic

Definition at line 239 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_binary ( )

Definition at line 50 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_binary_distributed ( )

Definition at line 62 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_binary_parallel ( )

Definition at line 56 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_fortran ( )

Definition at line 68 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_ILDG ( )

Definition at line 74 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_ILDG_parallel ( )

Definition at line 80 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_main ( const std::string &  filename_input)

Definition at line 131 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_text ( )

Definition at line 44 of file test_IO_GaugeConfig.cpp.

Variable Documentation

const std::string Test_IO_GaugeConfig::test_name = "IO.GaugeConfig"

Definition at line 32 of file test_IO_GaugeConfig.cpp.