-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Add missing get/set MPI.File info functions #421
base: master
Are you sure you want to change the base?
Conversation
Also looks like you pushed this to master already? I'll revert that for now. |
Whoops, that was a mistake. It seems like openmpi doesn't fill in the tested reserved kwargs by default as well. |
7fe9e74
to
74d2d6e
Compare
8833317
to
0b618c3
Compare
0b618c3
to
2789705
Compare
@test length(keys(fh_info)) == 0 | ||
|
||
# Test that default info hints on mpi-io implementation are present | ||
@test parse(Int, fh_info[:coll_write_bufsize]) > 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is causing the error:
https://travis-ci.com/github/JuliaParallel/MPI.jl/jobs/381341367#L6871
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think i need to play around with OpenMPI's MPI IO implementation some more to understand what the defaults are across different versions. The CI build also doesn't seem to preserve valid file hints.
No description provided.