Skip to content
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

Add threading allocation test #921

Closed
wants to merge 1 commit into from
Closed

Conversation

charleskawczynski
Copy link
Member

@charleskawczynski charleskawczynski commented Aug 26, 2022

This PR adds a script for investigating allocations when threading. I confirmed that the allocation discrepancy is fixed by #922. We can still pursue this to fix the remaining allocations, but #922 hits the vast majority.

@charleskawczynski
Copy link
Member Author

I tried reviving this PR, and the summary is: the unthreaded version does not allocate, and the threading version does, but that's because launching threads allocates (which is a julia issue, not a ClimaCore issue). So, closing this PR.

@charleskawczynski charleskawczynski deleted the ck/threading_allocs branch September 21, 2023 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant