Hello,
I’ve been reading the OpenACC Getting Started Guide and tried some of the examples. Whenever I try to compile the program with “pgcpp -acc test.cpp”, I receive the result: “pgcpp-Error-Unknown switch: -acc”
pgaccelinfo returns both of my GPUs and I have accepted all licenses during the installation.
I’m running Fedora 16 x64. pgcpp --version returns “pgcpp 12.9-0 64-bit target on x86-64 Linux -tp nehalem”
Reading the man file for pgcpp hasn’t helped me either, since the only thing close to -acc is -acclibs. Has there perhaps been a syntax change since version 12.6 that isn’t documented?