-
Notifications
You must be signed in to change notification settings - Fork 18
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
Test ESMF_GridComp creation performance #2894
base: release/MAPL-v3
Are you sure you want to change the base?
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.
Will wait for memory measurement before further review.
Well GNU is unhappy:
I think it's as simple as |
Oh yeah. Notice for @darianboggs, @tclune wanted you to try out this benchmark along with the @atrayano memory profiler. |
OK. Will reach out to Atanas/Tom |
Types of change(s)
Checklist
make tests
)Description
In MAPL3, we will be creating many more
ESMF_GridComp
objects. In anticipation of this, this benchmark tests the performance ofESMF_GridComp
objects.Related Issue