Skip to content Accesskey=4Skip to sub-navigation Accesskey=3View our Accessibility Options MIT Information Systems Home About IS&T Contact IS&T Site Map Search Advanced Search
Getting StartedGetting Services by Topic or Alphabetically Getting Help

On This Page

[Help]

  

Quick Links

Top Level

Related Links

Ask OLC a question

Athena Consulting Homepage

Helpdesk Stock Answers (for Mac/PC questions)


Using FORTRAN on LINUX machines

Under Linux, the usual fortran compiler, f77, is unavailable.
Instead, you can use the g77 compiler in the gnu locker:

	 athena% add gnu
	 athena% g77 file.f

There are some slight differences between g77 (the GNU fortran
compiler), and f77, but it should be easy to fix code to work under
the gnu compiler.  For more info, read 'man g77' (after adding gnu) or
consult the web site 
	http://world.std.com/~burley/g77.html

MIT Home | Getting Started | Getting Services | Getting Help | About IS&T | Accessibility
Ask a technology question or send a comment about this web page.