Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK-m
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
VTK
VTK-m
Commits
2f044156
Commit
2f044156
authored
8 months ago
by
Vicente Bolea
Browse files
Options
Downloads
Patches
Plain Diff
ci: add setup modules job
parent
a3fafdea
No related branches found
No related tags found
1 merge request
!3250
Add setup job in frontier CI
Pipeline
#407910
passed
8 months ago
Stage: build
Stage: test
Stage: external
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/frontier.yml
+15
-5
15 additions, 5 deletions
.gitlab/ci/frontier.yml
with
15 additions
and
5 deletions
.gitlab/ci/frontier.yml
+
15
−
5
View file @
2f044156
...
...
@@ -37,6 +37,7 @@
# The user default module list should not exist
# craype;rocm;gcc should be loaded first
JOB_MODULES
:
>-
DefApps
craype-accel-amd-gfx90a
gcc/12
cmake
...
...
@@ -49,6 +50,20 @@
VTKM_SETTINGS
:
kokkos+hip+gfx90a+frontier+ccache+no_rendering
interruptible
:
true
setup_modules
:
stage
:
.pre
extends
:
-
.run_frontier_ci
tags
:
[
frontier
,
shell
]
variables
:
CUSTOM_CI_BUILDS_DIR
:
"
/lustre/orion/ums033/scratch/ums033_auser/ci/vtk-m/runtime"
OLCF_SERVICE_ACCOUNT
:
"
ums033_auser"
GIT_STRATEGY
:
none
script
:
-
module load DefApps
-
module load git-lfs
-
module save
.setup_env_ecpci
:
&setup_env_ecpci
|
module purge
module load ${JOB_MODULES}
...
...
@@ -69,11 +84,6 @@ build:frontier_gcc_hip:
-
ccache -z
-
ccache -s
-
.gitlab/ci/config/kokkos.sh "$CI_BUILDS_DIR" "3.7.01" $KOKKOS_OPTS
-
git remote add lfs https://gitlab.kitware.com/vtk/vtk-m.git
-
git fetch lfs
-
git-lfs install
-
git-lfs pull lfs
script
:
-
cmake -V -P .gitlab/ci/config/gitlab_ci_setup.cmake
-
ctest -VV -S .gitlab/ci/ctest_configure.cmake
...
...
This diff is collapsed.
Click to expand it.
Vicente Bolea
@vbolea
mentioned in commit
565335e5
·
8 months ago
mentioned in commit
565335e5
mentioned in commit 565335e5e0270d3707734ffb1c9bd6028bd16ade
Toggle commit list
Vicente Bolea
@vbolea
mentioned in commit
04cd8e17
·
8 months ago
mentioned in commit
04cd8e17
mentioned in commit 04cd8e1756f6dc7075e52b50e57437cae23f92fd
Toggle commit list
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