Commit 59e0a04
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.1 parent 488b958 commit 59e0a04
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| 619 | + | |
619 | 620 | | |
620 | 621 | | |
621 | 622 | | |
| |||
625 | 626 | | |
626 | 627 | | |
627 | 628 | | |
628 | | - | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
629 | 634 | | |
630 | 635 | | |
631 | 636 | | |
| 637 | + | |
632 | 638 | | |
633 | 639 | | |
634 | 640 | | |
635 | | - | |
| 641 | + | |
636 | 642 | | |
637 | 643 | | |
638 | 644 | | |
| 645 | + | |
639 | 646 | | |
640 | 647 | | |
641 | | - | |
642 | | - | |
| 648 | + | |
643 | 649 | | |
644 | 650 | | |
645 | 651 | | |
| |||
0 commit comments