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

IRBL development test bed is added; bootstrap.sh is updated to avoid repeated download of the EIGEN package after the first build.

This commit is contained in:
Yong-Chull Jang
2017-11-05 23:46:03 -05:00
parent 3a754fcd51
commit 91cc33e907
4 changed files with 124 additions and 6 deletions

View File

@ -58,7 +58,7 @@ int main(int argc, char** argv) {
GridParallelRNG RNG4(UGrid);
RNG4.SeedFixedIntegers(seeds4);
GridParallelRNG RNG5rb(FrbGrid);
RNG5.SeedFixedIntegers(seeds5);
RNG5.SeedFixedIntegers(seeds5); // ypj [note] Does it mean RNG5rb? RNG5rb is never used.
LatticeGaugeField Umu(UGrid);
SU3::HotConfiguration(RNG4, Umu);