Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 379 Bytes

File metadata and controls

12 lines (8 loc) · 379 Bytes

10. Proper C/C++ interoperability

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.