Got it, thanks.<div><br></div><div>- Clara<br><br><div class="gmail_quote">On Fri, Sep 2, 2011 at 10:41 AM, Darius Buntinas <span dir="ltr">&lt;<a href="mailto:buntinas@mcs.anl.gov">buntinas@mcs.anl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Try setting environment variables and see if that works:<br>
<br>
    export MPICH_DBG_FILENAME=&quot;log/dbg-%w-%d.log&quot;<br>
    export MPICH_DBG_CLASS=ALL<br>
    export MPICH_DBG_LEVEL=VERBOSE<br>
<br>
Make sure you create the &#39;log&#39; directory (i.e., mkdir log) first.<br>
<br>
-d<br>
<div><div></div><div class="h5"><br>
On Sep 2, 2011, at 8:34 AM, clara wrote:<br>
<br>
&gt; For example, how can we let MPIU_DBG_MSG_FMT(....) messages output? Thanks.<br>
&gt;<br>
&gt; On Thu, Sep 1, 2011 at 11:27 PM, clara &lt;<a href="mailto:clarazhang@gmail.com">clarazhang@gmail.com</a>&gt; wrote:<br>
&gt; I built mpich2 with the below command line:<br>
&gt; ./configure --prefix=/usr/local/mpich2-32 --with-pm=hydra:gforker --disable-faster --enable-debuginfo --enable-g=dbg,log CFLAGS=-m32 CXXFLAGS=-m32 FFLAGS=-m32 FCFLAGS=-m32 2&gt;&amp;1 | tee mpich2-32cfg.txt<br>
&gt;<br>
&gt; I follow the <a href="http://wiki.mcs.anl.gov/mpich2/index.php/Debug_Event_Logging" target="_blank">http://wiki.mcs.anl.gov/mpich2/index.php/Debug_Event_Logging</a> and try to use below command line to run an MPI program but fail<br>

&gt; /usr/local/mpich2-32/bin/mpiexec -mpich-dbg file -mpich-dbg-class=all -n 4 sp.S.4<br>
&gt;<br>
&gt; Can anyone tell me how to output debug info when running MPI programs? Thanks.<br>
&gt;<br>
&gt; - Clara<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; mpich-discuss mailing list<br>
&gt; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
<br>
_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</blockquote></div><br></div>