Debugging

From SourceWiki
Jump to navigation Jump to search

Debugging you program: Various techniques

Getting the content for the practical

example 2

First using g95 & the Sun compiler...

Now using the ifort compiler.

see the difference when we add:

  • -traceback
  • -CB

to the compilation flags (see Makefile).