Tag Archive: Fortran

Fortran build environment Pt1

March 25, 2019 4:21 pm Published by Comments Off on 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

March 25, 2019 4:16 pm Published by Comments Off on Fortran compiler optimisation

Optimisation will make your code go faster, but its use can affect your program's numerical results. Video with Scott Wales.