This repository contains example Fortran applications and cases that may be used to exercise a Fortran compiler (with its companion C processor). Its organization is as follows. At the top level, there are three directories: `Applications`, `Dependencies`, and `Cases`. ### ApplicationsThe directory `Applications` contains selected applications in Fortran, included in this repository as `git submodules`.### DependenciesThis directory contains "third-party" libraries needed to build one or more applications (other than commonly available on the system such as MPI.### CasesThis directory contains smaller use cases and reproducers to test certain features of the Fortran language and other interoperability-related feature such as OpenMP, Hip, and CUDA.