Concurrency (CON)
Guidelines
- CON01-F. Explicitly declare OpenMP data-sharing attributes for all variables
- CON02-F. Protect reduction variables in multithreaded code
- CON03-F. Protect multithreading recurrences to avoid data races
- CON04-F. Do not use out-of-dimension subscripts in multithreaded code
- CON05-F. Ensure correct OpenMP datascoping of variables in parallel regions
Information for Editors
To have a new guideline automatically listed above be sure to label it con .
Risk Assessment Summary
| Rule | Severity | Likelihood | Detectable | Repairable | Priority | Level |
| CON01-F | Medium | Probable | Yes | Yes | P12 | L1 |
| CON02-F | High | Likely | Yes | Yes | P27 | L1 |
| CON03-F | High | Likely | No | Yes | P27 | L1 |
| CON04-F | High | Likely | Yes | Yes | P27 | L1 |
| CON05-F | High | Likely | Yes | Yes | P27 | L1 |
Related Rules and Recommendations
Attachments:
button_arrow_left.png (image/png)
button_arrow_up.png (image/png)
button_arrow_right.png (image/png)


