I just upgraded from PVF 13.10 to 14.3.
I am using PGIs VS shell. When I compile and run my code within VS there is no problem, when I try to run the executable from the command line, I get an error:
The program cant start because cudart64_50_35.dll is missing from your computer. Try reinstalling the program to fix this problem.
I included the -Mcuda=cuda5.5 flag, but its like the compiler is trying to create the executable for cuda 5.0.
Any help is appreciated.
Kirk