Running on Frontier, fix RNG big volume y2k, affecting 5D RNG

This commit is contained in:
Peter Boyle
2023-10-05 16:50:59 -04:00
parent fcf5023845
commit 6a87487544
10 changed files with 132 additions and 14 deletions
+1 -1
View File
@@ -1054,7 +1054,7 @@ void Replicate(const Lattice<vobj> &coarse,Lattice<vobj> & fine)
Coordinate fcoor(nd);
Coordinate ccoor(nd);
for(int g=0;g<fg->gSites();g++){
for(int64_t g=0;g<fg->gSites();g++){
fg->GlobalIndexToGlobalCoor(g,fcoor);
for(int d=0;d<nd;d++){