Load Balancing

From HPCBugBase

Jump to: navigation, search

HPCBugBase Menu

Submit feedback


Overview


Index


Index by Languages

Contents

[edit] Defect Type Description

This defect type is intended to cover performance problems that occur due to improper load balancing. It is currently classified as a sub-type of the Performance defect type.

To achieve good execution performance, it is important that all processors/threads are "working" in parallel. If the tasks are not properly allocated, some processors/threads are blocked while others are working.

[edit] Entries

Defect descriptions:

[edit] Advice

  • Make sure all processors are gworkingh in parallel
  • Profiling tool might help

[edit] Symptom

  • Poor scalability
  • Unbalanced amount of computation
  • Load balancing may depend on input data

[edit] Other Findings and Contexts

Pages referring to this entry: Main Page Defect Classification Scheme (Jan 06) Defect Classification Scheme (Mar 06) Performance Validation of the Defect Classification Scheme (Jan 06) by Interview Defect Classification Scheme (Mar 07) 

Personal tools