Dear Robert,
When I run
V0=ones(n_k,n_z,‘gpuArray’); in PijoanMas2006_Fn.mt,
I meet the error message:
There is a problem with the graphics driver or with this GPU device. Be sure that you have a supported GPU and
that the latest driver is installed.
Error in PijoanMas2006_Fn (line 67)
V0=ones(n_k,n_z,‘gpuArray’); %(a,s)
Caused by:
The CUDA driver could not be loaded. The library name used was ‘nvcuda.dll’. The error was:
The specified module could not be found.
So, do I need some graphic driver that support CUDA?
I tried ‘parallel=0’ , but it produces same error message.
Thank you.
Best,
Seungcheol