Skip to content

Class TempLat::LoadBalance

ClassList > TempLat > LoadBalance

A class which given and a number of threads nth, return nth integer which reprensents the most even splitting of the number. More...

  • #include <loadbalance.h>

Public Functions

Type Name
LoadBalance ()

Public Static Functions

Type Name
std::vector< ptrdiff_t > getConf (ptrdiff_t nPoints, ptrdiff_t nThreads)

Detailed Description

Unit test: ctest -R test-loadbalance

Public Functions Documentation

function LoadBalance

inline TempLat::LoadBalance::LoadBalance () 

Public Static Functions Documentation

function getConf

static inline std::vector< ptrdiff_t > TempLat::LoadBalance::getConf (
    ptrdiff_t nPoints,
    ptrdiff_t nThreads
) 


The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/util/loadbalance.h