Hi Satish and Barry,<br><br>Thanks for your reply.<br><br>It works  by using optimized build.<br><br>This is a supercomputer and I do not have the permission to update the compliers.<br><br>Best,<br>Rongliang<br><div class="gmail_quote">
<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Message: 2<br>
Date: Tue, 13 Sep 2011 18:13:31 -0500 (CDT)<br>
From: Satish Balay &lt;<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>&gt;<br>
Subject: Re: [petsc-users] Problem with PETSc-3.2 configuration<br>
To: PETSc users list &lt;<a href="mailto:petsc-users@mcs.anl.gov">petsc-users@mcs.anl.gov</a>&gt;<br>
Message-ID: &lt;alpine.LFD.2.02.1109131806240.2462@asterix&gt;<br>
Content-Type: TEXT/PLAIN; charset=US-ASCII<br>
<br>
Ok - this is on a RHEL5  box. And I&#39;m able to reproduce the internal compiler error.<br>
<br>
&gt; mumps_static_mapping.F:333: internal compiler error: in modified_type_die, at dwarf2out.c:8495<br>
<br>
The error is in debug symbol handler in the compiler. Looks like you<br>
can workarround this by using optized build. i.e<br>
<br>
--with-debugging=0<br>
<br>
or debug build with:<br>
<br>
[default --with-debugging=1 ] FOPTFLAGS=&#39;-g -O&#39;<br>
<br>
Satish<br>
<br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 13 Sep 2011 19:48:46 -0500<br>
From: Barry Smith &lt;<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>&gt;<br>
Subject: Re: [petsc-users] Problem with PETSc-3.2 configuration<br>
To: PETSc users list &lt;<a href="mailto:petsc-users@mcs.anl.gov">petsc-users@mcs.anl.gov</a>&gt;<br>
Message-ID: &lt;<a href="mailto:B1D68042-D7ED-43D7-88C8-BF42A927360A@mcs.anl.gov">B1D68042-D7ED-43D7-88C8-BF42A927360A@mcs.anl.gov</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
  Also that gfortran compiler is terribly old, you really should install the 4.6 version of the Gnu compiler suite instead of living with that old stuff.<br>
<br>
   Barry<br>
<br>
On Sep 13, 2011, at 6:13 PM, Satish Balay wrote:<br>
<br>
&gt; Ok - this is on a RHEL5  box. And I&#39;m able to reproduce the internal compiler error.<br>
&gt;<br>
&gt;&gt; mumps_static_mapping.F:333: internal compiler error: in modified_type_die, at dwarf2out.c:8495<br>
&gt;<br>
&gt; The error is in debug symbol handler in the compiler. Looks like you<br>
&gt; can workarround this by using optized build. i.e<br>
&gt;<br>
&gt; --with-debugging=0<br>
&gt;<br>
&gt; or debug build with:<br>
&gt;<br>
&gt; [default --with-debugging=1 ] FOPTFLAGS=&#39;-g -O&#39;<br>
&gt;<br>
&gt; Satish<br>
&gt;<br></blockquote></div><br>