Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmtime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
icon-libraries
libmtime
Commits
060e08bc
Commit
060e08bc
authored
2 months ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
ci: use NVHPC 24.7
parent
cdb3d045
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!74
CI: use NVHPC 24.7
Pipeline
#93727
passed
2 months ago
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
060e08bc
...
...
@@ -255,7 +255,7 @@ include:
CC
:
nvc
FC
:
nvfortran
before_script
:
-
module load nvhpc/2
2.5
-gcc-11.2.0
-
module load nvhpc/2
4.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 2
2.5
(Autotools)
:
Check with NVHPC 2
4.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 2
2.5
(CMake, Ninja)
:
Check with NVHPC 2
4.7
(CMake, Ninja)
:
extends
:
-
.common_cmake_ninja
-
.check_nvhpc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment