Skip to content

VTK-m use a jobs pool for compiling large compilation units.

Robert Maynard requested to merge robertmaynard/vtk-m:add_ninja_job_pools into master

When building with the ninja generator VTK-m now uses a job pool to help limit the chances of a machine going out of memory when compiling VTK-m.

Merge request reports