Skip to content

Accelerators/VTKm now uses the same job pool as vtk-m does

Robert Maynard requested to merge robertmaynard/vtk:use_vtkm_job_pool into master

Since VTK-m now has a job pool we need to make sure the filters that use VTK-m are inside that pool so we properly limit the amount of VTK-m enabled translation units built at once.

Merge request reports