arcaneframework / alien

Alien: an interface for linear solvers
Apache License 2.0
8 stars 7 forks source link

cblas api redefined in alien_cblas.h conflict with mkl 2021 #190

Closed guignont closed 10 months ago

guignont commented 10 months ago

file alien/standalone/src/core/alien/kernels/simple_csr/algebra/alien_cblas.h redefines some function prototypes for cblas which conflict with cblas API provided by mkl 2021 cblas. Proposal:

ifdef ALIEN_USE_CBLAS

include

elifdef ALIEN_USE_OPENBLAS.....