Arrays (ARR)
Guidelines
- ARR01-F. Do not use out-of-bounds arrays subscripts
- ARR02-F. Declare array dummy arguments as assumed-shape
- ARR03-F. Specify array bounds when copying data to device memory
- ARR04-F. Ensure arrays ranges mapped to devices cover all accessed elements
Information for Editors
To have a new guideline automatically listed above be sure to label it arr .
Risk Assessment Summary
| Rule | Severity | Likelihood | Detectable | Repairable | Priority | Level |
| ARR01-F | High | Likely | Yes | Yes | P27 | L1 |
| ARR02-F | Low | Probable | Yes | No | P4 | L3 |
| ARR03-F | High | Probable | No | Yes | P27 | L1 |
| ARR04-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)


