Skip to content
Snippets Groups Projects
Commit 7772c5b9 authored by Maziar Veyskarami's avatar Maziar Veyskarami
Browse files

Merge branch 'slides/update' into 'master'

Slides/update

See merge request !292
parents 6f9597e6 03b3087f
No related branches found
No related tags found
1 merge request!292Slides/update
Pipeline #55007 passed
......@@ -855,6 +855,22 @@ Multithreading = false
Defaults to `true`.
## Shared-memory parallelism
Set multithreading backend to e.g. `OpenMP` in `dumux/cmake.opts` before building the modules:
```cmake
DUMUX_MULTITHREADING_BACKEND="-DDUMUX_MULTITHREADING_BACKEND=OpenMP"
```
Other valid options are: `TBB`,Cpp,`Kokkos`,`Serial`. If left empty, it is automatically set by CMake. If no suitable backend is found, CMake defaults to `Serial`.
## Shared-memory parallelism
During `dunecontrol`, the chosen backend is displayed in the output via
```bash
-- Dumux multithreading backend: OpenMP
```
# Exercises
## Exercises
......
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