summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-NVHPC.cmake
Commit message (Collapse)AuthorAgeFilesLines
* NVHPC: Enable PIE support on linuxRobert Maynard2022-08-151-7/+9
|
* 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