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
Commits
19da6fe7
Commit
19da6fe7
authored
Jul 27, 2021
by
Stephan Schulz
Browse files
Options
Downloads
Patches
Plain Diff
test
parent
aa7caa2f
Branches
Branches containing commit
No related tags found
1 merge request
!19
Integrate vtk9
This commit is part of merge request
!19
. Comments created here will be created in the context of that merge request.
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
ci/build_mpi_complete_vtk9.sh
+1
-1
1 addition, 1 deletion
ci/build_mpi_complete_vtk9.sh
ci/ci_funcs.sh
+1
-1
1 addition, 1 deletion
ci/ci_funcs.sh
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
0
−
1
Edit
View file @
19da6fe7
...
...
@@ -321,7 +321,6 @@ build-openmpi-complete-gcc10-vtk9:
stage
:
build_openmpi_gcc10_vtk9
image
:
name
:
registry.jsc.fz-juelich.de/slms/loadbalancing/vtk9-v1:latest
entrypoint
:
[
"
/bin/bash"
,
"
--rcfile"
,
"
/etc/profile"
,
"
-l"
,
"
-c"
]
tags
:
-
public-docker
when
:
always
...
...
This diff is collapsed.
Click to expand it.
ci/build_mpi_complete_vtk9.sh
+
1
−
1
Edit
View file @
19da6fe7
#!/bin/bash
set
-exo
pipefail
#
set -exo pipefail
source
$(
cd
"
$(
dirname
"
$0
"
)
"
;
pwd
-P
)
/ci_funcs.sh
#dot -v
...
...
This diff is collapsed.
Click to expand it.
ci/ci_funcs.sh
+
1
−
1
Edit
View file @
19da6fe7
# make sure profile is really loaded
source
/etc/profile
#
source /etc/profile
# create a badge in current directory
function
create_badge
{
...
...
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
sign in
to comment