troubles compiling CUDA Fortran with 13.2

When I try to compile CUDA Fortran, the compiler complains that “CUDA version 4.2 is not available in this installation”. If I add -Mcuda=cuda5.0, it complains that CUDA 5.0 is not available.

Has anyone else seen this? I’ve heard rumors that 13.1 supports CUDA 5.0. Is there anywhere I can get a hold of that?

When you installed the compilers, did you select yes when prompted if you wish to install the CUDA components?

  • Mat

In response to that prompt on installation, I hit enter (repeated this process twice) thinking default was yes. Reinstalled, explicitly answering yes, and all is well.