Skip to content
Snippets Groups Projects
Commit 060e08bc authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

ci: use NVHPC 24.7

parent cdb3d045
No related branches found
No related tags found
1 merge request!74CI: use NVHPC 24.7
Pipeline #93727 passed
......@@ -255,7 +255,7 @@ include:
CC: nvc
FC: nvfortran
before_script:
- module load nvhpc/22.5-gcc-11.2.0
- module load nvhpc/24.7-gcc-11.2.0
.check_nag:
variables:
......@@ -302,7 +302,7 @@ Check with Intel 2021.5.0 (CMake, Unix Makefiles):
- !reference [.common_cmake_makefiles, before_script]
- !reference [.check_intel, before_script]
Check with NVHPC 22.5 (Autotools):
Check with NVHPC 24.7 (Autotools):
extends:
- .common_autotools
- .check_nvhpc
......@@ -312,7 +312,7 @@ Check with NVHPC 22.5 (Autotools):
# Libtool does not know about NVHPC and its PIC flag:
- export FCFLAGS="$FCFLAGS -fpic"
Check with NVHPC 22.5 (CMake, Ninja):
Check with NVHPC 24.7 (CMake, Ninja):
extends:
- .common_cmake_ninja
- .check_nvhpc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment