Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NVHPC: Support SYSTEM include directories | Robert Maynard | 2021-11-02 | 1 | -0/+1 |
| | | | | Fixed #22834 | ||||
* | NVHPC: only use '-MD' for the C and CXX languages | Robert Maynard | 2021-10-06 | 1 | -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 gcc | Robert Maynard | 2021-07-29 | 1 | -0/+12 |
| | |||||
* | NVHPC: Add support for NVIDIA HPC SDK compilers based on PGI | Tin Huynh | 2021-01-27 | 1 | -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 |