Skip to content

Make sure VTK-m runs all OpenMP tests serially.

Fixes issue #276 (closed). OpenMP tests when run in parallel exhibit negative scaling as we have N openMP processes each spawning N threads. We speculate that this causes excessive context switching and swapping and reduces performance.

Merge request reports