add HDF5_STATUS
attribute into file writing and run_or_skip() checking
#789
Labels
HDF5_STATUS
attribute into file writing and run_or_skip() checking
#789
Description of the desired feature
With the current version of HDF5 writing via
writefile.layout_hdf5/write_hdf5_block()
, the h5 file is complete even if the process is killed in the middle. This leads to a failed run_or_skip checking in the update_mode.Describe the solution you'd like
Add a new attribute, called
HDF5_STATUS
, assign it toEMPTY
inwritefile.layout_hdf5()
and change it toFULL
in the last call ofwritefile.write_hdf5_block()
. Then check this attribute inut.run_or_skip()
.To determine the last call of
write_hdf5_block()
automatically:The text was updated successfully, but these errors were encountered: