I ran some of the PyCuda examples at https://github.com/inducer/pycuda/tree/master/examples without any problems.
On Friday, September 25, 2020 at 9:58:31 PM UTC-4 [email protected] wrote: > Hi Gavin, > > On 25/09/2020 20:11, 'Gavin Wiggins' via PyFR Mailing List wrote: > > I'm trying to run the Couette flow example using the CUDA backend via > > the following command: > > > > $ pyfr run -b cuda -p couette_flow_2d.pyfrm couette_flow_2d.ini > > > > But I get the following error: > > > > File > > > "/home/cades/miniconda3/lib/python3.8/site-packages/pyfr/backends/cuda/cublas.py", > > line 78, in _errcheck > > > > raise self._statuses[status] > > > > pyfr.backends.cuda.cublas.CUBLASNotInitialized > > > > Any suggestions on how to fix this? > > This error appeared once before on the mailing list some years ago: > > https://groups.google.com/forum/#!topic/pyfrmailinglist/RWWXHC_ACHE > > although the issue appears to have been configuration related (perhaps a > 32-/64-bit problem?). > > Are you able to run any other CUBLAS applications on the system? > > Regards, Freddie. > > -- You received this message because you are subscribed to the Google Groups "PyFR Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/pyfrmailinglist/b7d8b3ec-a1ec-4ae7-942a-7e6474d6cb02n%40googlegroups.com.
