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,


#########################################
Brian Menounos, associate professor
Geography Program and Natural Resources and Environmental Studies Institute
University of Northern British Columbia
3333 University Way
Prince George, BC, V2N 4Z9
tel: 250-960-6266
fax: 250-960-6533
email: menou...@unbc.ca
web: http://web.unbc.ca/~menounos/
#########################################
_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to