<?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: unit number in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/unit-number/m-p/909447#M83084</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/442526"&gt;intelhelp2009&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;How to find which unit number represents which device? For example, in&lt;BR /&gt;&lt;BR /&gt;open (unit =8, ...)&lt;BR /&gt;&lt;BR /&gt;what does "8" represent?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
A few brands of Fortran (not Intel) would pre-assign unit 8, perhaps as error output, or a shell command might have assigned it. OPEN normally would over-ride any pre-connection. Otherwise, choice of 8 or some other number would be arbitrary, but OPEN would have to specify a device or file name. Fortran INQUIRE gives your program some facilities to find out the properties associated with a unit. &lt;BR /&gt;</description>
    <pubDate>Fri, 16 Oct 2009 18:29:21 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2009-10-16T18:29:21Z</dc:date>
    <item>
      <title>unit number</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/unit-number/m-p/909446#M83083</link>
      <description>How to find which unit number represents which device? For example, in&lt;BR /&gt;&lt;BR /&gt;open (unit =8, ...)&lt;BR /&gt;&lt;BR /&gt;what does "8" represent?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 16 Oct 2009 17:59:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/unit-number/m-p/909446#M83083</guid>
      <dc:creator>intelhelp2009</dc:creator>
      <dc:date>2009-10-16T17:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: unit number</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/unit-number/m-p/909447#M83084</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/442526"&gt;intelhelp2009&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;How to find which unit number represents which device? For example, in&lt;BR /&gt;&lt;BR /&gt;open (unit =8, ...)&lt;BR /&gt;&lt;BR /&gt;what does "8" represent?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
A few brands of Fortran (not Intel) would pre-assign unit 8, perhaps as error output, or a shell command might have assigned it. OPEN normally would over-ride any pre-connection. Otherwise, choice of 8 or some other number would be arbitrary, but OPEN would have to specify a device or file name. Fortran INQUIRE gives your program some facilities to find out the properties associated with a unit. &lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 18:29:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/unit-number/m-p/909447#M83084</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-10-16T18:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: unit number</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/unit-number/m-p/909448#M83085</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
The intrinsic module ISO_FORTRAN_ENV defines constants for the default input, output and error units. However, if you OPEN the unit, that is overridden, Unit 8 has no special meaning in Intel Fortran. You can use INQUIRE to see if a file is opened on a unit and, if so, what its name is.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 19:25:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/unit-number/m-p/909448#M83085</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-10-16T19:25:50Z</dc:date>
    </item>
  </channel>
</rss>

