Sean Breckling <sean.breckl...@gmail.com> writes:

> Here's the results. I'm not sure what to make of it, personally.
>
> sean@sean-Hi-Fi-A85W:~/Downloads/pycuda/build/lib.linux-x86_64-2.7/pycuda$
> ldd _driver.so
> linux-vdso.so.1 =>  (0x00007ffcfdb68000)
> libcuda.so.1 => /usr/lib/x86_64-linux-gnu/libcuda.so.1 (0x00007f6e820c8000)
> libcurand.so.7.5 => /usr/local/cuda-7.5/lib64/libcurand.so.7.5
> (0x00007f6e7e860000)
> libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
> (0x00007f6e7e558000)
> libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f6e7e340000)
> libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
> (0x00007f6e7e120000)
> libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f6e7dd58000)
> libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f6e7db50000)
> librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f6e7d948000)
> libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f6e7d640000)
> /lib64/ld-linux-x86-64.so.2 (0x00007f6e83438000)

According to this, your system is seeing all the libraries it needs to
run pycuda (otherwise there would be entries of "not found"). In
particular, it's claiming to find the libraries it didn't claim to find
when you tried to import the library. I'm a bit confused, if I'm honest.

Andreas

_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to