Ivan Pribec

Code development

In my free time I like to work on scientific coding projects in Fortran.

Fortran interfaces

Fortran 2003 added features for interoperability with the C programming language. These can be accesed through the intrinsic iso_c_binding module and allow smooth interfacing between the two languages for a certain set of interoperable types. This way Fortran programmers can gain access to the numerous libraries written in C/C++ and vice versa.

Using the C-Fortran interoperability I have written Fortran interfaces for the following (scientific) software libraries:

Legacy code