-
Notifications
You must be signed in to change notification settings - Fork 67
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
File Per Process IO, performance summary in docs, new example case. #256
Conversation
can you also fix #255 |
The requested changes are done. I'm having trouble getting the documentation to build locally so I can see if it actually updates on the website, but I'm working on it. |
@sbryngelson This should be able to merge unless you really want this PR to take care of #255. I was talking to Henry about it, and he said, and I quote, "This is a me-problem, not a you-problem" |
Lol. Fine with me. |
This PR adds the option to use file per process IO when running on very large numbers of GPUs where it was found that shared file IO wasn't very performant.
It also adds a performance summary page to the documentation that was suggested in the MFC Slack.
It also adds improved error messaging for namelist read fails in m_start_up in all three modules.
Lastly, it adds the Riemann test problem requested in #174 .