Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] input file in photran with intel

HI,

Now I use Photran with intel fortran compiler in linux.
So in command line I used ( in g77 )

g77 -o exemplo exemplo.f

and

./exemplo <otst.in> xx.out

Where otst.in there are my input data and xx.out
another output datas.

With IDE Photran ( last version ) where I have to put
the

<otst.in>  xx.out ?

Because I want to use the RUN comand.

Thank you
ronai

PS. In intel fortran I use

ifort -o exemplo exemplo.f

and

./exemplo <otst.in /option > xx.out

--
Ronai Lisboa


Back to the top