<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Internal compiler error in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744280#M2777</link>
    <description>you are right.&lt;BR /&gt;&lt;BR /&gt;thanks again.&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Jul 2007 01:40:37 GMT</pubDate>
    <dc:creator>f2003</dc:creator>
    <dc:date>2007-07-04T01:40:37Z</dc:date>
    <item>
      <title>Internal compiler error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744273#M2770</link>
      <description>hi,all:&lt;BR /&gt;&lt;BR /&gt;fortcom aborted and reported an error message when compiling:&lt;BR /&gt;0_11517&lt;BR /&gt;fortcom:Severe:**Internalcompilererror:internalabort**PleasereportthiserroralongwiththecircumstancesinwhichitoccurredinaSoftwareProblemReport.Note:Fileandlinegivenmaynotbeexplicitcauseofthiserror.&lt;BR /&gt;compilationabortedfortest.f90(code3)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;can anybody give me an advice?&lt;BR /&gt;BTW,this program passed when compiled by g95 and gfortran.&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;==================================&lt;BR /&gt;moduleout&lt;BR /&gt;implicitnone&lt;BR /&gt;real,dimension(20)::a_ref,l_ref,x_ref,y_ref,z_ref&lt;BR /&gt;character(len=30)surname(20)&lt;BR /&gt;real,dimension(20,6)::fxyz&lt;BR /&gt;integer,dimension(:,:),allocatable::ncross&lt;BR /&gt;real,dimension(:,:),allocatable::xcro&lt;BR /&gt;commona_ref,l_ref,x_ref,y_ref,z_ref,fxyz,surname&lt;BR /&gt;&lt;BR /&gt;endmoduleout&lt;BR /&gt;&lt;BR /&gt;moduleblk3&lt;BR /&gt;implicitnone&lt;BR /&gt;integer,dimension(:),allocatable::nxt,nyt,nzt&lt;BR /&gt;integer::il,jl,kl,i2,j2,k2,nm&lt;BR /&gt;commonil,jl,kl,i2,j2,k2,nm&lt;BR /&gt;endmoduleblk3&lt;BR /&gt;&lt;BR /&gt;moduleblk5&lt;BR /&gt;implicitnone&lt;BR /&gt;real,dimension(:,:,:,:),allocatable::x,y,z&lt;BR /&gt;endmoduleblk5&lt;BR /&gt;&lt;BR /&gt;moduleblk6&lt;BR /&gt;implicitnone&lt;BR /&gt;integer::nobl,a&lt;BR /&gt;commonnobl,a&lt;BR /&gt;endmoduleblk6&lt;BR /&gt;&lt;BR /&gt;modulebc&lt;BR /&gt;implicitnone&lt;BR /&gt;integer::r&lt;BR /&gt;commonr&lt;BR /&gt;integer,dimension(:),allocatable::bc_type,bc_xyz,bc_dir,&amp;amp;&lt;BR /&gt;bc_block,bc_iblock,bc_norm&lt;BR /&gt;integer,dimension(:,:),allocatable::bc_surf,bc_order,bc_uvw,&amp;amp;&lt;BR /&gt;bc_start,bc_end,&amp;amp;&lt;BR /&gt;&amp;amp;nb
sp;bc_istart,bc_iend&lt;BR /&gt;endmodulebc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;moduleblk7&lt;BR /&gt;implicitnone&lt;BR /&gt;real::nobl2&lt;BR /&gt;!commonnobl2&lt;BR /&gt;endmoduleblk7&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;programmain&lt;BR /&gt;&lt;BR /&gt;useout&lt;BR /&gt;&lt;BR /&gt;useblk3&lt;BR /&gt;useblk5&lt;BR /&gt;useblk6&lt;BR /&gt;usebc&lt;BR /&gt;useblk7&lt;BR /&gt;&lt;BR /&gt;implicitnone&lt;BR /&gt;&lt;BR /&gt;real::aref,lref,xref,yref,zref&lt;BR /&gt;character(len=10)type&lt;BR /&gt;integer::block,iblock,nxyz&lt;BR /&gt;integer,dimension(20)::surf&lt;BR /&gt;integer,dimension(3)::start,end,istart,iend,order&lt;BR /&gt;real,dimension(5)::uvw&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;namelist/surface/aref,lref,xref,yref,zref&lt;BR /&gt;namelist/bcin/type,block,start,end,iblock,istart,iend,&amp;amp;&lt;BR /&gt;surf,order,nxyz,uvw&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;open(11,file='gri3d.dat',status='old')&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;open(17,file='euler.bc')&lt;BR /&gt;&lt;BR /&gt;read(11,*)nobl&lt;BR /&gt;&lt;BR /&gt;allocate(nxt(nobl))&lt;BR /&gt;allocate(nyt(nobl))&lt;BR /&gt;allocate(nzt(nobl))&lt;BR /&gt;&lt;BR /&gt;end&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2007 05:25:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744273#M2770</guid>
      <dc:creator>f2003</dc:creator>
      <dc:date>2007-06-27T05:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Internal compiler error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744274#M2771</link>
      <description>The standard advice for all compilers - report the problem to the vendor. (In this case, use Intel Premier Support.)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:36:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744274#M2771</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-06-27T14:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Internal compiler error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744275#M2772</link>
      <description>I took a quick look - the compiler doesn't like the fact that nobl and nobl2 are both module variables and in COMMON. This is legal, but something is confusing the compiler. A workaround is to not have either of these variables in COMMON - you may not need them to be.&lt;BR /&gt;&lt;BR /&gt;Please do report this to Intel Premier Support. When you do, reference T78388.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2007 15:08:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744275#M2772</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-06-27T15:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Internal compiler error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744276#M2773</link>
      <description>thank you.&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:58:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744276#M2773</guid>
      <dc:creator>f2003</dc:creator>
      <dc:date>2007-06-29T06:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Internal compiler error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744277#M2774</link>
      <description>Are you aware that variables nobl and r are effectively EQUIVALENCEd? Why do you have these in COMMON? It's unusual to put COMMONs in modules - the only reason to do so is if your application also contains sources originally written to use COMMON and not modules.&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jun 2007 13:22:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744277#M2774</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-06-29T13:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Internal compiler error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744278#M2775</link>
      <description>yes it is a ill program but it abides by the rules of fortran.&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Jul 2007 02:11:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744278#M2775</guid>
      <dc:creator>f2003</dc:creator>
      <dc:date>2007-07-01T02:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Internal compiler error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744279#M2776</link>
      <description>I agree it is legal and that there is a compiler bug. But I thought you might not be aware of the effects of putting those variables in COMMON.&lt;BR /&gt;&lt;BR /&gt;A workaround is to use named COMMON and not blank COMMON.&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jul 2007 13:58:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744279#M2776</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-07-02T13:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Internal compiler error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744280#M2777</link>
      <description>you are right.&lt;BR /&gt;&lt;BR /&gt;thanks again.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jul 2007 01:40:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error/m-p/744280#M2777</guid>
      <dc:creator>f2003</dc:creator>
      <dc:date>2007-07-04T01:40:37Z</dc:date>
    </item>
  </channel>
</rss>

