<?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 Yes, it's the same (for in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/File-I-O-Unformatted-Stream-Vs-Binary/m-p/1019850#M107875</link>
    <description>&lt;P&gt;Yes, it's the same (for unformatted). 'BINARY' is an extension, ACCESS='STREAM' is standard.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Aug 2014 17:40:09 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2014-08-08T17:40:09Z</dc:date>
    <item>
      <title>File I/O Unformatted Stream Vs Binary</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/File-I-O-Unformatted-Stream-Vs-Binary/m-p/1019849#M107874</link>
      <description>&lt;P&gt;I am not familiar with opening a file with form set to Unformated with Acess set to Stream. Is this identical to opening a file with form set to Binary. If not, since they are record free files would something written with both forms produce the same binary? What would be the pros/cons between them if there is a difference. Right now I am able to postprocess form set to binary with python, but I assume it should work with stream because its equivalent to a C-binary?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks as always.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 16:56:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/File-I-O-Unformatted-Stream-Vs-Binary/m-p/1019849#M107874</guid>
      <dc:creator>ScottBoyce</dc:creator>
      <dc:date>2014-08-08T16:56:24Z</dc:date>
    </item>
    <item>
      <title>Yes, it's the same (for</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/File-I-O-Unformatted-Stream-Vs-Binary/m-p/1019850#M107875</link>
      <description>&lt;P&gt;Yes, it's the same (for unformatted). 'BINARY' is an extension, ACCESS='STREAM' is standard.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 17:40:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/File-I-O-Unformatted-Stream-Vs-Binary/m-p/1019850#M107875</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-08-08T17:40:09Z</dc:date>
    </item>
    <item>
      <title>So</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/File-I-O-Unformatted-Stream-Vs-Binary/m-p/1019851#M107876</link>
      <description>&lt;P&gt;So&lt;/P&gt;

&lt;P&gt;[fortran]&lt;/P&gt;

&lt;P&gt;Open(UNIT=55,FORM='&lt;SPAN style="color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 15px; line-height: 22px;"&gt;unformatted&lt;/SPAN&gt;',ACCESS='STREAM')&lt;/P&gt;

&lt;P&gt;[/fortran]&lt;/P&gt;

&lt;P&gt;would produce the same file as:&lt;/P&gt;

&lt;P&gt;[fortran]&lt;/P&gt;

&lt;P&gt;Open(UNIT=55,FORM='BINARY')&lt;/P&gt;

&lt;P&gt;[/fortran]&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 18:10:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/File-I-O-Unformatted-Stream-Vs-Binary/m-p/1019851#M107876</guid>
      <dc:creator>ScottBoyce</dc:creator>
      <dc:date>2014-08-08T18:10:52Z</dc:date>
    </item>
    <item>
      <title>Assuming all the WRITEs are</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/File-I-O-Unformatted-Stream-Vs-Binary/m-p/1019852#M107877</link>
      <description>&lt;P&gt;Assuming all the WRITEs are the same, yes.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 18:50:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/File-I-O-Unformatted-Stream-Vs-Binary/m-p/1019852#M107877</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-08-08T18:50:05Z</dc:date>
    </item>
    <item>
      <title>I've been using FORM='BINARY'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/File-I-O-Unformatted-Stream-Vs-Binary/m-p/1019853#M107878</link>
      <description>I've been using FORM='BINARY' for years now with scratch files and a few others. I understand that the introduction of STREAM was at least partly to standardize the way different compilers implemented BINARY, for compatibility reasons. There was one little twist I found; I was using ACCESS="APPEND' in one case,, which is another extension and incompatible with STREAM. Fortunately, the POSITION keyword in OPEN came to the rescue....</description>
      <pubDate>Sat, 09 Aug 2014 15:26:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/File-I-O-Unformatted-Stream-Vs-Binary/m-p/1019853#M107878</guid>
      <dc:creator>nvaneck</dc:creator>
      <dc:date>2014-08-09T15:26:32Z</dc:date>
    </item>
  </channel>
</rss>

