1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

Fencing mixedcg test propagator write. LIME is still optional in Grid

This commit is contained in:
Guido Cossu 2018-03-23 10:37:58 +00:00
parent 20e186a1e0
commit 5f8225461b

View File

@ -103,6 +103,7 @@ int main (int argc, char ** argv)
std::cout << "Diff between mixed and regular CG: " << diff << std::endl;
#ifdef HAVE_LIME
std::string file1("./Propagator1");
std::string file2("./Propagator2");
emptyUserRecord record;
@ -124,6 +125,8 @@ int main (int argc, char ** argv)
nersc_csum,scidac_csuma,scidac_csumb);
std::cout << " CG checksums "<<std::hex << scidac_csuma << " "<<scidac_csumb<<std::endl;
#endif
Grid_finalize();
}