Let's say my executable is file_exec, my fortran 90 code is file_exec.f90. I am debugging the program by using<br><br>mpiexec -gdb -l -n 4 ./file_exec<br><br>Inside the gdb prompt, let's say I do<br><br>b file_exec.f90:20<br>
<br>Now in normal gdb session, when I use up-arrow I can go back to the previous command. But in mpich2 the up arrow is not working. What could be the problem?<br><br>I compiled the mpich2 1.0.3 with gcc 4.1.1, gfortran 4.1.1
 using the following commands.<br><br>/home/software/unZipped/mpich2-1.0.3/configure --enable-f90<br>--prefix=/home/software/compiledLibs/mpich2_1.0.3_gcc_4.1.1_gfortran_4.1.1 2&gt;&amp;1<br>| tee configure.log<br><br>make 2&gt;&amp;1 | tee 
make.log<br><br>make install 2&gt;&amp;1 | tee install.log<br clear="all"><br>Is there any way to get the tab completion and arrow keys working in gdb session of 'mpich2 -gdb'?<br><br>thanks<br>raju<br><br>-- <br><a href="http://kamaraju.googlepages.com/cornell-bazaar">
http://kamaraju.googlepages.com/cornell-bazaar</a><br><a href="http://groups.google.com/group/cornell-bazaar/about">http://groups.google.com/group/cornell-bazaar/about</a>