summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/NVHPC.cmake
Commit message (Collapse)AuthorAgeFilesLines
* NVHPC: Support SYSTEM include directoriesRobert Maynard2021-11-021-0/+1
| | | | Fixed #22834
* NVHPC: only use '-MD' for the C and CXX languagesRobert Maynard2021-10-061-12/+0
| | | | | | CMake shouldn't use '-MD' for nvfortran to generate dependency information. Fixes #22723
* NVHPC: Support 21.07 change to '-MD' where it behaves like gccRobert Maynard2021-07-291-0/+12
|
* NVHPC: Add support for NVIDIA HPC SDK compilers based on PGITin Huynh2021-01-271-0/+15
Identify the compilers as `NVHPC` to distinguish it from the older PGI compilers from which they evolved, and from other `NVIDIA` compilers. Fixes: #20887