Yes, it hung on test_driver.py and all of the others. I tried what you suggested, turning CUDA_TRACE to True and then recompiling, but sadly it has turned up nothing. The program still hangs and a control c does not make it exit. I'm stumped, does anyone have any other thoughts? Please? Thanks, ashleigh
On Wed, Jun 17, 2009 at 10:20 PM, Andreas Klöckner <[email protected]>wrote: > 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 > > _______________________________________________ > PyCUDA mailing list > [email protected] > http://tiker.net/mailman/listinfo/pycuda_tiker.net > >
_______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
