3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 03:33:50 +01:00
dft_tools/test/triqs
Olivier Parcollet 4af1afbdaf hdf5 : clean up
- For users : only change is :
   H5::H5File in apps. to be replaced by triqs::h5::file, same API.

- using only the C API because :
   - it is cleaner, better documented, more examples.
   - it is the native hdf5 interface.
   - simplify the installation e.g. on mac. Indeed, hdf5 is
     usually installed without C++ interface, which is optional.
     E.g. EPD et al., brew by default.
     Also the infamous mpi+ hdf5_cpp bug, for which we have no clean solution.

- clean the notion of parent of a group. Not needed, better iterate function in C LT API.
- modified doc : no need for C++ bindings any more.
- modified cmake to avoid requiring CPP bindings.
2014-06-22 13:57:47 +02:00
..
arrays hdf5 : clean up 2014-06-22 13:57:47 +02:00
clef clef: fix lazy method call for gcc 2014-04-06 13:01:17 +02:00
clef_examples clef: first version of generic sum function 2014-04-04 17:47:21 +02:00
det_manip remove warnings in compilation 2014-01-30 22:17:28 +01:00
gfs hdf5 : clean up 2014-06-22 13:57:47 +02:00
h5 hdf5 : clean up 2014-06-22 13:57:47 +02:00
mc_tools hdf5 : clean up 2014-06-22 13:57:47 +02:00
operators Add future test for operators in parameters 2014-06-06 11:12:33 +02:00
parameters hdf5 : clean up 2014-06-22 13:57:47 +02:00
statistics correct include in ising2d test. 2014-04-25 16:07:32 +02:00
utility hdf5 : clean up 2014-06-22 13:57:47 +02:00
CMakeLists.txt clean the TRIQS_COMPILER macros 2013-10-21 15:12:08 +02:00