FindOpenACC: Add module to detect compiler support for OpenACC

This commit is contained in:
Tin Huynh
2017-08-24 17:26:52 -07:00
committed by Brad King
parent 4609aaf513
commit d3b6f29140
4 changed files with 259 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FindOpenACC
-----------
* A :module:`FindOpenACC` module was added to detect compiler support
for OpenACC. Currently only supports PGI, GNU and Cray compilers.