On Donnerstag 18 Juni 2009, ashleigh baumgardner wrote: > I did add the lib location to my .profile and that didn't fix all of my > problems but it put me on the right track. At this point PyCUDA does > compile, by which I mean "make install" does not give any errors. But when > I try to run the test programs it hangs. It does not respond to control C > so I think the problem is in a system call possibly in the driver code > itself. Has anybody else experienced this? Is there anything I can check on > or look for to see what is causing it? I am using python2.5 and boost as > installed by Mac ports on a MacBook OSX version 10.5.
What are you running when you get the hang? test_driver.py? In addition, PyCUDA has CUDA API tracing, enabled by CUDA_TRACE = True in your siteconf.py and recompiling (rm -Rf build; python setup.py install). This may help pinpoint what's at fault. Andreas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
