Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Fides
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
VTK
Fides
Commits
f748da9c
Commit
f748da9c
authored
10 months ago
by
Caitlin Ross
Browse files
Options
Downloads
Patches
Plain Diff
update to use vtkm 2.1 in docker images
parent
e301a226
Branches
Branches containing commit
No related tags found
1 merge request
!164
Remove support for VTK-m 1.9 and update CI to use VTK-m 2.1
Pipeline
#402648
failed
10 months ago
Stage: build
Stage: test
Stage: analyze
Stage: external
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/docker/update-images.sh
+2
-2
2 additions, 2 deletions
.gitlab/ci/docker/update-images.sh
.gitlab/os-linux.yml
+2
-2
2 additions, 2 deletions
.gitlab/os-linux.yml
with
4 additions
and
4 deletions
.gitlab/ci/docker/update-images.sh
+
2
−
2
View file @
f748da9c
#!/bin/bash
# VTK-m v2.
0
.0 -
Feb 15
, 2023
VTKM_HASH
=
cfd6d3fbe534343d217c2dce47a46763692db0ec
# VTK-m v2.
1
.0 -
Nov 29
, 2023
VTKM_HASH
=
a057f62e756efc43095e72c5813aaaf2dea36ebb
VTKM_SHORT_HASH
=
${
VTKM_HASH
:0:8
}
# ADIOS2 master - Jan 25, 2023
...
...
This diff is collapsed.
Click to expand it.
.gitlab/os-linux.yml
+
2
−
2
View file @
f748da9c
...
...
@@ -9,7 +9,7 @@
.ubuntu18
:
extends
:
.linux
image
:
"
kitware/vtk:ci-fides-vtkm
cfd6d3fb
-adios289fabbc-ompi-latest"
image
:
"
kitware/vtk:ci-fides-vtkm
a057f62e
-adios289fabbc-ompi-latest"
.ubuntu_compiler_gcc_mixin
:
variables
:
...
...
@@ -48,7 +48,7 @@
extends
:
-
.ubuntu18
-
.ubuntu_compiler_gcc_mixin
image
:
"
kitware/vtk:ci-fides-vtkm
cfd6d3fb
-adios289fabbc-latest"
image
:
"
kitware/vtk:ci-fides-vtkm
a057f62e
-adios289fabbc-latest"
variables
:
CMAKE_BUILD_TYPE
:
RelWithDebInfo
...
...
This diff is collapsed.
Click to expand it.
Caitlin Ross
@caitlin.ross
mentioned in commit
34c00176
·
10 months ago
mentioned in commit
34c00176
mentioned in commit 34c001763873c6bea321c68a0e502a98df261a52
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