Synchronization
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 defects associated with improper coordination between processes and/or threads. This is a well-known defect type in generic parallel programming.
[edit] Entries
Sub types:
[edit] Advice
[edit] Symptom
- Program hangs
- Incorrect/non-deterministic output
[edit] Other Findings and Contexts
- Some synchronization defects can be very subtle
- Use of asynchronous (non-blocking) communication can lead to more synchronization defects.
