Skip to content
Snippets Groups Projects
Commit 158e28d6 authored by Administrator's avatar Administrator
Browse files

Fix compiler error on several systems

Depending on the compiler the STL library support or does not support the
usage of std::execution. Tets in the build system if the feature is available
and switch off the usage if not supported.

Remove default(none) from OpenMP parameters since it creates problems with
older OpenMP versions. In the current code according to Jan the statement
isn't needed.
parent 9656dea7
No related branches found
No related tags found
1 merge request!828Add multithreading to CbmTaskUnpack and fix compiler errors on several systems
Pipeline #17579 passed