You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ There are two functions in HDF.PInvoke, H5DO.append and H5DO.write_chunk, that are thread-safe but not atomic. This may lead to unexpected (erroneous) application behavior when invoked by two or more threads simultaneously.
It is OK to use native HDF5 DLLs for single-threaded applications or applications in which only a single thread make calls into the HDF5 library.