amusecode / amuse

Astrophysical Multipurpose Software Environment. This is the main repository for AMUSE
http://www.amusecode.org
Apache License 2.0
155 stars 98 forks source link

Use latest HDF5 library in h5py for Store V2 #1002

Closed brentmaas closed 10 months ago

brentmaas commented 11 months ago

See #1001

Instruct h5py to use its latest available HDF5 library in amuse/io/store_v2.py for improved speed and output file sizes when using amuse.io.write_set_to_file.

The core_tests suite passes identically before and after the change.