Skip to content

Fix stage_split_hdf5 for existing files

a.oberstrass requested to merge aoberstrass/bda/atlaslib:stage_split_h5 into master

Fixes the problem of multiple processes attempting to create the same files with MPI by try/except blocks.

Merge request reports