1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

quick&dirty fix for g5*field

This commit is contained in:
ferben
2019-02-22 17:05:16 +00:00
parent 4f2ac433f1
commit cad26a736e
5 changed files with 221 additions and 202 deletions

View File

@ -239,7 +239,7 @@ void TLapEvec<GImpl>::execute(void)
auto &Umu = envGet(GaugeField, par().gauge);
envGetTmp(GaugeField, Umu_smear);
FieldMetaData header;
if((0)) {
if((1)) {
const std::vector<int> seeds({1, 2, 3, 4, 5});
GridParallelRNG pRNG4d(gridHD);
pRNG4d.SeedFixedIntegers(seeds);

View File

@ -212,7 +212,7 @@ void TPerambLight<FImpl>::execute(void)
envGetTmp(GaugeField, Umu);
FieldMetaData header;
if((0)){
if((1)){
const std::vector<int> seeds({1, 2, 3, 4, 5});
GridParallelRNG pRNG4d(grid4d);
pRNG4d.SeedFixedIntegers(seeds);