<?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 forrtl: severe (24): end-of-file during read in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752688#M8633</link>
    <description>I think the jump into the IF block is harmless in this particular application. It's still not allowed in Fortran.&lt;BR /&gt;&lt;BR /&gt;When I build and run the program, it runs correctly and doesn't get any EOF errors.</description>
    <pubDate>Thu, 20 Jan 2011 20:41:02 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2011-01-20T20:41:02Z</dc:date>
    <item>
      <title>forrtl: severe (24): end-of-file during read</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752681#M8626</link>
      <description>I got this:&lt;BR /&gt;forrtl: severe (24): end-of-file during read, unit 18, file /home/milenko/fast/ray/weight.cell&lt;BR /&gt;Image PC Routine Line Source &lt;BR /&gt;nray 080BDA03 Unknown Unknown Unknown&lt;BR /&gt;nray 080BC720 Unknown Unknown Unknown&lt;BR /&gt;nray 0808DA4E Unknown Unknown Unknown&lt;BR /&gt;nray 080573FC Unknown Unknown Unknown&lt;BR /&gt;nray 08056CFA Unknown Unknown Unknown&lt;BR /&gt;nray 0806448D Unknown Unknown Unknown&lt;BR /&gt;nray 0804C7D9 MAIN__ 402 main.f&lt;BR /&gt;nray 08049E34 Unknown Unknown Unknown&lt;BR /&gt;libc.so.6 00694BD6 Unknown Unknown Unknown&lt;BR /&gt;nray 08049D41 Unknown Unknown Unknown&lt;BR /&gt;Relevant part of the code:&lt;BR /&gt;open(18,file='weight.cell',form='unformatted')&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;do 2130 k=1,inz&lt;BR /&gt;  do 2130 j=1,iny&lt;BR /&gt;  read(18) (pert2(i,j,k),i=1,inx) (here is 402 line)&lt;BR /&gt;How to make this work?&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Jan 2011 19:23:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752681#M8626</guid>
      <dc:creator>milenko1976</dc:creator>
      <dc:date>2011-01-16T19:23:35Z</dc:date>
    </item>
    <item>
      <title>forrtl: severe (24): end-of-file during read</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752682#M8627</link>
      <description>Supply more data? This message says that the READ ran off the end of the file. There are many possible causes of that which are not identifiable without having a complete program with data to examine.&lt;BR /&gt;&lt;BR /&gt;The first thing you should do is determine what the values of i, j and k are at the point of failure. Is this the first time through the loop or not? How many records do you think are in the file?</description>
      <pubDate>Sun, 16 Jan 2011 21:33:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752682#M8627</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-01-16T21:33:48Z</dc:date>
    </item>
    <item>
      <title>forrtl: severe (24): end-of-file during read</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752683#M8628</link>
      <description>I am attaching file.Regarding i,j,k they follow the model dimensions 300,1,24.There are 99 pick,calc,times files,I have just added one of them.</description>
      <pubDate>Mon, 17 Jan 2011 09:53:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752683#M8628</guid>
      <dc:creator>milenko1976</dc:creator>
      <dc:date>2011-01-17T09:53:31Z</dc:date>
    </item>
    <item>
      <title>forrtl: severe (24): end-of-file during read</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752684#M8629</link>
      <description>This is missing a bunch of routines, such as BNDINTERP, PLOTS, SEGMENT, EMPTY, ERASE, PCOLOR, BOX, etc.&lt;BR /&gt;&lt;BR /&gt;In the future, I'd ask that if you have multiple files to send us that you put them in a tar file and attach that.</description>
      <pubDate>Mon, 17 Jan 2011 16:31:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752684#M8629</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-01-17T16:31:59Z</dc:date>
    </item>
    <item>
      <title>forrtl: severe (24): end-of-file during read</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752685#M8630</link>
      <description>ok.some of these files are just givimg returning becasue i do not need plotting.</description>
      <pubDate>Mon, 17 Jan 2011 19:44:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752685#M8630</guid>
      <dc:creator>milenko1976</dc:creator>
      <dc:date>2011-01-17T19:44:30Z</dc:date>
    </item>
    <item>
      <title>forrtl: severe (24): end-of-file during read</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752686#M8631</link>
      <description>&lt;BR /&gt;One of your source files results in the following warning:&lt;BR /&gt;&lt;BR /&gt;main.f(1004): warning #6371: A jump into a block from outside the block may have occurred. [2400]&lt;BR /&gt; if(iflag.eq.1) go to 2400&lt;BR /&gt;&lt;BR /&gt;What do you expect the compiler to do with this jump into a DO block, which is forbidden?&lt;BR /&gt;&lt;BR /&gt;&lt;I&gt;ok.some of these files are just givimg returning becasue i do not need plotting&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;Be that as it may, you should provide all the source files needed to build an EXE file.</description>
      <pubDate>Tue, 18 Jan 2011 05:01:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752686#M8631</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-01-18T05:01:58Z</dc:date>
    </item>
    <item>
      <title>forrtl: severe (24): end-of-file during read</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752687#M8632</link>
      <description>Thanks Mecej4.&lt;BR /&gt;I will try to explain more.I need travel-time inversion,not plotting which is also part of the code.One guy from texas has patched the code,to work on Linux with f77.In the first place I tried to get rid of all plotting subrutines,it was comlicated at it didn't work.His solution was this:&lt;BR /&gt;subroutine dot(x,y,size,icol)&lt;BR /&gt;c&lt;BR /&gt; return&lt;BR /&gt; end&lt;BR /&gt;c&lt;BR /&gt;Are these subrotines causing jump in the do block?</description>
      <pubDate>Tue, 18 Jan 2011 09:23:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752687#M8632</guid>
      <dc:creator>milenko1976</dc:creator>
      <dc:date>2011-01-18T09:23:06Z</dc:date>
    </item>
    <item>
      <title>forrtl: severe (24): end-of-file during read</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752688#M8633</link>
      <description>I think the jump into the IF block is harmless in this particular application. It's still not allowed in Fortran.&lt;BR /&gt;&lt;BR /&gt;When I build and run the program, it runs correctly and doesn't get any EOF errors.</description>
      <pubDate>Thu, 20 Jan 2011 20:41:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752688#M8633</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-01-20T20:41:02Z</dc:date>
    </item>
    <item>
      <title>forrtl: severe (24): end-of-file during read</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752689#M8634</link>
      <description>Have you changed something?Makefile?</description>
      <pubDate>Fri, 21 Jan 2011 11:10:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-24-end-of-file-during-read/m-p/752689#M8634</guid>
      <dc:creator>milenko1976</dc:creator>
      <dc:date>2011-01-21T11:10:22Z</dc:date>
    </item>
  </channel>
</rss>

