help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] translate mkl to GSL


From: Nima Sahraneshin-Samani
Subject: Re: [Help-gsl] translate mkl to GSL
Date: Thu, 22 May 2014 21:52:25 +0430

Dear  Mathias,

Thank you ;) I will test it and return the result :)

Regards,

On 5/22/14, Matthias Sitte <address@hidden> wrote:
> Hi,
>
> adjust the Makefile ;-) If you want to use GSL, simply link it instead
> of MKL or ACML... Something like this should work for a Makefile:
>
> <SNIP>
> FLAGS=-O3 -pedantic -Wall -Wno-long-long -I ../../include -pthread
> LIBS=-lm -lgsl -lgslcblas
>
> cholesky: cholesky.cpp Makefile
>       $(CXX) $(FLAGS) cholesky.cpp -o $@ $(LIBS)
> <SNAP>
>
>    Mathias
>
> On 05/22/2014 11:06 AM, Nima Sahraneshin-Samani wrote:
>> Dear Matthias,
>>
>> Could you please see this:
>>
>> https://github.com/tillenius/superglue/blob/master/examples_dep/cholesky/cholesky.cpp
>>
>> I want to use GSL instead of MKL or acml.
>>
>> Regards,
>>
>>
>> On 5/22/14, Matthias Sitte <address@hidden> wrote:
>>> Hi,
>>>
>>> I'm frequently working with MKL and/or GSL. I'd like to help, but you're
>>> not giving any clues what's going on.
>>>
>>> Please describe exactly what you're trying to do, and always attach a
>>> small code that compiles so that we can test it. Without that, we're all
>>> making (educated) guesses...
>>>
>>>     Matthias
>>>
>>> On 05/22/2014 10:28 AM, Rhys Ulerich wrote:
>>>> Please keep the list CCed.
>>>>
>>>>> In the source code the syntax is :
>>>>>
>>>>> gemm(MatrixBlock &ba, MatrixBlock &bb, MatrixBlock &bc)
>>>>
>>>> That's clearly not GSL syntax as it is C++.
>>>>
>>>> - Rhys
>>>>
>>>
>>>
>



reply via email to

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