aicenter / ShoDi

0 stars 0 forks source link

Add hdf5 output option #22

Closed F-I-D-O closed 7 months ago

F-I-D-O commented 1 year ago

HDF output for distance matrix. Should be based on the official C++ library from HDF Group.

CMake

find_package(HDF5 REQUIRED COMPONENTS C CXX HL)

target_link_libraries(<my target> PRIVATE ${HDF5_LIBRARIES} ${HDF5_HL_LIBRARIES})