Changes between Version 27 and Version 28 of Introduction
- Timestamp:
- 05/24/23 10:34:43 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Introduction
v27 v28 1 ''Next:'' [wiki:"Fundamentals" CIVL-C Fundamentals] 2 ---- 1 3 2 4 [[PageOutline]] … … 608 610 609 611 By default, CIVL attempts to simplify an OpenMP program by replacing parallel code with sequential code when it can determine that the two are equivalent. In the best case, this can remove all of the OpenMP, resulting in a sequential program. The option `-ompNoSimplify` can be used to disable such simplification. Another option, `-ompLoopDecomp=X` can be used to specify the loop decomposition strategy, where `X` is one `ALL` (the default), `ROUND_ROBIN`, or `RANDOM`. 612 613 ---- 614 ''Next:'' [wiki:"Fundamentals" CIVL-C Fundamentals]
