ralna / spral

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

SSMFE tests require CBLAS #152

Closed jfowkes closed 11 months ago

jfowkes commented 11 months ago

At the moment the SSFME tests require cblas.h (i.e. CBLAS). However, CBLAS calls are not used in the SSMFE tests (only in the SSMFE C interface) so the cblas.h include should be removed.

jfowkes commented 11 months ago

It turns out that some of the SSMFE C tests use CBLAS for basic matrix manipulation, closing as invalid.

amontoison commented 11 months ago

I suggested to call the Fortran routines in the C examples and tests.

jfowkes commented 11 months ago

That is not possible or desirable as they are C examples.