Re: Python and fortran Interface suggestion

2015-04-22 Thread edmondo . giovannozzi
Il giorno domenica 19 aprile 2015 22:26:58 UTC+2, Dave Angel ha scritto: > On 04/19/2015 11:56 AM, pauld11718 wrote: > > I shall provide with further details > > > > Its about Mathematical modelling of a system. Fortran does one part and > > python does the other part (which I am suppose to pr

Re: Python and fortran Interface suggestion

2015-04-19 Thread Dave Angel
On 04/19/2015 11:56 AM, pauld11718 wrote: I shall provide with further details Its about Mathematical modelling of a system. Fortran does one part and python does the other part (which I am suppose to provide). For a time interval tn --> t_n+1, fortran code generates some values, for which

Re: Python and fortran Interface suggestion

2015-04-19 Thread pauld11718
I shall provide with further details Its about Mathematical modelling of a system. Fortran does one part and python does the other part (which I am suppose to provide). For a time interval tn --> t_n+1, fortran code generates some values, for which my python code accepts it as an input. It i

Re: Python and fortran Interface suggestion

2015-04-19 Thread Chris Angelico
On Mon, Apr 20, 2015 at 12:48 AM, pauld11718 wrote: > I am developing a code under Ubuntu(64bit) with python using various > libraries. Once done, I need to generate an executable which shall be > interfaced with fortran program on account of further collaboration. The > python executable shall

Python and fortran Interface suggestion

2015-04-19 Thread pauld11718
I am developing a code under Ubuntu(64bit) with python using various libraries. Once done, I need to generate an executable which shall be interfaced with fortran program on account of further collaboration. The python executable shall be used with windows(32bit). So, I guess everytime my pytho