Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
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
Environments
Terraform modules
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
iRMB
VirtualFluids
Commits
91500699
Commit
91500699
authored
2 years ago
by
Sven Marcus
Committed by
Sven Marcus
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Build poiseuille container
parent
aec9f88a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!149
Adds hpc-rocket config. Python bindings don't need CUDA if only CPU....
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-7
4 additions, 7 deletions
.gitlab-ci.yml
with
4 additions
and
7 deletions
.gitlab-ci.yml
+
4
−
7
View file @
91500699
...
@@ -138,13 +138,10 @@ gcc_9_python:
...
@@ -138,13 +138,10 @@ gcc_9_python:
###############################################################################
###############################################################################
## Container Upload ##
## Container Upload ##
###############################################################################
###############################################################################
build_
singularity_image
:
build_
poiseuille_test_container
:
image
:
quay.io/singularity/singularity
image
:
quay.io/singularity/singularity
stage
:
container_upload
stage
:
container_upload
needs
:
-
gcc_9_python
tags
:
tags
:
-
linux
-
linux
-
privileged
-
privileged
...
@@ -152,10 +149,10 @@ build_singularity_image:
...
@@ -152,10 +149,10 @@ build_singularity_image:
artifacts
:
artifacts
:
expire_in
:
1 hrs
expire_in
:
1 hrs
paths
:
paths
:
-
Containers/
VirtualFluidsPython
.sif
-
Containers/
PoiseuilleTestContainer
.sif
script
:
script
:
-
singularity build Containers/
VirtualFluidsPython.sif Containers/VirtualFluidsPython
.def
-
singularity build Containers/
PoiseuilleTestContainer.sif Containers/PoiseuilleTestContainer
.def
###############################################################################
###############################################################################
## Tests ##
## Tests ##
...
@@ -210,7 +207,7 @@ gcc_9_python_hpc_test:
...
@@ -210,7 +207,7 @@ gcc_9_python_hpc_test:
image
:
python:latest
image
:
python:latest
stage
:
test
stage
:
test
needs
:
[
"
build_
singularity_image
"
]
needs
:
[
"
build_
poiseuille_test_container
"
]
before_script
:
before_script
:
-
pip install hpc-rocket
-
pip install hpc-rocket
...
...
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