Cuda is definitely 64bit.

Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2

The command: $python -c 'import sys;print("%x" % sys.maxsize, sys.maxsize >
2**32)'
returns:
('7fffffffffffffff', True)

I'm not sure what else I could have running 32bit that would get in the way?

On Wed, Jan 20, 2016 at 10:03 AM, Andreas Kloeckner <li...@informa.tiker.net
> wrote:

> Sean Breckling <sean.breckl...@gmail.com> writes:
>
> > Andreas,
> >
> > I've added those paths, and also added:
> >
> > /usr/local/cuda-7.5/targets/x86_64-linux/lib
> >
> > to LD_LIBRARY_PATH (in case that extra /l was a typo).
> >
> > The outcome hasn't changed.
> >
> > ImportError: libcurand.so.7.5: cannot open shared object file: No such
> file
> > or directory
>
> Smells like an architecture mismatch--did you install a 32-bit toolkit
> but are building on a 64-bit system?
>
> Andreas
>



-- 
Sean Breckling
Graduate Assistant, Department of Mathematics
University of Nevada - Las Vegas
CDC 704
_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to