[IO] Fix multi that would keep the first file open
The first file in the a serie was kept open and consequently impossible to open in HDF5. The issue was with the reference counting of the shared_ptr
to the writers.
The first file in the a serie was kept open and consequently impossible to open in HDF5. The issue was with the reference counting of the shared_ptr
to the writers.