Changes between Version 27 and Version 28 of Introduction


Ignore:
Timestamp:
05/24/23 10:34:43 (3 years ago)
Author:
Alex Wilton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Introduction

    v27 v28  
     1''Next:'' [wiki:"Fundamentals" CIVL-C Fundamentals]
     2----
    13
    24[[PageOutline]]
     
    608610
    609611By 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]