Race
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 a race condition. It is currently classified as a sub-type of the Synchronization type. A common example of this type in HPC applications is a conflict between network communication and memory access: a race condition can occur if the memory area is rewritten while it is still used for communication.
[edit] Entries
Defect descriptions:
- Missing Barrier
- Missing Wait
- Corrupted File Output (also classified as I/O Defects)
[edit] Advice
- Make sure that all communications are correctly coordinated
[edit] Symptom
- Nondeterministic output
[edit] Other Findings and Contexts
|
Pages referring to this entry: Main Page Defect Classification Scheme (Mar 06) Synchronization Defect Classification Scheme (Mar 07) |
