Hi<br><br><span>I am trying to get ddd to debug mpi jobs to speed things up, gdb takes a long time for me, and I need a free GUI debugger, <br><br>I debug with gdb using:<br><br>&gt;mpirun -gdb&nbsp; -np </span><span>4 ./myprog</span><br>

<span><br>I found online the ddd command to be like this:<br><br>&gt;mpirun -dbg=ddd -np 4 ./myprog<br><br>and it says:<br>invalid &quot;local&quot; arg: -dbg=ddd<br><br>I can not find the mpirun_dbg.ddd or mpirun_dbg.gdb after the installation and don&#39;t know if I should add them, and how and what to write in them, <br>
<br>I am having the following version information:<br>MPICH2 Version:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.0.7<br>MPICH2 Release date:&nbsp;&nbsp;&nbsp; Unknown, built on Thu May 15 22:00:19 EST 2008<br>MPICH2 Device:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ch3:sock<br>MPICH2 configure:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -prefix=/home/mhelal/mpich2-install --enable-error-checking=all --enable-error-messages=all --enable-g=all --enable-debuginfo --enable-threads=multiple --enable-sharedlibs=gcc --with-thread-package=posix --with-namepublisher=mpd --enable-mpe<br>
MPICH2 CC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gcc&nbsp; -g -O2<br>MPICH2 CXX:&nbsp;&nbsp;&nbsp;&nbsp; c++&nbsp; -g -O2<br>MPICH2 F77:&nbsp;&nbsp;&nbsp;&nbsp; f95&nbsp; -g -O2<br>MPICH2 F90:&nbsp;&nbsp;&nbsp;&nbsp; f95&nbsp; -g -O2<br><br><br>thank you very much for your help in advance, <br><br>Kind Regards,<br><br>Manal <br></span>