<?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: CVF 6 to Intel 9.1 Format changes #.###e+001 vs  #.###e+01 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/CVF-6-to-Intel-9-1-Format-changes-e-001-vs-e-01/m-p/898762#M80306</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Please supply a test program that shows this behavior. I don't know of any reason why simply changing compilers should change the formatted output - especially as you're saying that a character is being dropped.&lt;BR /&gt;&lt;BR /&gt;Also, I'll comment that 9.1 is quite old at this point.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;Better than that I will solve my own problem ....&lt;BR /&gt;&lt;BR /&gt;Seems the E format will take on optional format character E#so E15.6E2 will do the trick .... so the last digit sets the range of values.&lt;/P&gt;
&lt;P&gt;As an alternative a "simple" sed script could be use to change the files ....&lt;BR /&gt;&lt;BR /&gt;#!/bin/bash&lt;BR /&gt;cp $1 $1.bak&lt;BR /&gt;cat $1.bak | sed -e "s/([0-9.]*e[+-])0([0-9][0-9])/12 /g" &amp;gt;$1&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Hope this helps someone else....&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Carl&lt;/P&gt;</description>
    <pubDate>Wed, 12 Aug 2009 11:27:44 GMT</pubDate>
    <dc:creator>carlls</dc:creator>
    <dc:date>2009-08-12T11:27:44Z</dc:date>
    <item>
      <title>CVF 6 to Intel 9.1 Format changes #.###e+001 vs  #.###e+01</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/CVF-6-to-Intel-9-1-Format-changes-e-001-vs-e-01/m-p/898760#M80304</link>
      <description>Greeetings:&lt;BR /&gt;&lt;BR /&gt; I have a mix of CVF 6 and Intel 9.1 FORTRAN codes. Seems CVF put out numbers with e+## format while the newer Intel puts out e+###. So reading old file in new code is no issue but not all codes are ported yet.&lt;BR /&gt;&lt;BR /&gt; Is there a way to have Intel 9.1 FORTRAN put out e+## range?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Carl&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Aug 2009 17:15:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/CVF-6-to-Intel-9-1-Format-changes-e-001-vs-e-01/m-p/898760#M80304</guid>
      <dc:creator>carlls</dc:creator>
      <dc:date>2009-08-11T17:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: CVF 6 to Intel 9.1 Format changes #.###e+001 vs  #.###e+01</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/CVF-6-to-Intel-9-1-Format-changes-e-001-vs-e-01/m-p/898761#M80305</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Please supply a test program that shows this behavior. I don't know of any reason why simply changing compilers should change the formatted output - especially as you're saying that a character is being dropped.&lt;BR /&gt;&lt;BR /&gt;Also, I'll comment that 9.1 is quite old at this point.&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Aug 2009 17:26:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/CVF-6-to-Intel-9-1-Format-changes-e-001-vs-e-01/m-p/898761#M80305</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-08-11T17:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: CVF 6 to Intel 9.1 Format changes #.###e+001 vs  #.###e+01</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/CVF-6-to-Intel-9-1-Format-changes-e-001-vs-e-01/m-p/898762#M80306</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Please supply a test program that shows this behavior. I don't know of any reason why simply changing compilers should change the formatted output - especially as you're saying that a character is being dropped.&lt;BR /&gt;&lt;BR /&gt;Also, I'll comment that 9.1 is quite old at this point.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;Better than that I will solve my own problem ....&lt;BR /&gt;&lt;BR /&gt;Seems the E format will take on optional format character E#so E15.6E2 will do the trick .... so the last digit sets the range of values.&lt;/P&gt;
&lt;P&gt;As an alternative a "simple" sed script could be use to change the files ....&lt;BR /&gt;&lt;BR /&gt;#!/bin/bash&lt;BR /&gt;cp $1 $1.bak&lt;BR /&gt;cat $1.bak | sed -e "s/([0-9.]*e[+-])0([0-9][0-9])/12 /g" &amp;gt;$1&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Hope this helps someone else....&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Carl&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2009 11:27:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/CVF-6-to-Intel-9-1-Format-changes-e-001-vs-e-01/m-p/898762#M80306</guid>
      <dc:creator>carlls</dc:creator>
      <dc:date>2009-08-12T11:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: CVF 6 to Intel 9.1 Format changes #.###e+001 vs  #.###e+01</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/CVF-6-to-Intel-9-1-Format-changes-e-001-vs-e-01/m-p/898763#M80307</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I am concerned about the behavior change, which should not be there. Please show me an example that illustrates the difference. &lt;BR /&gt;</description>
      <pubDate>Wed, 12 Aug 2009 13:15:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/CVF-6-to-Intel-9-1-Format-changes-e-001-vs-e-01/m-p/898763#M80307</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-08-12T13:15:05Z</dc:date>
    </item>
  </channel>
</rss>

