Improved profiling modes - #601
Open
Joerg Henrichs (hiker) wants to merge 8 commits into
Open
Joerg Henrichs (hiker) wants to merge 8 commits into
Joerg Henrichs (hiker) wants to merge 8 commits into
Conversation
Joerg Henrichs (hiker)
requested review from
Matthew Hambley (MatthewHambley) and
Sam Clarke-Green (t00sa)
August 27, 2026 06:41
Matthew Hambley (MatthewHambley)
requested changes
Aug 28, 2026
Matthew Hambley (MatthewHambley)
left a comment
Collaborator
There was a problem hiding this comment.
A few small things.
Collaborator
Author
|
Ready for next review. |
Joerg Henrichs (hiker)
requested a review
from Matthew Hambley (MatthewHambley)
August 31, 2026 02:26
Sam Clarke-Green (t00sa)
removed the request for review
from Matthew Hambley (MatthewHambley)
September 17, 2026 08:06
Joerg Henrichs (hiker)
requested a review
from Matthew Hambley (MatthewHambley)
September 18, 2026 05:45
Collaborator
Author
|
Looks like I forgot to re-request the review, sorry. Note that there is a certain interaction with #603/#604 (python 3.14). Using class variables as done in this PR will not work with python 3.14 (unless it is switched to using fork, which is what #604 does). I.e. if in the future you want to switch back to the default fork behaviour, this code will actually fail. Possible solutions:
I am happy to add this patch here (or add anything better, it is quite hacky) |
Matthew Hambley (MatthewHambley)
approved these changes
Sep 18, 2026
Matthew Hambley (MatthewHambley)
left a comment
Collaborator
There was a problem hiding this comment.
This change looks ready for trunk, pending the arrival of #604
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #599.
It simplifies the definition of compilation profiles.
I added two commits for very minor cleanup of some tests (improved an error message, removed left-over debug print, and handled a warning, so pytest now reports all tests as green).
I have tested this with skeleton, lfric_atm, jules, um so far, and will verify that everything else is updated to use this new feature as well.