|
From: | Matthias Sitte |
Subject: | Re: [Help-gsl] translate mkl to GSL |
Date: | Thu, 22 May 2014 11:14:05 -0500 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |