Tag: Fortran
-
Fortran debugging Part 3 – run time checks
In Part 3 of the ongoing Fortran Debugging Series, Holger Wolff looks at how a program can self-evaluate whether it is still working properly.
-
Fortran build environment Part 2
This is the second part of the introduction into our Fortran Build Environment by Holger Wolff.
-
Fortran build environment Pt1
The Fortran Build Environment is a CMake driven build system for Fortran Projects. It is meant to make it as simple as possible to include unit testing with pFUnit. Holger Wolff takes you through the environment.
-
Fortran compiler optimisation
Optimisation will make your code go faster, but its use can affect your program’s numerical results. Video with Scott Wales.
-
Fortran compiler basics
Scott Wales introduces basic usage of the Intel Fortran compiler.