Starting from the Test_hmc_Sp_WilsonFundFermionGauge example, build something that does automated (regression) testing.
For coarse-grained approximate regression testing, pull out the value of the plaquette that is output (grep Plaquette), for an exact comparison. For a more precise test, you can save the final configuration and compare that - set CPparams.saveInterval = 1 rather than the default 100.
DONE:
Starting from the
Test_hmc_Sp_WilsonFundFermionGaugeexample, build something that does automated (regression) testing.For coarse-grained approximate regression testing, pull out the value of the plaquette that is output (
grep Plaquette), for an exact comparison. For a more precise test, you can save the final configuration and compare that - setCPparams.saveInterval = 1rather than the default 100.DONE:
tests/sp2nthat does our testing only? ORsome general framework for GRID, to be contributed upstream? Check first what's already there - if anything