ralna / spral

Sparse Parallel Robust Algorithms Library
https://ralna.github.io/spral/
Other
104 stars 27 forks source link

ldlt_app_tests #143

Closed bharswami closed 11 months ago

bharswami commented 11 months ago

Can someone confirm if the ldlt_app_tests() in the file ldlt_app.cpp runs fine? Can someone send me the list of cpp files associated with these tests?

jfowkes commented 11 months ago

The ssids_kernel_tests include the ldlt_app_tests (as you can see from the Makefile) and these all pass on Linux and Mac in our Continuous Integration tests. Have a look in Makefile.am (specifically ssids_kernel_test_SOURCES) for all the files that are used.

jfowkes commented 11 months ago

We have confirmed there is actually a bug in the ldlt_app_tests() see #140.