You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: