Effect of subroutine timing on performance #639
Tom Hill (tom-j-h)
started this conversation in
LFRic
Replies: 1 comment
|
For performance builds it is suggested that the application is built without any timing code included, if you turn it off (i.e. don't set any of the Make variables) then the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Since LFRic Apps 3.1 compilation of subroutine timing code has been optional. We've just merged https://github.com/MetOffice/mo-bundle/pull/1096 to turn this on by default (specifically the legacy subroutine timing system) in our JEDI stack builds, but with the option to turn it off. Should we be turning it off for optimised builds (e.g., for trialling), or is the performance impact negligible?
All reactions