Skip to content
Snippets Groups Projects
Commit 0b654be1 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Test pystencils_autodiff in integration test

parent 00c00c45
No related branches found
No related tags found
2 merge requests!113Test pystencils_autodiff in integration test,!111Test pystencils_autodiff in integration test
Pipeline #20604 failed
...@@ -131,6 +131,16 @@ pycodegen-integration: ...@@ -131,6 +131,16 @@ pycodegen-integration:
- 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 MicroBenchmarkGpuLbm LbCodeGenerationExample
- cd ..
- cd ../pystencils_autodiff
- apt install -y ninja-build
- python -m pip install -U cppimport pybind11
- python -m pip install --upgrade git+https://github.com/sympy/sympy.git
- python -m pip install --upgrade pip setuptools wheel
- python -m pip install --upgrade tensorflow==2.0
- python -m pip install -e .
- pytest
- python setup.py doctest
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