Nek5000 / gslib

sparse communication library
Other
26 stars 26 forks source link

LDFLAGS when BLAS=1 #14

Closed thilinarmtb closed 6 years ago

thilinarmtb commented 6 years ago

Hi Stefan,

Currently, if the user set BLAS=1, he has to set LDFLAGS="-lcblas" as well to make sure the inking process is successful. Shall we edit the Makefile so that we do this on our end? simply adding "-lcblas" to LDFLAGS variable?

stgeke commented 6 years ago

I don't think so. The user might want to link against his favorite CBLAS implementation e.g. Intel MKL. Makes sense?

thilinarmtb commented 6 years ago

Yes, I agree. Thanks for the explanation.