Skip to content
Snippets Groups Projects
Commit 91500699 authored by Sven Marcus's avatar Sven Marcus Committed by Sven Marcus
Browse files

Build poiseuille container

parent aec9f88a
No related branches found
No related tags found
1 merge request!149Adds hpc-rocket config. Python bindings don't need CUDA if only CPU....
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment