title | tags | authors | affiliations | date | bibliography | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
QUICKLB: a quick loadbalancer for unbalanced HPC applications |
|
|
|
31 May 2022 |
paper.bib |
QUICKLB
is a quick loadbalancer for unbalanced HPC applications. QUICKLB is
a very efficient library that sacrifices optimality for speed. It shines in
distributed applications that have unpredictable unbalanced computational peaks
in their domains. The loadbalancer is written in Fortran with a Python wrapper
to call it. Thus it is suitable for both Python and Fortran HPC applications.
The loadbalancer can be "bolted on" already existing applications, by pointing it
to the data and compute functions, QUICKLB will then take care of the computation
offloading.