[MPICH] Using mpiexec with gdg
Christian Zemlin
zemlinc at upstate.edu
Tue May 22 21:30:12 CDT 2007
Dear MPICH experts,
I am using MPICH2 on a Beowulf cluster, and I am trouble setting breakpoints.
This is a typical interaction I have with gdb:
testm at master:~/test> mpiexec -gdb -n 4 ./RNC
0-3: (gdb) break main
0-3: Note: breakpoint 1 also set at pc 0x402560.
0-3: Breakpoint 2 at 0x402560
0-3: (gdb) run
0-3: Continuing.
0:
0: Program received signal SIGSEGV, Segmentation fault.
0: 0x00002b49f7267ace in _int_free () from /lib64/libc.so.6
0: (gdb) 0: (gdb)
The problem is that although I set the breakpoint, the program does not stop.
Any ideas what I am doing wrong?
Regards,
Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20070522/dcec9e1a/attachment.htm>
More information about the mpich-discuss
mailing list