<?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  I am facing similar problem in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-input-conversion-error-reg/m-p/760598#M16085</link>
    <description>&lt;P&gt;&amp;nbsp;I am facing similar problem as mentioned above. Is there any quick way to fix this?&lt;/P&gt;</description>
    <pubDate>Sun, 08 Feb 2015 06:40:24 GMT</pubDate>
    <dc:creator>Lina_F_</dc:creator>
    <dc:date>2015-02-08T06:40:24Z</dc:date>
    <item>
      <title>Fortran input conversion error-reg..</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-input-conversion-error-reg/m-p/760596#M16083</link>
      <description>Dear All,&lt;BR /&gt;
 Greetings. I am trying to read from a data file which contain 
numerical information and occupies 22GB disk space. The program is 
getting compiled and when trying to run the a.out, i get these error 
messages.&lt;BR /&gt;
&lt;BR /&gt;
I am using RHEL5.4. As to the hardware, the RAM is 4GB and HDD is 250GB. I am using fortran compiler 9.1 for linux.&lt;BR /&gt;
&lt;BR /&gt;
I tried to run the same program in an IBM server (X3550M2) with CentOS. I
 am using 64bit intel compiler downloaded from intel site(very recent 
compiler). I got the same error. &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Can anybody help me to solve the problem? &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Error&lt;BR /&gt;
forrtl: severe (64): input conversion error, unit 2, file /home/parasu/data/all.dat&lt;DIV class="im"&gt;&lt;BR /&gt;
Image PC Routine Line Source &lt;BR /&gt;
a.out 000000000047638A Unknown Unknown Unknown&lt;BR /&gt;

a.out 0000000000474E86 Unknown Unknown Unknown&lt;BR /&gt;
a.out 00000000004551C0 Unknown Unknown Unknown&lt;BR /&gt;
a.out 000000000043EB4E Unknown Unknown Unknown&lt;BR /&gt;

a.out 000000000043E08F Unknown Unknown Unknown&lt;BR /&gt;
a.out 00000000004107F2 Unknown Unknown Unknown&lt;BR /&gt;
a.out 0000000000403453 Unknown Unknown Unknown&lt;BR /&gt;

a.out 0000000000402ABC Unknown Unknown Unknown&lt;BR /&gt;
libc.so.6 00000035A5E1EC5D Unknown Unknown Unknown&lt;BR /&gt;
a.out 00000000004029B9 Unknown Unknown Unknown&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;&lt;/DIV&gt;
Thanks in advance</description>
      <pubDate>Tue, 10 Jan 2012 06:05:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-input-conversion-error-reg/m-p/760596#M16083</guid>
      <dc:creator>parasuraman</dc:creator>
      <dc:date>2012-01-10T06:05:06Z</dc:date>
    </item>
    <item>
      <title>Fortran input conversion error-reg..</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-input-conversion-error-reg/m-p/760597#M16084</link>
      <description>There is probably a mismatch between what type and format of data the READ statement expects and what it found in the data file. It is also possible that the error is caused by earlier READ statements consuming more/fewere lines of input than the programmer expected.&lt;BR /&gt;&lt;BR /&gt;Don't expect any specific answers because you have not given sufficient detail. Considering the size of the data file, most readers here would not want that detail, either. You will have to hunt for the bug.</description>
      <pubDate>Tue, 10 Jan 2012 07:52:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-input-conversion-error-reg/m-p/760597#M16084</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-01-10T07:52:42Z</dc:date>
    </item>
    <item>
      <title> I am facing similar problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-input-conversion-error-reg/m-p/760598#M16085</link>
      <description>&lt;P&gt;&amp;nbsp;I am facing similar problem as mentioned above. Is there any quick way to fix this?&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2015 06:40:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-input-conversion-error-reg/m-p/760598#M16085</guid>
      <dc:creator>Lina_F_</dc:creator>
      <dc:date>2015-02-08T06:40:24Z</dc:date>
    </item>
    <item>
      <title>Dear all,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-input-conversion-error-reg/m-p/760599#M16086</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I am facing similar problem as mentioned above. Is there any quick way to fix this? I am using ubuntu 14.04 LTS and intel fortran composer xe &amp;nbsp;2013. sp1&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2015 06:45:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-input-conversion-error-reg/m-p/760599#M16086</guid>
      <dc:creator>Lina_F_</dc:creator>
      <dc:date>2015-02-08T06:45:14Z</dc:date>
    </item>
    <item>
      <title>mecej4's answer in post #2</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-input-conversion-error-reg/m-p/760600#M16087</link>
      <description>&lt;P&gt;mecej4's answer in post #2 still applies. The only way to fix it is to figure out what data is being read and which format it is supposed to be in. Sometimes you can get this error if the wrong number of values were read earlier.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2015 22:05:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-input-conversion-error-reg/m-p/760600#M16087</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-02-08T22:05:50Z</dc:date>
    </item>
  </channel>
</rss>

