1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-14 01:35:36 +00:00
Grid/Grid/serialisation
2021-09-19 19:45:20 +01:00
..
BaseIO.cc Fixes post review with Peter: a) Correct bug in isRegularShape - detect 3d matrix where 1st slice is 2x2 and second slice is 2x1; b) Synchronisation of EigenResizeCounter done by checking we're the OMP primary thread; c) Move definition of EigenResizeCounter to new file, BaseIO.cc 2021-05-31 22:24:54 +01:00
BaseIO.h Fixes post review with Peter: a) Correct bug in isRegularShape - detect 3d matrix where 1st slice is 2x2 and second slice is 2x1; b) Synchronisation of EigenResizeCounter done by checking we're the OMP primary thread; c) Move definition of EigenResizeCounter to new file, BaseIO.cc 2021-05-31 22:24:54 +01:00
BinaryIO.cc Fixes post review with Peter: a) Correct bug in isRegularShape - detect 3d matrix where 1st slice is 2x2 and second slice is 2x1; b) Synchronisation of EigenResizeCounter done by checking we're the OMP primary thread; c) Move definition of EigenResizeCounter to new file, BaseIO.cc 2021-05-31 22:24:54 +01:00
BinaryIO.h Merge develop 2019-07-16 11:59:56 +01:00
Hdf5IO.cc Make sure H5NS has empty definition if HDF5 built without C++ namespace. Add comment in Hdf5IO.cc indicating likely source of error using H5NS, i.e. lack of --enable-cxx in hdf5 configure. 2021-09-19 19:45:20 +01:00
Hdf5IO.h Make sure H5NS has empty definition if HDF5 built without C++ namespace. Add comment in Hdf5IO.cc indicating likely source of error using H5NS, i.e. lack of --enable-cxx in hdf5 configure. 2021-09-19 19:45:20 +01:00
Hdf5Type.h Make sure H5NS has empty definition if HDF5 built without C++ namespace. Add comment in Hdf5IO.cc indicating likely source of error using H5NS, i.e. lack of --enable-cxx in hdf5 configure. 2021-09-19 19:45:20 +01:00
JSON_IO.cc HiP compile 2020-10-31 12:12:40 +00:00
JSON_IO.h Merge branch 'develop' into feature/gpu-port 2018-12-13 05:11:34 +00:00
MacroMagic.h Add global namespace to Writer<T> and Reader<T> inside GRID_SERIALIZABLE_CLASS_MEMBERS (so that "using Grid" not necessary). 2021-05-31 08:43:02 +01:00
Serialisation.h First compiile on HiP 2020-05-10 05:28:09 -04:00
TextIO.cc Merge branch 'develop' into feature/gpu-port 2018-12-13 05:11:34 +00:00
TextIO.h Merge branch 'develop' into feature/gpu-port 2019-07-16 11:55:17 +01:00
VectorUtils.h Fixes post review with Peter: a) Correct bug in isRegularShape - detect 3d matrix where 1st slice is 2x2 and second slice is 2x1; b) Synchronisation of EigenResizeCounter done by checking we're the OMP primary thread; c) Move definition of EigenResizeCounter to new file, BaseIO.cc 2021-05-31 22:24:54 +01:00
XmlIO.cc Namespace fix 2018-12-15 21:46:17 +00:00
XmlIO.h Merge branch 'develop' into feature/gpu-port 2019-07-16 11:55:17 +01:00