[PyCUDA] SparseSolve.py example
Andreas Kloeckner
lists at informa.tiker.net
Sat Sep 4 15:51:10 PDT 2010
Hi Brian,
first off, sorry for the long wait for a reply--I've recently moved to a
new job and am just slowly working my way through the backlog.
On Mon, 30 Aug 2010 23:02:56 +0000, Brian Menounos <menounos at unbc.ca> wrote:
> Hello - I'm running pycuda (linux), and I can run many of the examples and those from the wiki-examples without a problem. However, I can't seem to get 'SparseSolve.py' to run with a mtm matrix file as arg[0].
>
>
> - python SparseSolve.py example_5pt_10x10.mtx
> starting...
> building...
> Traceback (most recent call last):
> File "SparseSolve.py", line 85, in <module>
> main_cg()
> File "SparseSolve.py", line 31, in main_cg
> from pycuda.sparse.packeted import PacketedSpMV
> ImportError: No module named sparse.packeted
>
> Does this require installation of the 'iterative-cuda' package? Thanks for any suggestions. Cheers,
Nope, doesn't. This was a bug, which I believe is fixed in recent
git. Thanks for the report.
Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.tiker.net/pipermail/pycuda/attachments/20100904/def19961/attachment.pgp>
More information about the PyCUDA
mailing list