how to run g95 executable files in OS X terminal
Posted
by lollygagger
on Stack Overflow
See other posts from Stack Overflow
or by lollygagger
Published on 2010-05-04T20:11:06Z
Indexed on
2010/05/04
20:18 UTC
Read the original article
Hit count: 140
fortran
I am completely new to this game, so please be gentle ;-)
I made an example program in Fortran 90, lets call it 'program.f90'. I compile it:
g95 program.f90
It creates an executable called a.out
How do I run this? It is supposed to print something to the screen, and get input from me, but I cannot figure out how to!
© Stack Overflow or respective owner