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

Replace array allocation in SPixel loop #99

Open
adamcpovey opened this issue Apr 11, 2024 · 0 comments
Open

Replace array allocation in SPixel loop #99

adamcpovey opened this issue Apr 11, 2024 · 0 comments

Comments

@adamcpovey
Copy link
Collaborator

We currently reallocate all arrays in SPixel for every single pixel. Apparently, when OCA removed that from their code base, there was a vast reduction in runtime. We should do likewise.

It's a big task, and doesn't further our science goals, but is probably a good starting task for someone new to the Fortran.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant