forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Damian Rouson edited this page Aug 12, 2022
·
21 revisions
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."
- We are developing what we believe are the first exhaustive, open-source tests for the static semantics of Fortran 2018 parallel features.
- A related effort involves writing runtime tests for parallel 2018 features and supporting those tests by developing a new parallel runtime library: the CoArray Fortran Framework of Efficient Interfaces to Network Environments (Caffeine).
This LLVM-Project fork serves as our staging ground for new semantics tests, which ultimately get reviewed on the LLVM Phabricator site and then pushed to the main branch of the upstream LLVM-Project repository if approved on LLVM Fabricator.
We are tracking our progress in the following GitHub Projects: