Cannot compile sample code

Hi, I have been trying to compile the sample code f1.f90 but without any success. The error message that I got was

PGF90-F-0000-Internal compiler error. pgnvd job exited with non-zero status code 0 (f1.f90 : 53)

What does it mean? Please help. I am using the trial version of PGI workstation. Does this mean that the trial version cannot use gpu acceleration?

Thank you.

Hi sugitacool,

What does it mean?

It means the compiler failed to generate the GPU code for some reason. Can you post the full output from your compile? There should be some error messages above this one that will tell us why the failure occurred.

My best guess is that you have a installation or configuration issue such as not installing the CUDA Toolkit that accompanies the PGI installation.

Does this mean that the trial version cannot use gpu acceleration?

No. The trial licenses enables all GPU features for the 15 day trial period.

  • Mat