Skip to main content

15.5) Running The Program


Now save the file and quit emacs and then at the command prompt type:

f95 –o runit runit.f95

This makes a program called ‘runit’ that can run on the Unix system. To run it type:

./runit

Now that code will run and will print to the screen the statement that the ‘program is running and cannot stop’.