<div>Thanks for the response. Moving forward, upon further debugging of the example code resulting in the </div>
<div>&quot;APPLICATION TERMINATED WITH THE EXIT STRING: Hangup (signal 1)&quot; error (using gdb and by </div>
<div>attaching to each process), here is what I got so far:</div>
<div> </div>
<div>--------------------------</div>
<div>0x0000000000401ad0 in main (argc=1, argv=0x7fff12a68028) at ex5.c:57<br>57         while (DebugWait);<br>(gdb) r<br>The program being debugged has been started already.<br>Start it from the beginning? (y or n) n<br>
Program not restarted.<br>(gdb) set DebugWait = 0<br>(gdb) s<br>61         n = 33;<br>(gdb) n<br>62         solver_id = 0;<br>(gdb) c<br>Continuing.</div>
<div>Program received signal SIGSEGV, Segmentation fault.<br>0x00002b71982477e0 in hypre_MatvecCommPkgCreate_core () from /data/rpe/sypb/devl/3rdparty/hypre-2.4.0b/lib/libHYPRE.so<br>(gdb) bt<br>#0  0x00002b71982477e0 in hypre_MatvecCommPkgCreate_core () from /data/rpe/sypb/devl/3rdparty/hypre-2.4.0b/lib/libHYPRE.so<br>
#1  0x00002b7198247d8c in hypre_MatvecCommPkgCreate () from /data/rpe/sypb/devl/3rdparty/hypre-2.4.0b/lib/libHYPRE.so<br>#2  0x00002b7198234361 in hypre_BoomerAMGCreateS () from /data/rpe/sypb/devl/3rdparty/hypre-2.4.0b/lib/libHYPRE.so<br>
#3  0x00002b71981f10f5 in hypre_BoomerAMGSetup () from /data/rpe/sypb/devl/3rdparty/hypre-2.4.0b/lib/libHYPRE.so<br>#4  0x0000000000402421 in main (argc=1, argv=0x7fff12a68028) at ex5.c:319<br>(gdb) q<br>--------------------------</div>

<div>0x0000000000401ad0 in main (argc=1, argv=0x7fff4b539af8) at ex5.c:57<br>57         while (DebugWait);<br>(gdb) set DebugWait = 0<br>(gdb) s<br>61         n = 33;<br>(gdb) n<br>62         solver_id = 0;<br>(gdb) c<br>
Continuing.</div>
<div>Program received signal SIGSEGV, Segmentation fault.<br>0x00002b8a5f727f07 in hypre_BoomerAMGCoarsen () from /data/rpe/sypb/devl/3rdparty/hypre-2.4.0b/lib/libHYPRE.so<br>(gdb) bt<br>#0  0x00002b8a5f727f07 in hypre_BoomerAMGCoarsen () from /data/rpe/sypb/devl/3rdparty/hypre-2.4.0b/lib/libHYPRE.so<br>
#1  0x00002b8a5f72ab51 in hypre_BoomerAMGCoarsenFalgout () from /data/rpe/sypb/devl/3rdparty/hypre-2.4.0b/lib/libHYPRE.so<br>#2  0x00002b8a5f721cdf in hypre_BoomerAMGSetup () from /data/rpe/sypb/devl/3rdparty/hypre-2.4.0b/lib/libHYPRE.so<br>
#3  0x0000000000402421 in main (argc=1, argv=0x7fff4b539af8) at ex5.c:319<br>(gdb) q<br>------------------------</div>
<div> </div>
<div> </div>
<div>Before digging any further in the 3rd party library HYPRE, does this give any useful info as to where the problem lies, in </div>
<div>terms of ruling out say error with mpich2-1.3.1, etc? It seems like the problem is in the 3rd party library HYPRE (I am </div>
<div>using version 2.4.0b), but I am not 100% sure. </div>
<div> </div>
<div>Thanks again.</div>
<div>--Sunil.</div>
<div><br><br> </div>
<div class="gmail_quote">On Sun, Jan 9, 2011 at 6:22 PM, Pavan Balaji <span dir="ltr">&lt;<a href="mailto:balaji@mcs.anl.gov">balaji@mcs.anl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Please keep mpich-discuss cc&#39;ed.<br>
<div class="im"><br>----- Original Message -----<br>&gt; Thanks Pavan!<br>&gt;<br>&gt; No I am not. I was simply searching for the error message I got. The<br>&gt; fact<br>&gt; that the error is seen (whether using RMA or not) suggests the problem<br>
&gt; could<br>&gt; still be with mpich2-1.3.1.<br><br></div>If the application terminates (for any reason), the process manager will display this error string. These two could be (and most likely are) completely unrelated problems.<br>
<font color="#888888"><br> -- Pavan<br></font></blockquote></div><br>