bsc-quantic / dirB

An I/O HDF5-based utility to assist in the distribution, execution and integration of mathematical optimization models results coming from different sources.
Apache License 2.0
1 stars 0 forks source link

Paralell access of different processes to the same file #8

Closed HerManNav closed 1 year ago

HerManNav commented 1 year ago

Ideally, several processes should be able to access the same file simultaneously (to write).

Is that even possible? If not, use different files and the use the already implemented merge method for a list of files.

HerManNav commented 1 year ago

The workaround here is to use different copies of the same file and use the merge method provided afterwards.