Michael Welle <[email protected]> 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 -- https://mail.python.org/mailman/listinfo/python-list
