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

Libz dependency

This commit is contained in:
paboyle
2017-06-13 12:00:23 +01:00
parent a16b1e134e
commit 0494feec98
2 changed files with 7 additions and 0 deletions

View File

@ -379,6 +379,9 @@ class IldgIO : public BinaryIO {
assert( scidac_csuma ==FieldMetaData_.scidac_checksuma);
assert( scidac_csumb ==FieldMetaData_.scidac_checksumb);
std::cout << GridLogMessage<<"SciDAC checksums match " << std::endl;
} else {
std::cout << GridLogWarning<<"SciDAC checksums not found. This is unsafe. " << std::endl;
//Could choose to fail ?
}
if ( found_FieldMetaData || found_usqcdInfo ) {