Skip to content
Snippets Groups Projects
Commit 87392fa7 authored by Timo Koch's avatar Timo Koch
Browse files

[ci] Set DUMUX_NUM_THREADS=4 in CI to avoid overload

parent a33c4831
No related branches found
No related tags found
1 merge request!2909Feature/multithreaded assembly using a coloring scheme
......@@ -146,6 +146,7 @@ test cpp:
variables:
OMPI_ALLOW_RUN_AS_ROOT: 1
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1
DUMUX_NUM_THREADS: 4
script:
- |
pushd build-cmake
......@@ -168,6 +169,7 @@ test python:
variables:
OMPI_ALLOW_RUN_AS_ROOT: 1
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1
DUMUX_NUM_THREADS: 4
script:
# restore Python virtual env from cache (job:configure artifacts) (Dune 2.9)
- |
......
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