LIKWID
Memory sweeping module

Data type definition for Lua memory sweeping module in the Lua API

Function definitions for Lua memory sweeping module in the Lua API

memSweep(nrThreads, Cpus)

Sweep the memory and LLC for given threads

Direction Data type(s)
Input Parameter
nrThreads Amount of threads in the threads2Cpus list
Cpus List with thread to CPU relations
Returns None

memSweepDomain(domainID)

Sweep the memory and LLC for a given NUMA domain

Direction Data type(s)
Input Parameter
domainID Sweep the memory and LLC at the NUMA domain specified by domainID
Returns None

*/

/*!