Skip to content

Working on FORTRAN-C interporability using FORTRAN modules to describe C interfaces

Notifications You must be signed in to change notification settings

wrtobin/fortran-c-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FORTRAN-C Interface

Working on proof-of-concept C-API callable from FORTRAN, currently uses ISO_C_BINDING and a FORTRAN module to describe the C-API.

Still need to check out efficiency of the calls, including possibly LTO optimizations between the C compilation units and the FORTRAN compilation units. If it is possible to coerce the linker to inline functions from a source object from C that would allow zero-cost inter-language API usage (no function call overhead).

About

Working on FORTRAN-C interporability using FORTRAN modules to describe C interfaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published