1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 23:07:05 +01:00

SciDAC I/O support

This commit is contained in:
paboyle
2017-06-18 00:11:23 +01:00
parent 0ab555b4f5
commit ae4de94798
2 changed files with 114 additions and 14 deletions

View File

@ -179,7 +179,7 @@ namespace Grid {
assert(0);
}
GaugeStatistics<GaugeField>(Umu,clone);
GaugeStatistics(Umu,clone);
std::cout<<GridLogMessage <<"NERSC Configuration "<<file<<" checksum "<<std::hex<<nersc_csum<< std::dec
<<" header "<<std::hex<<header.checksum<<std::dec <<std::endl;
@ -233,7 +233,7 @@ namespace Grid {
GridMetaData(grid,header);
assert(header.nd==4);
GaugeStatistics<GaugeField>(Umu,header);
GaugeStatistics(Umu,header);
MachineCharacteristics(header);
int offset;