1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 15:57:05 +01:00

HDF5 types static initialisation is mysteriously buggy on BG/Q, changing strategy

This commit is contained in:
2017-01-19 18:02:53 -08:00
parent 2c673666da
commit 6eea9e4da7
5 changed files with 16 additions and 22 deletions

View File

@ -27,7 +27,6 @@ endif
if BUILD_HDF5
extra_sources+=serialisation/Hdf5IO.cc
extra_sources+=serialisation/Hdf5Type.cc
extra_headers+=serialisation/Hdf5IO.h
extra_headers+=serialisation/Hdf5Type.h
endif