Skip to content

Commit

Permalink
Added a note about OpenACC.
Browse files Browse the repository at this point in the history
Former-commit-id: d986291738181b6b521f37b7eed48b7a9609e606
  • Loading branch information
sameershende committed Apr 30, 2015
1 parent b29ee69 commit 4b121f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,13 @@ then run with tau_exec:

tau_exec (-cuda|-cupti) ./a.out.


== PGI OpenACC ==
With PGI compilers, please use:
./configure -c++=pgCC -cc=pgcc -fortran=pgi ...
and OpenACC support will be configured in automatically if the PGI compiler has an
accelerator license and supports OpenACC. You may then use:

% tau_exec -T openacc ./a.out

to instrument the application using the OpenACC profiling API.

0 comments on commit 4b121f9

Please sign in to comment.