mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Fix to pass CI tests
This commit is contained in:
parent
5f8225461b
commit
f290b2e908
@ -104,6 +104,8 @@ int main (int argc, char ** argv)
|
|||||||
std::cout << "Diff between mixed and regular CG: " << diff << std::endl;
|
std::cout << "Diff between mixed and regular CG: " << diff << std::endl;
|
||||||
|
|
||||||
#ifdef HAVE_LIME
|
#ifdef HAVE_LIME
|
||||||
|
if( GridCmdOptionExists(argv,argv+argc,"--checksums") ){
|
||||||
|
|
||||||
std::string file1("./Propagator1");
|
std::string file1("./Propagator1");
|
||||||
std::string file2("./Propagator2");
|
std::string file2("./Propagator2");
|
||||||
emptyUserRecord record;
|
emptyUserRecord record;
|
||||||
@ -125,6 +127,7 @@ int main (int argc, char ** argv)
|
|||||||
nersc_csum,scidac_csuma,scidac_csumb);
|
nersc_csum,scidac_csuma,scidac_csumb);
|
||||||
|
|
||||||
std::cout << " CG checksums "<<std::hex << scidac_csuma << " "<<scidac_csumb<<std::endl;
|
std::cout << " CG checksums "<<std::hex << scidac_csuma << " "<<scidac_csumb<<std::endl;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user