Joseph Huber | 6242f9b | 2021-07-20 16:04:13 | [diff] [blame] | 1 | .. _omp102: |
| 2 | |
Joseph Huber | 1616407 | 2021-07-14 21:04:54 | [diff] [blame] | 3 | Parallel region is not called from a unique kernel. Will not attempt to rewrite the state machine. [OMP102] |
| 4 | =========================================================================================================== |
| 5 | |
Joseph Huber | 1616407 | 2021-07-14 21:04:54 | [diff] [blame] | 6 | This analysis remark indicates that a given parallel region is called by |
| 7 | multiple kernels. This prevents the compiler from optimizing it to a single |
| 8 | kernel and rewrite the state machine. |