We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When reading a fits/HDF5 file from disk with a collective MPI call that has just been written to disk with rank = 0, some file not found error may be raised, see e.g. https://github.com/adematti/mockfactory/blob/7df2a96bee83db561a64188a2c5491777852c2ce/mockfactory/catalog.py#L137 (It does not seem like an issue due to processes trying to read the file at the exact same time)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When reading a fits/HDF5 file from disk with a collective MPI call that has just been written to disk with rank = 0, some file not found error may be raised, see e.g. https://github.com/adematti/mockfactory/blob/7df2a96bee83db561a64188a2c5491777852c2ce/mockfactory/catalog.py#L137
(It does not seem like an issue due to processes trying to read the file at the exact same time)
The text was updated successfully, but these errors were encountered: