summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/NVHPC-CXX.cmake
Commit message (Collapse)AuthorAgeFilesLines
* NVHPC: Support Ninja dependency scanningRobert Maynard2021-05-181-0/+5
| | | | Fixes: #22168
* NVHPC: Support explicit language flagsRobert Maynard2021-05-181-0/+4
|
* NVHPC: Add support for NVIDIA HPC SDK compilers based on PGITin Huynh2021-01-271-0/+3
Identify the compilers as `NVHPC` to distinguish it from the older PGI compilers from which they evolved, and from other `NVIDIA` compilers. Fixes: #20887