help-gsl
[Top][All Lists]
Advanced

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

[Help-gsl] Re: Help with porting GSL to CUDA


From: Mahesh Narayanamurthi
Subject: [Help-gsl] Re: Help with porting GSL to CUDA
Date: Thu, 3 Sep 2009 16:02:01 +0530

Hello,

My friends and I are trying to make a port of GSL onto NVIDIA CUDA platform.
We first started with segregating files and folders from the source tree so
that we got a closed set - only to support Matrix and Vectors for the time
being. Following that we have made suitable changes to configure.ac and
Makefile.am such that, we are now able to compile the sources using NVCC and
we patched the libtool script file a bit to generate the shared library
consisting of only those files we have extracted from the original archive.
To test the generated library file, we wrote a fairly trivial program that
worked with vectors. Now, when I am trying to link the new program with the
library we have generated, we are getting the following error:

test1.o: In function `main':
test1.c:(.text+0x20): undefined reference to `gsl_vector_alloc'
test1.c:(.text+0x2f): undefined reference to `gsl_vector_alloc'
test1.c:(.text+0x43): undefined reference to `gsl_vector_set_all'
test1.c:(.text+0x58): undefined reference to `gsl_vector_set_all'
test1.c:(.text+0x73): undefined reference to `gsl_vector_get'
test1.c:(.text+0x88): undefined reference to `gsl_vector_get'
test1.c:(.text+0xc9): undefined reference to `gsl_vector_add'
.
.
.


On Fri, Aug 28, 2009 at 7:20 PM, Brian Gough wrote:

> Thanks for your email.  I'm just going on hoiday for a week so I am
> unable to reply to it properly right now.  I suggest you post your
> question to address@hidden and see if someone there can help you.  I
> will look at it when I get back if needed.
>
> --
> best regards
>
> Brian Gough
>
> Network Theory Ltd,
> Publishing Free Software Manuals --- http://www.network-theory.co.uk/
>

On my communications with Dr. Brian Gough, I was advised to write to the
address@hidden

What could be going wrong here?

Thanks & Cheers!
Mahesh Narayanamurthi
-- 
Research Intern
IIT Madras
Computer Science Engineering Department


reply via email to

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