Skip to content

Add NUMA interleave of memory allocations

Peter W. Draper requested to merge numa-interleave into master

Adds the option to interleave memory allocations uniformly across the NUMA regions which are allowed by the CPU affinity mask.

Seems to help the threadpool when running EAGLE_50 on a single node of COSMA8, see #760.

Edited by Peter W. Draper

Merge request reports