mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Hadrons: eigen pack writing only for boss node
This commit is contained in:
parent
68e6a58f12
commit
0260bc7705
@ -115,7 +115,7 @@ protected:
|
|||||||
const unsigned int size)
|
const unsigned int size)
|
||||||
{
|
{
|
||||||
emptyUserRecord record;
|
emptyUserRecord record;
|
||||||
ScidacWriter binWriter;
|
ScidacWriter binWriter(evec[0]._grid->IsBoss());
|
||||||
|
|
||||||
binWriter.open(filename);
|
binWriter.open(filename);
|
||||||
for(int k = 0; k < size; ++k)
|
for(int k = 0; k < size; ++k)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user