<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.7999992370605px;">Hi,</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.7999992370605px;"><span style="font-family: sans-serif; font-size: 12.8000001907349px; line-height: 19.2000007629395px;">I want to use </span><code style="font-family: monospace, Courier; font-size: 12.8000001907349px; line-height: 19.2000007629395px; background-color: rgb(249, 249, 249);">gdb</code><span style="font-family: sans-serif; font-size: 12.8000001907349px; line-height: 19.2000007629395px;"> to step into the code to see what's going on inside the code, for example my code as below, I set a break at the line </span><span style="font-family: sans-serif; font-size: 12.8000001907349px; line-height: 19.2000007629395px;">MPI_Get_processor_name (processor_name, &namelen), I want to step into </span><span style="font-family: sans-serif; font-size: 12.8000001907349px; line-height: 19.2000007629395px;">MPI_Get_processor_name, I c</span><span style="font-family: sans-serif; font-size: 12.8000001907349px; line-height: 19.2000007629395px;">onfigure with </span><code style="font-family: monospace, Courier; font-size: 12.8000001907349px; line-height: 19.2000007629395px; background-color: rgb(249, 249, 249);">--enable-g=all and </code><span style="font-family: monospace, Courier; font-size: 12.8000001907349px; line-height: 1.3em; white-space: pre-wrap; background-color: rgb(249, 249, 249);">--enable-fast=O0, </span><span style="font-family: sans-serif; font-size: 12.8000001907349px; line-height: 19.2000007629395px;">but gdb cann't step into </span><span style="font-family: sans-serif; font-size: 12.8000001907349px; line-height: 19.2000007629395px;">MPI_Get_processor_name, it steps into </span><span style="font-family: sans-serif; font-size: 12.8000001907349px; line-height: 19.2000007629395px;">fprintf, what should I do?</span></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.7999992370605px;"><span style="font-family: sans-serif; font-size: 12.8000001907349px; line-height: 19.2000007629395px;"><br></span></div><div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">#include "mpi.h"</span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">#include <stdio.h></span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">int main (int argc, char **argv)</span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">{</span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">int myid, numprocs;</span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">int namelen;</span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">char processor_name[MPI_MAX_PROCESSOR_NAME];</span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;"><br></span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">MPI_Init (&argc, &argv);</span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">MPI_Comm_rank (MPI_COMM_WORLD, &myid);</span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">MPI_Comm_size (MPI_COMM_WORLD, &numprocs);</span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">MPI_Get_processor_name (processor_name, &namelen);</span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">fprintf (stderr, "Hello World! Process %d of %d on %s\n", myid, numprocs, processor_name);</span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">MPI_Finalize ();</span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">return 0;</span></font></div><div><font face="sans-serif"><span style="font-size: 12.8000001907349px; line-height: 19.2000007629395px;">}</span></font></div></div></div><br><br><span title="neteasefooter"><p> </p></span></div><br><br><span title="neteasefooter"><p> </p></span>