Changes between Version 18 and Version 19 of Next-GenOpenMPTransformation
- Timestamp:
- 05/16/19 10:54:58 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Next-GenOpenMPTransformation
v18 v19 3 3 * Do not use non-sequentially consistent atomic directives; 4 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) 5 * Correctly avoid data races as required in Section 1.4.1 on page 23 (OpenMP spec 5.0) ([https://www.openmp.org/wp-content/uploads/OpenMP-API-Specification-5.0.pdf spec]) 6 6 7 7 The relaxed consistency model is invisible for such programs, and any explicit flush operations in such programs are redundant.
