Race

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 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:

[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) 

Personal tools