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

View File

@@ -153,6 +153,7 @@ All Modules
/module/FindMPEG2
/module/FindMPEG
/module/FindMPI
/module/FindOpenACC
/module/FindOpenAL
/module/FindOpenCL
/module/FindOpenGL

View File

@@ -0,0 +1 @@
.. cmake-module:: ../../Modules/FindOpenACC.cmake

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.