summaryrefslogtreecommitdiffstats
path: root/.github/workflows/nvhpc-cmake.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add API support for Fortran MPI_F08 module definitions. (#3959)Scot Breitenfeld2024-01-291-2/+2
| | | | | * revert to using c-stub for _F08 MPI APIs * use mpi compiler wrappers for cmake and nvhpc
* Add variable option syncing for examples (#3885)Allen Byrne2023-12-141-1/+1
|
* Bump the github-actions group with 4 updates (#3894)dependabot[bot]2023-12-131-1/+1
| | | | | | Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [ossf/scorecard-action](https://github.com/ossf/scorecard-action), [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-python](https://github.com/actions/setup-python). Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update NVHPC version from 23.7 to 23.9. (#3736)H. Joe Lee2023-11-021-6/+6
| | | Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
* Set NVHPC maximum optimization level to -O1 for now (#3800)jhendersonHDF2023-11-011-6/+6
| | | | | | | | | | | | | | * Set NVHPC maximum optimization level to -O1 for now Compiling HDF5 with NVHPC 23.5 - 23.9 results in test failures in 4 different test files that need to be resolved. Since those tests pass with an optimization level of -O1 (and -O0) and it is currently unclear whether the test failures are due to issues in HDF5 or issues in the 'nvc' compiler, set the maximum optimization level for NVHPC to -O1 until the test failures are resolved. * Disable nvhpc Java testing in CMake and amend known issues * Re-enable testing of Autotools nvhpc
* Add NVidia compiler support and CI (#3686)Allen Byrne2023-10-181-0/+76