On 7/23/07, David Blei <[EMAIL PROTECTED]> wrote:
i'm having trouble using GSL with the ACML blas library.  it seems that GSL
expects "cblas" to be prepended to each function name.  instead of daxpy(),
GSL expects cblas_daxpy().

I think that's for good reasons.  I'm guessing the AMD library is
primarily a Fortran library, so its daxpy() routine will follow the
Fortran BLAS API.

has anyone successfully done this?  is there a
quick patch, other than rewriting the GSL blas interface?

I seem to recall that there are wrappers for BLAS-in-CBLAS or
CBLAS-in-BLAS on netlib.org, but I don't remember which one, or if
both are present.

-- mj


_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to