-
Notifications
You must be signed in to change notification settings - Fork 0
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
Eliminated additional data movement in RRTMGP #25
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.
Thanks @johnmauff this looks good.
Would you mind if I also add an update to the Externals_CAM.cfg to bring in the EWOrg/rte-rrtmgp #1 changes?
Dylan,
Yes, that would be a good idea. The changes to radiation_tend() depend
on the use of the rte-rrtmgp PR.
John
…On Thu, Aug 1, 2024 at 1:11 PM G. Dylan Dickerson ***@***.***> wrote:
***@***.**** commented on this pull request.
Thanks @johnmauff <https://github.com/johnmauff> this looks good.
Would you mind if I also add an update to the Externals_CAM.cfg to bring
in the EWOrg/rte-rrtmgp #1
<EarthWorksOrg/rte-rrtmgp#1> changes?
—
Reply to this email directly, view it on GitHub
<#25 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADH7NUTU73IT3DW67ZQCXGDZPKB7LAVCNFSM6AAAAABLZNTYG2VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDEMJTGY4TGMBQGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
These changes include removing a (now unneeded) temp variable and some unnecessary OpenACC copyout directives.
5b267b8
to
044002f
Compare
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.
These changes look good to me now. I plan to merge this in about an hour
This is a follow-up for PR #24. It reduces additional data movement in the rte_sw() and rte_lw() subroutines. It also eliminates data movement within the calls to gas_optics() by moving the data movement outside of the subroutine call tree.