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:
@ -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);
|
||||
|
Reference in New Issue
Block a user