hello all,
I am new in cuda and since I started I am stuck with bunch of
problem.after
> installing scikits and cula I get error when I want to run sample
> test,which is :
>
> Traceback (most recent call last):
> File "", line 1, in
> ImportError: No module named intergrate
>
> import scikits.integrate
> Traceback (most recent call last):
> File "", line 1, in
> ImportError: No module named integrate
> import scikits.cuda.integrate
> Traceback (most recent call last):
> File "", line 1, in
> File "/usr/local/lib/python2.7/dist-packages/scikits/cuda/integrate.py",
> line 15, in
> from misc import select*block_grid_sizes, init, get_current_device
> File "/usr/local/lib/python2.7/dist-packages/scikits/cuda/misc.py", line
> 18, in
> import cula
> File "/usr/local/lib/python2.7/dist-packages/scikits/cuda/cula.py", line
> 39, in
> _libcula.culaGetStatusString.restype = ctypes.c_char_p
> File "/usr/lib/python2.7/ctypes/**init**.py", line 366, in __getattr*_
> func = self.*getitem*(name)
> File "/usr/lib/python2.7/ctypes/*init*.py", line 371, in *getitem*
> func = self._FuncPtr((name_or_ordinal, self))
> AttributeError: /usr/local/cula/lib64/libcula.so: undefined symbol:
> culaGetStatusString
>
> I am getting this error when I m trying to import this modules :
>
> misc
>
> intergrate
>
> linalg
>
> special
>
> I am using the free edition of CULA DENSE and I should note that I am able
> to run the c codes cula examples.
>
> I am appreciate any help!
scikits.cuda is developed separately from pycuda; it's generally best
to submit problems regarding the former to the scikits.cuda issue
tracker on GitHub unless you believe you have encountered a problem
the involves pycuda.
L.G.