BerkeleyLab / flang-testing-project

The Berkeley Lab Flang team develops tests for the LLVM-Project Flang Fortran compiler. Because of the paramount importance of parallelism in high-performance computing, we are focusing on Fortran’s parallel features, commonly denoted "Coarray Fortran."
https://go.lbl.gov/flang-testing
Other
4 stars 3 forks source link

doc: edit Problem Description & Proposed Solution #83

Closed rouson closed 1 year ago

rouson commented 1 year ago

This commit

  1. Attempts to make the feature and statement lists exhaustive.
  2. Adds types, kind type parameters, and values that explicitly support parallelism.
  3. Adds a list of image control statements, including those that pre-existed parallelism in Fortran.
  4. Makes the use of statement syntax more uniform, e.g., switch sync-all-stmt to sync all.
  5. Add a few links.
rouson commented 1 year ago

All conversations have been resolved, but this PR is still marked as "1 change requested." Could you review once more and approver and merge it if everything looks good to you?