-
Notifications
You must be signed in to change notification settings - Fork 6
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
Memory allocations #68
Comments
The latest build's allocation table is:
So, we're doing much better after adding type parameters to the imex ARK algo (originally it was left as |
The latest build's allocation table is:
It's a bit unclear which lines are responsible, it looks like Julia (or Coverage or something) is tracking lines incorrectly. These lines point to:
I think the next step would be to add an allocation script into CTS that uses all (but albeit trivial) tendencies, limiters etc. This should help with turn around time |
The remaining |
This issue has been side-stepped in ClimaCore, and is not longer an issue (and we've upgraded in #253). We do still have a few allocations with |
Transferred from CA#686, ClimaTimeSteppers is the culprit of most allocations:
This build seems to have properly filtered out the load times:
This points to ClimaTimeSteppers 0.2.4.
The text was updated successfully, but these errors were encountered: