[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Re: General CBLAS question
From: |
Rodney Sparapani |
Subject: |
[Help-gsl] Re: General CBLAS question |
Date: |
Tue, 14 Sep 2010 09:29:18 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.11) Gecko/20100720 Thunderbird/3.0.6 |
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
Re: [Help-gsl] General CBLAS question, Brian Gough, 2010/09/11
[Help-gsl] Re: General CBLAS question, Rodney Sparapani, 2010/09/14