-
Notifications
You must be signed in to change notification settings - Fork 151
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
improve performance of rh file write #1043
improve performance of rh file write #1043
Conversation
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.
looks good. Thanks, @jedwards4b !
@jedwards4b, I'm getting a regression test failure with this mod. Starting from current cam_development (cam6_4_014) merge in this PR and run the izumi/nag test:
No traceback is reported. |
Thanks - I'll try to reproduce. |
@brian-eaton I don't think that this is a critical PR - I would suggest that you build the cam tag without it I will debug and update this PR for a future tag. |
Thanks Jim. Sounds like a plan. |
Did you intend to merge this? |
This PR was originally in the miscellaneous fixes PR #1072 which I just merged. When I ran into the test failure and isolated it to this PR I pulled it. |
Reorders variables in the rh files. Significantly improves file write performance on derecho.
Fixes #1042