mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-16 19:21:53 +01:00
Update BinaryIO.h
This commit is contained in:
@@ -387,10 +387,11 @@ class BinaryIO {
|
||||
GRID_ASSERT(fin.fail() == 0);
|
||||
fin.close();
|
||||
}
|
||||
timer.Stop();
|
||||
|
||||
|
||||
grid->Barrier();
|
||||
|
||||
timer.Stop();
|
||||
|
||||
bstimer.Start();
|
||||
ScidacChecksum(grid,iodata,scidac_csuma,scidac_csumb);
|
||||
if (ieee32big) be32toh_v((void *)&iodata[0], sizeof(fobj)*iodata.size());
|
||||
@@ -506,6 +507,7 @@ class BinaryIO {
|
||||
offset = fout.tellp();
|
||||
fout.close();
|
||||
}
|
||||
grid->Barrier();
|
||||
timer.Stop();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user