<?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 replied with more in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980488#M99593</link>
    <description>I replied with more information, but the forum lost my post.  Or did it?  I seem to have a lot of trouble with this.</description>
    <pubDate>Wed, 21 Aug 2013 21:23:54 GMT</pubDate>
    <dc:creator>Brian_Murphy</dc:creator>
    <dc:date>2013-08-21T21:23:54Z</dc:date>
    <item>
      <title>leading zero in 3(G) format, there or not</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980483#M99588</link>
      <description>&lt;P&gt;I'm writing floating point data to a text file with a (G) format and for a number like 0.12345 the presence of a leading zero depends on whether I'm running the program from a DOS command line or running it from inside the visual studio debugger.&amp;nbsp; Is this supposed to happen?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2013 18:31:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980483#M99588</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2013-08-21T18:31:52Z</dc:date>
    </item>
    <item>
      <title>No, and I think you're not</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980484#M99589</link>
      <description>&lt;P&gt;No, and I think you're not properly explaining what you are seeing.&amp;nbsp; Small but complete code example, please, with sample output in both cases.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2013 19:32:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980484#M99589</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-08-21T19:32:10Z</dc:date>
    </item>
    <item>
      <title>WRITE(90,'(3(G))') xi2, xi*30</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980485#M99590</link>
      <description>WRITE(90,'(3(G))') xi2, xi*30.D0/DPI, xi/2.D0/DPI
This produces:
   0.9251200198775795        588.6800268942104        9.811333781570173   
with or without the leading zero on the first value depending on whether I'm running from the debugger or in a dos window.
Unit 90 is an open text file.</description>
      <pubDate>Wed, 21 Aug 2013 19:40:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980485#M99590</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2013-08-21T19:40:32Z</dc:date>
    </item>
    <item>
      <title>Depending on the attributes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980486#M99591</link>
      <description>&lt;P&gt;Depending on the attributes used to OPEN the file and compiler options such as /vms, ASA carriage control may be in play. That would explain why a leading '0' character would cause the program to output a blank line followed by the rest of the record. &lt;/P&gt;&lt;P&gt;Is &lt;STRONG&gt;xi2&lt;/STRONG&gt; computable from &lt;STRONG&gt;xi&lt;/STRONG&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2013 20:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980486#M99591</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-08-21T20:02:00Z</dc:date>
    </item>
    <item>
      <title>Please show a complete</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980487#M99592</link>
      <description>&lt;P&gt;Please show a complete program and also show the compile options used. I would also discourage you from using "G" with no width as that is non-standard. You could use G0, maybe with a 1X after the G0. Are you running the same executable in both environments or recompiling? Show options in both cases.&lt;/P&gt;
&lt;P&gt;Fortran carriage control is not on by default, but Intel Fortran generally doesn't add a leading zero when F format is in effect. Maybe you're running an executable built by some other compiler?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2013 20:25:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980487#M99592</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-08-21T20:25:28Z</dc:date>
    </item>
    <item>
      <title>I replied with more</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980488#M99593</link>
      <description>I replied with more information, but the forum lost my post.  Or did it?  I seem to have a lot of trouble with this.</description>
      <pubDate>Wed, 21 Aug 2013 21:23:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980488#M99593</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2013-08-21T21:23:54Z</dc:date>
    </item>
    <item>
      <title>It's possible the post got</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980489#M99594</link>
      <description>&lt;P&gt;It's possible the post got held for moderation - we're working to improve that. Use "Send Author A Message" to send it to me if you want,&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2013 23:57:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980489#M99594</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-08-21T23:57:30Z</dc:date>
    </item>
    <item>
      <title>I see now I could have been a</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980490#M99595</link>
      <description>I see now I could have been a little more explicit.  The leading zero that I'm talking about is in front of the decimal point of 0.123, not at the start of the line.  This is not a big deal.  I was mostly surprised to see the program producing different output inside and outside the debugger.</description>
      <pubDate>Thu, 22 Aug 2013 17:02:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980490#M99595</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2013-08-22T17:02:47Z</dc:date>
    </item>
    <item>
      <title>I'm still looking for a test</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980491#M99596</link>
      <description>&lt;P&gt;I'm still looking for a test case I can build and run myself. There should not be a difference.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2013 17:25:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/leading-zero-in-3-G-format-there-or-not/m-p/980491#M99596</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-08-22T17:25:18Z</dc:date>
    </item>
  </channel>
</rss>

