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

Some interpolators fail with zero-sized target functionspace. #205

Closed
odlomax opened this issue Jun 6, 2024 · 0 comments · Fixed by #208
Closed

Some interpolators fail with zero-sized target functionspace. #205

odlomax opened this issue Jun 6, 2024 · 0 comments · Fixed by #208

Comments

@odlomax
Copy link
Contributor

odlomax commented Jun 6, 2024

Sometimes, when performing an interpolation, situations arise where one or more partitions have zero-sized target functionspaces.

As reported in jcsda oops #2664, an error occurs when the target functionspace of the Structured2D interpolation method has zero size. This triggers an error where the eckit::SparseMatrix fails to construct with zero non-zero elements. If we avoid constructing the interpolation object, MPI deadlocks can occur.

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

Successfully merging a pull request may close this issue.

1 participant