Skip to content
Prev 3222 / 3656 Next

Openblas?

On 2020-07-15 14:36, Dirk Eddelbuettel wrote:
Thanks Dirk,

Sorry about that, but my real question was (see below): "Is the problem 
that openblas uses C versions of blas?" That is, do I need to change

F77_CALL(name)(...);

to

cblas_name(...);

everywhere? And if so, is this really a good idea with old code?

I'll try to extract a reproducible example from the package (eha) where 
I run it.

G?ran