DARMA-tasking / vt

DARMA/vt => Virtual Transport
Other
35 stars 9 forks source link

Do not deploy LB when average load is too small #2299

Closed lifflander closed 4 weeks ago

lifflander commented 3 months ago
          This lower bound should not be hardcoded, but rather use either a machine-dependent absolute quantity (i.e., square root of machine epsilon) or, better yet, a lower bound that uses first principles.

_Originally posted by @ppebay in https://github.com/DARMA-tasking/vt/pull/2278#discussion_r1619468807_

For now replace the hard-coded value with the return value of a function implemented in baseLB, make all LB algorithms use it (except for the testing ones), and have this function for now return the hard-coded value.