Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 2.92 KB

README.md

File metadata and controls

67 lines (36 loc) · 2.92 KB

Fortran References

This is a list of books, webpages, courses and other references for coming up to speed on Fortran.

Books

Introduction to Programming with Fortran

Modern Fortran Explained (must be on LBL campus to use)

Fortran Wikibook

  • Online 'book' reference from Wikibooks.

Cheat Sheets

Fortran 90 Reference Card (PDF)

Index of intrinsic functions (Fortran 90)

Code Practice and Examples

Exercism.io Fortran course track (TBD)

  • From the github page you can see that they have a fortran track available with some issues posted from 2018, but it looks like it might not be live yet?

Rosetta Code

  • This site has a bunch of example solutions for many tasks/problems in a variety of languages including Fortran.

Compilers

GNU Fortran compiler (gfortran)

Course Websites

This is a list of university course websites focused on introductions to fortran. Mostly includes links to course slide decks.

Modern Fortran Programming for Chemists and Physicists from Helsinki

Modern Programming Langauges: Fortran90/95/2003/2008 course from TACC

Fortran Class from ETHzurich

Fortran course from Naval Postgraduate School

An Introduction to Fortran Programming from Cornell Virtual Workshop (via XSEDE)

High Performance Scientific Computing from University of Washington

Tutorials

OOP in Fortran 2003

Videos

Modern Fortran, with emphasis on coarrays from NERSC Training (Youtube)

  • John Reid (presenter) wrote Modern Fortran Explained referenced in Books section