Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loadbalancing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SLMS
loadbalancing
Merge requests
!19
Integrate vtk9
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Integrate vtk9
integrate_vtk9
into
master
Overview
1
Commits
20
Pipelines
14
Changes
1
Merged
Stephan Schulz
requested to merge
integrate_vtk9
into
master
3 years ago
Overview
1
Commits
20
Pipelines
14
Changes
1
Integrate the VTK 9 patches and generate a suitable docker container to test.
TODO:
upload container to registry
add gitlab-ci entry to run it
Edited
3 years ago
by
Stephan Schulz
0
0
Merge request reports
Viewing commit
a8f7b765
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a8f7b765
remove dot drom vtk9 build script for testing purposes
· a8f7b765
Rene Halver
authored
3 years ago
ci/build_mpi_complete_vtk9.sh
+
1
−
1
View file @ a8f7b765
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
set
-exo
pipefail
set
-exo
pipefail
source
$(
cd
"
$(
dirname
"
$0
"
)
"
;
pwd
-P
)
/ci_funcs.sh
source
$(
cd
"
$(
dirname
"
$0
"
)
"
;
pwd
-P
)
/ci_funcs.sh
dot
-v
#
dot -v
# load MPI environment
# load MPI environment
load_MPI
load_MPI
Loading