help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] Re: General CBLAS question


From: Xuebin Wu
Subject: Re: [Help-gsl] Re: General CBLAS question
Date: Tue, 14 Sep 2010 15:48:52 -0400

I think the so-called optimized version CBLAS library is irrelevant with
GSL. You may even write you own CBLAS library!


2010/9/14 Rodney Sparapani <address@hidden>

> On 09/10/10 02:52 PM, bangbang wrote:
> > BLAS is actually a standard, and it is well documented somewhere else. I
> think you are suppose to read the
> > references listed in the GSL document if you want to learn more about it.
> >
>
> I tried to pull a few of those references, but we don't subscribe to the
> ACM journals.  I am always confused between BLAS and CBLAS.  I did
> figure out something interesting.  The GSL docs talk about replacing
> libgslcblas with an optimized version, but the details are
> platform-specific.
>
> On OS X, the magic incantation is:
> cc -framework vecLib -o testcblas.out testcblas.c -lgsl
>
> And, on Solaris:
> cc -o testcblas.out testcblas.c -lgsl -lsunperf
>
> Rodney
>
>
> _______________________________________________
> Help-gsl mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-gsl
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]