Skip to content
Snippets Groups Projects
Commit 8af97503 authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

fix missing dep

parent 2b400ab4
No related merge requests found
...@@ -91,7 +91,7 @@ intel_19_serial: ...@@ -91,7 +91,7 @@ intel_19_serial:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19 image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -115,7 +115,7 @@ intel_19_mpionly: ...@@ -115,7 +115,7 @@ intel_19_mpionly:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19 image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -137,7 +137,7 @@ intel_19_hybrid: ...@@ -137,7 +137,7 @@ intel_19_hybrid:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19 image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -155,7 +155,7 @@ intel_19_serial_dbg: ...@@ -155,7 +155,7 @@ intel_19_serial_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19 image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -177,7 +177,7 @@ intel_19_mpionly_dbg: ...@@ -177,7 +177,7 @@ intel_19_mpionly_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19 image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -197,7 +197,7 @@ intel_19_hybrid_dbg: ...@@ -197,7 +197,7 @@ intel_19_hybrid_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19 image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -230,7 +230,7 @@ gcc_7_serial: ...@@ -230,7 +230,7 @@ gcc_7_serial:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -253,7 +253,7 @@ gcc_7_mpionly: ...@@ -253,7 +253,7 @@ gcc_7_mpionly:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -274,7 +274,7 @@ gcc_7_hybrid: ...@@ -274,7 +274,7 @@ gcc_7_hybrid:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -294,7 +294,7 @@ gcc_7_serial_dbg: ...@@ -294,7 +294,7 @@ gcc_7_serial_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -319,7 +319,7 @@ gcc_7_mpionly_dbg: ...@@ -319,7 +319,7 @@ gcc_7_mpionly_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -341,7 +341,7 @@ gcc_7_hybrid_dbg: ...@@ -341,7 +341,7 @@ gcc_7_hybrid_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -375,7 +375,7 @@ gcc_8_serial: ...@@ -375,7 +375,7 @@ gcc_8_serial:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:8 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:8
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -398,7 +398,7 @@ gcc_8_mpionly: ...@@ -398,7 +398,7 @@ gcc_8_mpionly:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:8 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:8
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -419,7 +419,7 @@ gcc_8_hybrid: ...@@ -419,7 +419,7 @@ gcc_8_hybrid:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:8 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:8
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -439,7 +439,7 @@ gcc_8_serial_dbg: ...@@ -439,7 +439,7 @@ gcc_8_serial_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:8 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:8
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -463,7 +463,7 @@ gcc_8_mpionly_dbg: ...@@ -463,7 +463,7 @@ gcc_8_mpionly_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:8 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:8
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -485,7 +485,7 @@ gcc_8_hybrid_dbg: ...@@ -485,7 +485,7 @@ gcc_8_hybrid_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:8 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:8
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -522,7 +522,7 @@ gcc_9_serial: ...@@ -522,7 +522,7 @@ gcc_9_serial:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -543,7 +543,7 @@ gcc_9_mpionly: ...@@ -543,7 +543,7 @@ gcc_9_mpionly:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -562,7 +562,7 @@ gcc_9_hybrid: ...@@ -562,7 +562,7 @@ gcc_9_hybrid:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -580,7 +580,7 @@ gcc_9_serial_dbg: ...@@ -580,7 +580,7 @@ gcc_9_serial_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -602,7 +602,7 @@ gcc_9_mpionly_dbg: ...@@ -602,7 +602,7 @@ gcc_9_mpionly_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -622,7 +622,7 @@ gcc_9_hybrid_dbg: ...@@ -622,7 +622,7 @@ gcc_9_hybrid_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -656,7 +656,7 @@ gcc_10_serial: ...@@ -656,7 +656,7 @@ gcc_10_serial:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -677,7 +677,7 @@ gcc_10_mpionly: ...@@ -677,7 +677,7 @@ gcc_10_mpionly:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -696,7 +696,7 @@ gcc_10_hybrid: ...@@ -696,7 +696,7 @@ gcc_10_hybrid:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -714,7 +714,7 @@ gcc_10_serial_dbg: ...@@ -714,7 +714,7 @@ gcc_10_serial_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -736,7 +736,7 @@ gcc_10_mpionly_dbg: ...@@ -736,7 +736,7 @@ gcc_10_mpionly_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -756,7 +756,7 @@ gcc_10_hybrid_dbg: ...@@ -756,7 +756,7 @@ gcc_10_hybrid_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -790,7 +790,7 @@ gcc_11_serial: ...@@ -790,7 +790,7 @@ gcc_11_serial:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -811,7 +811,7 @@ gcc_11_mpionly: ...@@ -811,7 +811,7 @@ gcc_11_mpionly:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -831,7 +831,7 @@ gcc_11_hybrid: ...@@ -831,7 +831,7 @@ gcc_11_hybrid:
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11
stage: pretest stage: pretest
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -846,7 +846,7 @@ gcc_11_serial_dbg: ...@@ -846,7 +846,7 @@ gcc_11_serial_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -865,7 +865,7 @@ gcc_11_mpionly_dbg: ...@@ -865,7 +865,7 @@ gcc_11_mpionly_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -882,7 +882,7 @@ gcc_11_hybrid_dbg: ...@@ -882,7 +882,7 @@ gcc_11_hybrid_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -910,7 +910,7 @@ clang_6.0_serial: ...@@ -910,7 +910,7 @@ clang_6.0_serial:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -933,7 +933,7 @@ clang_6.0_mpionly: ...@@ -933,7 +933,7 @@ clang_6.0_mpionly:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -954,7 +954,7 @@ clang_6.0_hybrid: ...@@ -954,7 +954,7 @@ clang_6.0_hybrid:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -974,7 +974,7 @@ clang_6.0_serial_dbg: ...@@ -974,7 +974,7 @@ clang_6.0_serial_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -998,7 +998,7 @@ clang_6.0_mpionly_dbg: ...@@ -998,7 +998,7 @@ clang_6.0_mpionly_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1020,7 +1020,7 @@ clang_6.0_hybrid_dbg: ...@@ -1020,7 +1020,7 @@ clang_6.0_hybrid_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1054,7 +1054,7 @@ clang_7.0_serial: ...@@ -1054,7 +1054,7 @@ clang_7.0_serial:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1077,7 +1077,7 @@ clang_7.0_mpionly: ...@@ -1077,7 +1077,7 @@ clang_7.0_mpionly:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1098,7 +1098,7 @@ clang_7.0_hybrid: ...@@ -1098,7 +1098,7 @@ clang_7.0_hybrid:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1118,7 +1118,7 @@ clang_7.0_serial_dbg: ...@@ -1118,7 +1118,7 @@ clang_7.0_serial_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1142,7 +1142,7 @@ clang_7.0_mpionly_dbg: ...@@ -1142,7 +1142,7 @@ clang_7.0_mpionly_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1164,7 +1164,7 @@ clang_7.0_hybrid_dbg: ...@@ -1164,7 +1164,7 @@ clang_7.0_hybrid_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1201,7 +1201,7 @@ clang_8.0_serial: ...@@ -1201,7 +1201,7 @@ clang_8.0_serial:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:8.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:8.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1224,7 +1224,7 @@ clang_8.0_mpionly: ...@@ -1224,7 +1224,7 @@ clang_8.0_mpionly:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:8.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:8.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1245,7 +1245,7 @@ clang_8.0_hybrid: ...@@ -1245,7 +1245,7 @@ clang_8.0_hybrid:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:8.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:8.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1265,7 +1265,7 @@ clang_8.0_serial_dbg: ...@@ -1265,7 +1265,7 @@ clang_8.0_serial_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:8.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:8.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1289,7 +1289,7 @@ clang_8.0_mpionly_dbg: ...@@ -1289,7 +1289,7 @@ clang_8.0_mpionly_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:8.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:8.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1311,7 +1311,7 @@ clang_8.0_hybrid_dbg: ...@@ -1311,7 +1311,7 @@ clang_8.0_hybrid_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:8.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:8.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1348,7 +1348,7 @@ clang_9.0_serial: ...@@ -1348,7 +1348,7 @@ clang_9.0_serial:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1371,7 +1371,7 @@ clang_9.0_mpionly: ...@@ -1371,7 +1371,7 @@ clang_9.0_mpionly:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1392,7 +1392,7 @@ clang_9.0_hybrid: ...@@ -1392,7 +1392,7 @@ clang_9.0_hybrid:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1412,7 +1412,7 @@ clang_9.0_serial_dbg: ...@@ -1412,7 +1412,7 @@ clang_9.0_serial_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1436,7 +1436,7 @@ clang_9.0_mpionly_dbg: ...@@ -1436,7 +1436,7 @@ clang_9.0_mpionly_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1458,7 +1458,7 @@ clang_9.0_hybrid_dbg: ...@@ -1458,7 +1458,7 @@ clang_9.0_hybrid_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1495,7 +1495,7 @@ clang_10.0_serial: ...@@ -1495,7 +1495,7 @@ clang_10.0_serial:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:10.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:10.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1518,7 +1518,7 @@ clang_10.0_mpionly: ...@@ -1518,7 +1518,7 @@ clang_10.0_mpionly:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:10.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:10.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1539,7 +1539,7 @@ clang_10.0_hybrid: ...@@ -1539,7 +1539,7 @@ clang_10.0_hybrid:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:10.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:10.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1556,7 +1556,7 @@ clang_10.0_serial_dbg: ...@@ -1556,7 +1556,7 @@ clang_10.0_serial_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:10.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:10.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1577,7 +1577,7 @@ clang_10.0_mpionly_dbg: ...@@ -1577,7 +1577,7 @@ clang_10.0_mpionly_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:10.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:10.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1596,7 +1596,7 @@ clang_10.0_hybrid_dbg: ...@@ -1596,7 +1596,7 @@ clang_10.0_hybrid_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:10.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:10.0
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1628,7 +1628,7 @@ inteloneapi_21.2_serial: ...@@ -1628,7 +1628,7 @@ inteloneapi_21.2_serial:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/inteloneapi:21.2 image: i10git.cs.fau.de:5005/walberla/buildenvs/inteloneapi:21.2
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1651,7 +1651,7 @@ inteloneapi_21.2_mpionly: ...@@ -1651,7 +1651,7 @@ inteloneapi_21.2_mpionly:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/inteloneapi:21.2 image: i10git.cs.fau.de:5005/walberla/buildenvs/inteloneapi:21.2
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1672,7 +1672,7 @@ inteloneapi_21.2_hybrid: ...@@ -1672,7 +1672,7 @@ inteloneapi_21.2_hybrid:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/inteloneapi:21.2 image: i10git.cs.fau.de:5005/walberla/buildenvs/inteloneapi:21.2
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1689,7 +1689,7 @@ inteloneapi_21.2_serial_dbg: ...@@ -1689,7 +1689,7 @@ inteloneapi_21.2_serial_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/inteloneapi:21.2 image: i10git.cs.fau.de:5005/walberla/buildenvs/inteloneapi:21.2
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1710,7 +1710,7 @@ inteloneapi_21.2_mpionly_dbg: ...@@ -1710,7 +1710,7 @@ inteloneapi_21.2_mpionly_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/inteloneapi:21.2 image: i10git.cs.fau.de:5005/walberla/buildenvs/inteloneapi:21.2
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
...@@ -1729,7 +1729,7 @@ inteloneapi_21.2_hybrid_dbg: ...@@ -1729,7 +1729,7 @@ inteloneapi_21.2_hybrid_dbg:
extends: .build_template extends: .build_template
image: i10git.cs.fau.de:5005/walberla/buildenvs/inteloneapi:21.2 image: i10git.cs.fau.de:5005/walberla/buildenvs/inteloneapi:21.2
before_script: before_script:
- pip3 install lbmpy jinja2 - pip3 install lbmpy jinja2 pytest
- cd python - cd python
- python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
- cd .. - cd ..
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment