UoB-HPC/BabelStream

Add oneTBB as a FetchContent dependency

tom91136 opened this issue · 2 comments

oneTBB works well when used as a CMake FetchContent dependency.
By doing this, TBB and the benchmark can be configured and compiled together which allows TBB to make better decisions based on the environment (e.g. TBB uses hwloc for NUMA awareness, if available during configuration).

Done in a branch, will hit develop soon.