Skip to content
Commit 59e0a041 authored by Alexandru Fikl's avatar Alexandru Fikl Committed by Andreas Klöckner
Browse files

skeletonization: fix crash with low number of proxies

Managed to hit a case where the `src_mat` had shape `(21, 23)`
and the `tgt_mat` had shape `(23, 22)`. The rank after skeletonizing
the target was `22`, which was smaller then the max one for the source
and caused `interp_decomp` to crash somewhere in the Fortran code.
parent 488b958f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment