Users should be aware that most Fortran 77 compilers allow a superset of Fortran 77, i.e. they allow non-standard extensions. In this tutorial we will emphasize standard ANSI Fortran 77. Fortran is the dominant programming language used in scientific applications. It is therefore important for ...
《LAPACK Users' Guide Third Edition》 《Modern Fortran: Building Efficient Parallel Applications》 Curcic, M.. 2020. 《Modern Fortran Explained Incorporating Fortran 2018》 Michael Metcalf, John Reid, and Malcolm Cohen 《Fortran for Scientists and Engineers Fourth Edition》 Stephen J. Chapman ...
You could look through https://web.stanford.edu/class/me200c/tutorial_77/ to get started, and look things up here https://docs.oracle.com/cd/E19957-01/805-4939/index.html as needed as you work through code. Like @ilayn said, it's the unstructured control flow that can make ...