Articles by Vinicius Freitas

Scalable Load Balancing - Distributed Algorithms and the Packing Model

-- Vinicius Freitas

summary: Load imbalance is a recurring problem in High Performance Computing (HPC), which leads to suboptimal performance via the under-use of available resources. As computing systems grow larger, resource management and load balancing become a costly process, especially for dynamic applications that demand periodical workload balance. With this in mind ...