Skip to content
Snippets Groups Projects
Commit 1078bd53 authored by Markus Holzer's avatar Markus Holzer
Browse files

fixed integration CI pipeline

parent ebfd56e1
No related branches found
No related tags found
1 merge request!157Fix sympy 1.6
...@@ -124,7 +124,9 @@ pycodegen-integration: ...@@ -124,7 +124,9 @@ pycodegen-integration:
- git fetch test - git fetch test
- git reset --hard $CI_COMMIT_SHA - git reset --hard $CI_COMMIT_SHA
- cd .. - cd ..
- export PYTHONPATH=`pwd`/pystencils:`pwd`/lbmpy:`pwd`/pygrandchem:`pwd`/pystencils_walberla:`pwd`/lbmpy_walberla - pip install -e pystencils/
- pip install -e lbmpy/
- pip install -e pygrandchem/
- ./install_walberla.sh - ./install_walberla.sh
- export NUM_CORES=$(nproc --all) - export NUM_CORES=$(nproc --all)
- mkdir -p ~/.config/matplotlib - mkdir -p ~/.config/matplotlib
...@@ -136,7 +138,11 @@ pycodegen-integration: ...@@ -136,7 +138,11 @@ pycodegen-integration:
- cd ../pygrandchem - cd ../pygrandchem
- py.test -v -n $NUM_CORES . - py.test -v -n $NUM_CORES .
- cd ../walberla/build/ - cd ../walberla/build/
- make CodegenJacobiCPU CodegenJacobiGPU MicroBenchmarkGpuLbm LbCodeGenerationExample - make CodegenJacobiCPU CodegenJacobiGPU CodegenPoisson MicroBenchmarkGpuLbm LbCodeGenerationExample UniformGridBenchmarkGPU_trt UniformGridBenchmarkGPU_entropic_kbc_n4
- cd apps/benchmarks/UniformGridGPU
- make -j $NUM_CORES
- cd ../UniformGridGenerated
- make -j $NUM_CORES
tags: tags:
- docker - docker
- cuda - cuda
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment