flame / libflame

High-performance object-based library for DLA computations
Other
235 stars 82 forks source link

LAPACKE symbols in library #41

Open epsilon-0 opened 3 years ago

epsilon-0 commented 3 years ago

I was wondering if the constructed library libflame.so also provides LAPACKE symbols in addition to LAPACK symbols?

Given that this is a C library, it makes sense to have both.

Thanks, Aisha

texnokrates commented 2 years ago

It does not, apparently. And indeed, it would be nice to (optionally) have them (for me, this is currently the main obstacle for using flame with my own project). But maybe you can just build netlib's lapacke and link it to flame "manually" (I am probably going to try that at some point).