I am relearning Fortran, including the features which have been added since I last used it some twenty years ago.
Here is a method for compling a sample Fortran program NAME.F. This method checks for memory leaks.
gfortran -fbounds-check -o NAME NAME.F
./NAME
Tom’s Fortran programs & related posts: FORTRAN
– Tom Irvine
Dear Tom, thank you for your great posts. Very useful for all people seriously involved in engineering. I also started using fortran again. In the eighties it was my only programming language. The new fortran 95 is totally another programming language. Under windows I am using SimplyFortran as IDE.
Sincerely,
Ettore