1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-03-26 22:16:08 +00:00

Turning of NERSC header checking

This commit is contained in:
Chulwoo Jung
2026-03-06 14:16:20 -05:00
parent 3e71cac7ae
commit 2ac5431401
4 changed files with 5 additions and 6 deletions

View File

@@ -311,7 +311,6 @@ int main (int argc, char ** argv)
std::vector<LatticeFermion> src(Nu,FGrid);
for(int i=0;i<Nu;i++) random(RNG5,src[i]);
#if 1
if(LanParams.ReadEvec) {
std::string evecs_file="evec_in";
std::cout << GridLogIRL<< "Reading evecs from "<<evecs_file<<std::endl;
@@ -321,7 +320,6 @@ int main (int argc, char ** argv)
RD.readScidacFieldRecord(src[0],record);
RD.close();
}
#endif
Coordinate origin ({0,0,0,0});
auto tmpSrc = peekSite(src[0], origin);