> Same here--my PDE solver also needs to handle init itself. For example,
> forking can become strangely dangerous after cuInit().
The work around should simple be to import pycuda after the fork.
Importing before would be useless, because for sure you can't
initialize cuInit and thus can't use any cu* function..

Or I am missing something ?

Fabrizio
--------------------------
Luck favors the prepared mind. (Pasteur)

_______________________________________________
PyCUDA mailing list
pyc...@host304.hostmonster.com
http://host304.hostmonster.com/mailman/listinfo/pycuda_tiker.net

Reply via email to