Skip to content
  • Robert Maynard's avatar
    Make sure VTK-m runs all OpenMP tests serially. · 48cc2f66
    Robert Maynard authored
    Fixes issue #276.
    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.
    48cc2f66