<?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 Recompile and link using the  in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746986#M4677</link>
    <description>&lt;P&gt;Recompile and link using the -traceback option, and run the program again with the same input. When the input error occurs, a chain of line numbers will be printed, showing the specific READ statement that caused the error. Report that statement here, along with the matching FORMAT statement, and the line(s) of input data that was to be read by that statement.&lt;/P&gt;</description>
    <pubDate>Sun, 08 Feb 2015 09:56:00 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2015-02-08T09:56:00Z</dc:date>
    <item>
      <title>input conversion error!</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746977#M4668</link>
      <description>In the input file of my program NEW is in the first line, denotes new conductivity map.This is what I get:&lt;BR /&gt;forrtl: severe (64): input conversion error, unit -5, file Internal Formatted Read&lt;BR /&gt;Image PC Routine Line Source &lt;BR /&gt;mt3 0000000000488EED Unknown Unknown Unknown&lt;BR /&gt;mt3 00000000004879F5 Unknown Unknown Unknown&lt;BR /&gt;mt3 0000000000439CB0 Unknown Unknown Unknown&lt;BR /&gt;mt3 00000000004119DF Unknown Unknown Unknown&lt;BR /&gt;mt3 0000000000411212 Unknown Unknown Unknown&lt;BR /&gt;mt3 0000000000423B4D Unknown Unknown Unknown&lt;BR /&gt;mt3 00000000004216E0 Unknown Unknown Unknown&lt;BR /&gt;mt3 00000000004042D2 Unknown Unknown Unknown&lt;BR /&gt;mt3 0000000000403270 Unknown Unknown Unknown&lt;BR /&gt;I am using Intel 11.1 Linux Compiler.I thought in the first place it is some how related to 64 bit machine and have change some integer values but nothing improved.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2010 11:26:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746977#M4668</guid>
      <dc:creator>milenko1976</dc:creator>
      <dc:date>2010-06-01T11:26:34Z</dc:date>
    </item>
    <item>
      <title>input conversion error!</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746978#M4669</link>
      <description>Insufficient information. We need to see at least the pertinent parts of the code, the input statement, declarations of the items in the input list, and the input record that caused the error, at a minimum.&lt;BR /&gt;&lt;BR /&gt;If this information fails to indicate a fix, one should proceed to Standard operating procedure, Step-2: compile with debug/traceback switches on, repeat run.&lt;BR /&gt;&lt;BR /&gt;You wrote: "..somehow related to 64 bit...". Without background information, I would not make any speculations along these lines.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2010 12:25:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746978#M4669</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2010-06-01T12:25:23Z</dc:date>
    </item>
    <item>
      <title>input conversion error!</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746979#M4670</link>
      <description>&lt;BR /&gt; include 'd2.dat'&lt;BR /&gt;&lt;BR /&gt; character radek*80,rad80*(nmax-1)&lt;BR /&gt; integer*8 i,j,k,idrpar&lt;BR /&gt; integer*8 icharirg&lt;BR /&gt; integer*8 iaa&lt;BR /&gt;c--------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt; read(5,'(a80)')radek&lt;BR /&gt; do 50 i=1,80&lt;BR /&gt; if(ichar(radek(i:i)).ge.97.and.ichar(radek(i:i)).le.122)&lt;BR /&gt; &amp;amp; radek(i:i)=char(ichar(radek(i:i))-32)&lt;BR /&gt;50 continue&lt;BR /&gt;c ---------------------------------------------------------&lt;BR /&gt;c if 'new' is found in the first line, more general input&lt;BR /&gt;c file structure is used (any character in the conductivity&lt;BR /&gt;c map is allowed then)&lt;BR /&gt;c ---------------------------------------------------------&lt;BR /&gt; inewformat=index(radek,'new')&lt;BR /&gt;I have problem here.&lt;BR /&gt;The input file starts with new in the first line.When I omit it,I get conductivity map distorted.</description>
      <pubDate>Tue, 01 Jun 2010 12:45:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746979#M4670</guid>
      <dc:creator>milenko1976</dc:creator>
      <dc:date>2010-06-01T12:45:11Z</dc:date>
    </item>
    <item>
      <title>input conversion error!</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746980#M4671</link>
      <description>The line &lt;BR /&gt;&lt;BR /&gt; include 'd2.dat'&lt;BR /&gt;&lt;BR /&gt;raises eyebrows. Does the file d2.dat contain data or code? Will its inclusion leave you with valid Fortran source code?&lt;BR /&gt;&lt;BR /&gt;Having read 'new' into variable &lt;I&gt;radek&lt;/I&gt;, you convert the string in &lt;I&gt;radek&lt;/I&gt; to upper case in the subsequent DO loop. However, you set&lt;BR /&gt;&lt;BR /&gt; inewformat=index(radek,'new')&lt;BR /&gt;&lt;BR /&gt;instead of&lt;BR /&gt;&lt;BR /&gt; inewformat=index(radek,'NEW')&lt;BR /&gt;&lt;BR /&gt;Your statement 'I get conductivity map distorted' is so specific to your application domain and dependent on your calculation implementation details that it probably conveys little information to most people.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2010 13:15:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746980#M4671</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2010-06-01T13:15:23Z</dc:date>
    </item>
    <item>
      <title>input conversion error!</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746981#M4672</link>
      <description>Thanks macej.&lt;BR /&gt;Ok d2.dat is where the common blocks and parameters are.No source code inside.I have changed uppercase to lowercase,but no use of it.Something else is problem.Well yes I have problem with my conductivity map because the inital reading is not appropriate.</description>
      <pubDate>Tue, 01 Jun 2010 14:38:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746981#M4672</guid>
      <dc:creator>milenko1976</dc:creator>
      <dc:date>2010-06-01T14:38:38Z</dc:date>
    </item>
    <item>
      <title>input conversion error!</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746982#M4673</link>
      <description>&amp;gt;&amp;gt;forrtl: severe (64): input conversion error, unit -5, file Internal Formatted Read&lt;BR /&gt;&lt;BR /&gt;insert a line to write out the internal record to console prior to statement performing internal formatted read.&lt;BR /&gt;Something ought to show up. (also add a sequence number such that you can tell which iteration the error occures on).&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2010 14:44:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746982#M4673</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2010-06-01T14:44:32Z</dc:date>
    </item>
    <item>
      <title>input conversion error!</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746983#M4674</link>
      <description>Where should I insert it?Into input file?I don't think that would be good idea,because it has data that programs read.</description>
      <pubDate>Tue, 01 Jun 2010 15:38:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746983#M4674</guid>
      <dc:creator>milenko1976</dc:creator>
      <dc:date>2010-06-01T15:38:40Z</dc:date>
    </item>
    <item>
      <title>input conversion error!</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746984#M4675</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1275418725630="81" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=478970" href="https://community.intel.com/en-us/profile/478970/" class="basic"&gt;milenko1976&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;Where should I insert it?Into input file?I don't think that would be good idea,because it has data that programs read.&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;write(*,*) '"',radek,'"' ! insert here&lt;BR /&gt;inewformat=index(radek,'new')&lt;BR /&gt;...&lt;BR /&gt;write(*,*) '"',radek(i,j),'"' ! insert here&lt;BR /&gt;read(radek(i:j), '(F9.9)') yourVariable ! this is your internal record formatted read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2010 19:03:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746984#M4675</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2010-06-01T19:03:39Z</dc:date>
    </item>
    <item>
      <title>Hello everyone,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746985#M4676</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;

&lt;P style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;I am facing this error &amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&lt;SPAN style="font-weight: 700;"&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;forrtl: severe (64) input conversion error&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;i guessed that this is due to some characters like // appearing inside FORMAT statement. But, the problem is I cant go all the way to the full source code . It is composed of 23 fortran source codes with each composed of &amp;nbsp;10,000 to 25,000 line of codes.&lt;/P&gt;

&lt;P style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Is there any compiler option to fix this. I used IFORT 14.0.3 with -fpp compiler option for compilation.&lt;/P&gt;

&lt;P style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Thanks !!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2015 07:55:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746985#M4676</guid>
      <dc:creator>Lina_F_</dc:creator>
      <dc:date>2015-02-08T07:55:12Z</dc:date>
    </item>
    <item>
      <title>Recompile and link using the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746986#M4677</link>
      <description>&lt;P&gt;Recompile and link using the -traceback option, and run the program again with the same input. When the input error occurs, a chain of line numbers will be printed, showing the specific READ statement that caused the error. Report that statement here, along with the matching FORMAT statement, and the line(s) of input data that was to be read by that statement.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2015 09:56:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/input-conversion-error/m-p/746986#M4677</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-02-08T09:56:00Z</dc:date>
    </item>
  </channel>
</rss>

