10. Proper C/C++ interoperability
June 10, 2024 ยท View on GitHub
Overview
Ensure seamless interoperability between Fortran and C/C++ to allow Fortran programs to effectively interact with a wide range of systems and libraries written in other languages (e.g., high-performance environments).
Checks
- Planned: Encapsulate calls to external programming models in specific procedures or modules.