Difference between revisions of "Debugging"

From SourceWiki
Jump to navigation Jump to search
m (Protected "Debugging" [edit=sysop:move=sysop])
Line 4: Line 4:
 
=example 2=
 
=example 2=
  
Using the ifort compiler.
+
First using g95 & the Sun compiler...
 +
 
 +
Now using the ifort compiler.
  
 
see the difference when we add:
 
see the difference when we add:

Revision as of 18:10, 29 February 2008

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).