MP-Gadget / bigfile

A reproducible massively parallel IO library for hierarchical data
BSD 2-Clause "Simplified" License
18 stars 6 forks source link

Fix crashes in bigfile #19

Closed sbird closed 7 years ago

sbird commented 7 years ago

Fix a couple of small crash errors in bigfile. One of them means an error in big_file_mpi_open does not propagate and thus MP-Gadget crashes if reading a non-existent snapshot.

rainwoodman commented 7 years ago

Thanks!