Performance
From HPCBugBase
HPCBugBase Menu
Submit feedback
Overview
Index
- Defect types (defect patterns)
- Specific defects (individual defects that belong to a defect type)
- Instances (code examples)
- Articles (various info)
- Templates
- Show all categories
- Show all pages
Index by Languages
Contents |
[edit] Defect Type Description
This defect type is intended to cover scalability problems that occur because processors are not working in parallel.
[edit] Entries
Sub types:
Defect descriptions:
[edit] Advice
- Make sure all processors are “working” in parallel
- Profiling tool might help
- Unbalanced amount of computation
- Load balancing may depend on input data
[edit] Symptom
- Sub-linear scalability
- Performance much less than expected (e.g, most time spent waiting)
[edit] Other Findings and Contexts
There is a discussion on whether the definition of this defect type is consistent with other defect types, because defects classified to other types also cause performance problems.
