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

Update .gitlab-ci.yml

parent 09078869
No related merge requests found
Pipeline #27680 failed with stages
in 30 minutes and 16 seconds
...@@ -118,11 +118,12 @@ pycodegen-integration: ...@@ -118,11 +118,12 @@ pycodegen-integration:
- ./install_walberla.sh - ./install_walberla.sh
# build all integration tests # build all integration tests
- cd walberla/build/ - cd walberla/build/
- make -j $NUM_CORES CodegenJacobiCPU CodegenJacobiGPU CodegenPoisson MicroBenchmarkGpuLbm LbCodeGenerationExample - make CodegenJacobiCPU CodegenJacobiGPU CodegenPoissonCPU CodegenPoissonGPU MicroBenchmarkGpuLbm LbCodeGenerationExample UniformGridBenchmarkGPU_trt UniformGridBenchmarkGPU_entropic_kbc_n4
- cd apps/benchmarks/UniformGridGPU - cd apps/benchmarks/UniformGridGPU
- make -j $NUM_CORES - make -j $NUM_CORES
- cd ../UniformGridGenerated - cd ../UniformGridGenerated
- make -j $NUM_CORES - make -j $NUM_CORES
tags: tags:
- docker - docker
- cuda11 - cuda11
......
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