Previously engines were not thread safe, a seperate engine would be needed for every thread. This is no longer the case. This allows for much more efficient parallel execution
6 lines
101 B
Meson
6 lines
101 B
Meson
executable(
|
|
'gf_bench_single_zone_parallel',
|
|
'main.cpp',
|
|
dependencies: [gridfire_dep],
|
|
)
|