Interfacing Fortran applications

Sturla Molden sturla.molden at gmail.com
Mon Jun 9 07:48:41 EDT 2014


Michael Welle <mwe012008 at gmx.net> wrote:

> I thought about equipping the Fortran application with sockets, so that
> I can send input data and commands (which is now done via cmd line) and
> reading output data back. Any opinions on this? Best pratices?  

If you are to rewrite the Fortran app you can just as well use f2py from
NumPy.

Sturla




More information about the Python-list mailing list