Skip to content
New issue

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

Spurios test failures on Windows for get_position_shared #555

Open
vchuravy opened this issue Apr 15, 2022 · 0 comments
Open

Spurios test failures on Windows for get_position_shared #555

vchuravy opened this issue Apr 15, 2022 · 0 comments

Comments

@vchuravy
Copy link
Member

Test Failed at D:\a\MPI.jl\MPI.jl\test\test_io_shared.jl:70
  Expression: MPI.File.get_position_shared(fh) == sum(1:sz)
   Evaluated: 0 == 3
ERROR: LoadError: There was an error during testing

https://github.com/JuliaParallel/MPI.jl/runs/6022508469?check_suite_focus=true

We require atomicity on the file handle

MPI.File.set_atomicity(fh, true)
, but we still seem to run into non-atomic updates...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants