<?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 -CB or -check bounds in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934625#M88650</link>
    <description>-CB or -check bounds</description>
    <pubDate>Thu, 25 Oct 2012 00:58:47 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2012-10-25T00:58:47Z</dc:date>
    <item>
      <title>Compiler loop do know why</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934620#M88645</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I have a compiler loop and I do not why. In the oroginal code there is a do--end do. the program works.&lt;/P&gt;
&lt;P&gt;If I insert a "definitions" at the end of the do-enddo the progran runs but does not stop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know why? I made some error?&lt;/P&gt;
&lt;P&gt;the do end do is:&lt;/P&gt;
&lt;P&gt;DO IP=1,NPT&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;ENDDO&lt;/P&gt;
&lt;P&gt;RHO(IP)=1000.D0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2012 21:29:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934620#M88645</guid>
      <dc:creator>diedro</dc:creator>
      <dc:date>2012-10-24T21:29:15Z</dc:date>
    </item>
    <item>
      <title>You showed too little a part</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934621#M88646</link>
      <description>You showed too little a part of the code to answer, but here is one point for you to consider. After the DO loop ends, the value of IP is NPT+1. If the array RHO is dimensioned 1:NPT, the assignment statement following the ENDDO causes an array overrun, and other unpredictable side effects may follow, including failure to complete execution in a nice way.</description>
      <pubDate>Wed, 24 Oct 2012 21:51:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934621#M88646</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-10-24T21:51:03Z</dc:date>
    </item>
    <item>
      <title>hi,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934622#M88647</link>
      <description>hi,
thank for the answer. Is there any option in the compilation to find this error? 
I have just posted a question in the forum about that. 
thanks</description>
      <pubDate>Wed, 24 Oct 2012 21:57:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934622#M88647</guid>
      <dc:creator>diedro</dc:creator>
      <dc:date>2012-10-24T21:57:26Z</dc:date>
    </item>
    <item>
      <title>You can add the runtime check</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934623#M88648</link>
      <description>You can add the runtime check for array index out of bounds in your debug build. This should catch most of the errors.

Jim Dempsey</description>
      <pubDate>Wed, 24 Oct 2012 22:17:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934623#M88648</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2012-10-24T22:17:43Z</dc:date>
    </item>
    <item>
      <title>hi,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934624#M88649</link>
      <description>hi,
sorry, but how can I do it? 
thanks</description>
      <pubDate>Wed, 24 Oct 2012 23:48:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934624#M88649</guid>
      <dc:creator>diedro</dc:creator>
      <dc:date>2012-10-24T23:48:39Z</dc:date>
    </item>
    <item>
      <title>-CB or -check bounds</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934625#M88650</link>
      <description>-CB or -check bounds</description>
      <pubDate>Thu, 25 Oct 2012 00:58:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934625#M88650</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-10-25T00:58:47Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934626#M88651</link>
      <description>Hi,
thanks a lot it really helps me. 
so again thanks, I have saved a lot of time.</description>
      <pubDate>Fri, 26 Oct 2012 11:57:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-loop-do-know-why/m-p/934626#M88651</guid>
      <dc:creator>diedro</dc:creator>
      <dc:date>2012-10-26T11:57:53Z</dc:date>
    </item>
  </channel>
</rss>

