mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
changed debug options
This commit is contained in:
parent
4a70b2ffd4
commit
64ba664637
@ -239,7 +239,7 @@ void TLapEvec<GImpl>::execute(void)
|
|||||||
auto &Umu = envGet(GaugeField, par().gauge);
|
auto &Umu = envGet(GaugeField, par().gauge);
|
||||||
envGetTmp(GaugeField, Umu_smear);
|
envGetTmp(GaugeField, Umu_smear);
|
||||||
FieldMetaData header;
|
FieldMetaData header;
|
||||||
if((1)) {
|
if((0)) {
|
||||||
const std::vector<int> seeds({1, 2, 3, 4, 5});
|
const std::vector<int> seeds({1, 2, 3, 4, 5});
|
||||||
GridParallelRNG pRNG4d(gridHD);
|
GridParallelRNG pRNG4d(gridHD);
|
||||||
pRNG4d.SeedFixedIntegers(seeds);
|
pRNG4d.SeedFixedIntegers(seeds);
|
||||||
|
@ -212,7 +212,7 @@ void TPerambLight<FImpl>::execute(void)
|
|||||||
|
|
||||||
envGetTmp(GaugeField, Umu);
|
envGetTmp(GaugeField, Umu);
|
||||||
FieldMetaData header;
|
FieldMetaData header;
|
||||||
if((1)){
|
if((0)){
|
||||||
const std::vector<int> seeds({1, 2, 3, 4, 5});
|
const std::vector<int> seeds({1, 2, 3, 4, 5});
|
||||||
GridParallelRNG pRNG4d(grid4d);
|
GridParallelRNG pRNG4d(grid4d);
|
||||||
pRNG4d.SeedFixedIntegers(seeds);
|
pRNG4d.SeedFixedIntegers(seeds);
|
||||||
|
Loading…
Reference in New Issue
Block a user