1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

7-link working

This commit is contained in:
david clarke
2023-10-10 22:41:52 -06:00
parent 63d9b8e8a3
commit 0cfd13d18b
2 changed files with 18 additions and 15 deletions

View File

@ -78,7 +78,7 @@ int main (int argc, char** argv) {
int Nt = 4;
Coordinate latt_size(Nd,0); latt_size[0]=Ns; latt_size[1]=Ns; latt_size[2]=Ns; latt_size[3]=Nt;
std::string conf_in = "nersc.l8t4b3360";
std::string conf_out = "nersc.l8t4b3360.35link";
std::string conf_out = "nersc.l8t4b3360.357link";
int threads = GridThread::GetThreads();
// Initialize the Grid
@ -114,7 +114,7 @@ int main (int argc, char** argv) {
Smear_HISQ_fat<LatticeGaugeField> hisq_fat_Cstyle(&GRID,path_coeff);
// Make sure result doesn't change w.r.t. a trusted lattice
NerscIO::readConfiguration(Umu, header, "nersc.l8t4b3360.35link.control");
NerscIO::readConfiguration(Umu, header, "nersc.l8t4b3360.357link.control");
LatticeGaugeField diff(&GRID);
diff = Umu-U_smr;
auto absDiff = norm2(diff)/norm2(Umu);