Differences between revisions 2 and 3
Revision 2 as of 2010-03-19 08:12:28
Size: 549
Editor: NicoleThomas
Comment:
Revision 3 as of 2010-03-19 08:30:24
Size: 537
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
   {{{  {{{
Line 8: Line 8:
   }}}
   possible number of nodes: 1 or 2
 }}}
 possible number of nodes: 1 or 2
Line 12: Line 12:
   {{{  {{{
Line 15: Line 15:
   }}}  }}}
Line 25: Line 25:
  {{{  {{{
Line 27: Line 27:
  }}}  }}}

Debugging on JUROPA

  • Compile and link program with debug option -g

  • Allocate interactive partition with X11 forwarding:
    msub -I -X -l nodes=#:ppn=8
    possible number of nodes: 1 or 2
  • Start debugger:
    totalview <jobscript>
    ddt <jobscript>
  • When totalview is started :
    • In Window Startup Parameters -> Parallel

      • Parallel system: MPICH2

      • Tasks: choose number of CPUs

  • After debugging deallocate interactive partition with:
    exit

Juropa/Debug (last edited 2010-04-29 07:17:30 by NicoleThomas)