cudart64_32_16.dll

Hi,

I have a Tesla C2075 device and the PGI Accelerator Fortran Workstation for Windows. I wrote a simple code that sums the elements of an array. I was able to compile it. When I try to run the code, I get the following error message:


The program can’t start because cudart64_32_16.dll is missing from your computer. Try reinstalling the program to fix this problem.


Would anyone know how I can solve this problem?

Thanks

HI FlavioCunha60687,

The directory containing the cudart64_32_16.dll must be in your PATH in order for the OS to find it. The DLL is located under your PGI installation directory in “PGI\win64\2011\cuda\3.2\bin”.

Hope this helps,
Mat