This summary provides the key details about a proposed load balancing algorithm in 3 sentences:
The document proposes a fully centralized and partially distributed load balancing algorithm that dynamically distributes tasks from a master processor to slave processors organized into communicators. The master processor monitors the workload and response time of each communicator to dynamically map additional tasks as communicators complete their work, improving resource utilization and response time. The algorithm forms a matrix to track the workload and response time of each communicator for different task types to aid the master processor in optimally balancing the load over time.