sundials
sundials copied to clipboard
SuperLU_DIST matrix interface constructor definition does not match declaration
https://github.com/LLNL/sundials/blob/e2f29c34f324829302037a1492db480be8828084/src/sunmatrix/slunrloc/sunmatrix_slunrloc.c#L79
Missing the SUNContext
argument
The CI did not catch this because there's a typo in test/config_cmake.py
. ENABLE_SUPERLU_DIST
should be ENABLE_SUPERLUDIST
.
Closed by #202