Tag Archive: debugging

Fortran Debugging – Part 1

March 25, 2019 4:35 pm Published by Comments Off on Fortran Debugging – Part 1

In this first episode on Fortran Debugging, Holger Wolff explains the most common types of failures and the terminology of defect/infection/failure.

Debugging made easier with Collateral package

November 27, 2018 11:45 am Published by Comments Off on Debugging made easier with Collateral package

James Goldie has created the Collateral package to ease the pain of debugging. You can repeat a potentially risky operation—building a statistical model, rendering a plot, computing a tricky index—on as many groups of data as you want, and collateral will quickly show you which groups ended with errors, which ones returned results, and which ones finished but printed warnings or other messages.

TotalView tutorial 3: Core dumps

April 8, 2018 7:37 am Published by Comments Off on TotalView tutorial 3: Core dumps

Model crashing halfway through? Don't want to wait in the debugger for hours? Scott Wales explains how to save crash information with core dumps for easier debugging.