-
Notifications
You must be signed in to change notification settings - Fork 74
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 leak in n1850 case #550
Comments
This was referenced Sep 5, 2024
This was referenced Oct 4, 2024
This was referenced Oct 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
There is a slow growning memory leak in running the NorESM2.5 N1850 case.
The med.log file shows the following
memory_write: model date = 0001-01-02T00:00:00 memory = 1015.75 MB (usage)
memory_write: model date = 0012-04-30T00:00:00 memory = 1802.26 MB (usage)
The 1802.26 is the highwater per task - and there are 128 tasks per node - so the model is hitting a required memory of around 230GB.
Please provide a clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
See NorESMhub/noresm3_dev_simulations#30
The text was updated successfully, but these errors were encountered: