Re: python to call or start a fortran a.out

2017-08-22 Thread Rick Johnson
On Monday, August 21, 2017 at 11:31:48 AM UTC-5, Chet Buell wrote: > Need some help with updating python to call or start a > fortran a.out executable The problem I am having is I have > an old Fortran based model that I need to run, in the past > the fortran was triggered through t

Re: python to call or start a fortran a.out

2017-08-21 Thread Peter Otten
Chet Buell wrote: > Need some help with updating python to call or start a fortran a.out > executable > > The problem I am having is I have an old Fortran based model that I need > to run, in the past the fortran was triggered through the following > python code: >

Re: python to call or start a fortran a.out

2017-08-21 Thread Grant Edwards
On 2017-08-21, Chet Buell wrote: > Need some help with updating python to call or start a fortran a.out > executable > > The problem I am having is I have an old Fortran based model that I need > to run, in the past the fortran was triggered through the following > pyt

python to call or start a fortran a.out

2017-08-21 Thread Chet Buell
Need some help with updating python to call or start a fortran a.out executable The problem I am having is I have an old Fortran based model that I need to run, in the past the fortran was triggered through the following python code: #run fortran x = commands.getoutput(path+'/a.out