• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Fortran Books

The classic Fortran 77 text book was, many years ago:

FORTRAN 77 with Numerical Methods: Engineers and Scientists, Delores M. Etter, Sally Elliott (Ed.) (Benjamin-Cummings, ISBN 0805317708, 2/92)

Not surprisingly, it's out-of-print. I don't know what the good books on Fortran 90/95 are, never need them.

Try this andthis.
 
What exactly are you doing? Strict Fortran 77 can be quite ugly--it still has line numbers. Can you use Fortran90? If so, the gnu complier has some excellent documentation. 90 also has allocatable memory and such (which is nice if your optimizing).

Oh... and just so you know... Intel's Fortran compiler for Linux is free. And very very fast. 🙂
 
Back
Top