Changes between Version 17 and Version 18 of Next-GenOpenMPTransformation
- Timestamp:
- 05/16/19 10:54:18 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Next-GenOpenMPTransformation
v17 v18 1 == The Sequentially Consistent Subset of OpenMP == 2 OpenMP programs that: 3 * Do not use non-sequentially consistent atomic directives; 4 * Do not rely on the accuracy of a false result from omp_test_lock and omp_test_nest_lock; and 5 * Correctly avoid data races as required in Section 1.4.1 on page 23 (OpenMP spec 5.0) 6 7 The relaxed consistency model is invisible for such programs, and any explicit flush operations in such programs are redundant. 8 1 9 == OpenMP Constructs == 2 10
