<?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: Compiling old F77 code in CVF 6.6 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-old-F77-code-in-CVF-6-6/m-p/811609#M42998</link>
    <description>thanks for your kindly reply Steve.&lt;BR /&gt;Is this have to work with direct access files too?</description>
    <pubDate>Fri, 03 Dec 2004 05:30:27 GMT</pubDate>
    <dc:creator>dumpty</dc:creator>
    <dc:date>2004-12-03T05:30:27Z</dc:date>
    <item>
      <title>Compiling old F77 code in CVF 6.6</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-old-F77-code-in-CVF-6-6/m-p/811607#M42996</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I'm newbie in fortran and need some advice about compilation old code.&lt;BR /&gt;I've got big old project and sources and compiled binaries which properly work under dos. but when I compiling (without compilation error) this sources in CVF program not working like DOS versions. As usual all errors apears when reading files with data. &lt;BR /&gt;&lt;BR /&gt;So what I have to do to compile this code. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dmitriy.&lt;P&gt;Message Edited by dumpty@sun-tel.net on &lt;SPAN class="date_text"&gt;12-02-2004&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;01:18 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2004 05:10:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-old-F77-code-in-CVF-6-6/m-p/811607#M42996</guid>
      <dc:creator>dumpty</dc:creator>
      <dc:date>2004-12-03T05:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling old F77 code in CVF 6.6</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-old-F77-code-in-CVF-6-6/m-p/811608#M42997</link>
      <description>&lt;DIV&gt;It is likely that the problem is not "old F77" code but rather code (or data) that depends on Microsoft DOS Fortran features.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;If you are using the visual development environment, try setting Projects..Settings..Fortran..Compatibility..PowerStation..I/O Format From the command line, that's /fpscomp:ioformat&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Dec 2004 05:14:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-old-F77-code-in-CVF-6-6/m-p/811608#M42997</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-12-03T05:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling old F77 code in CVF 6.6</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-old-F77-code-in-CVF-6-6/m-p/811609#M42998</link>
      <description>thanks for your kindly reply Steve.&lt;BR /&gt;Is this have to work with direct access files too?</description>
      <pubDate>Fri, 03 Dec 2004 05:30:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-old-F77-code-in-CVF-6-6/m-p/811609#M42998</guid>
      <dc:creator>dumpty</dc:creator>
      <dc:date>2004-12-03T05:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling old F77 code in CVF 6.6</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-old-F77-code-in-CVF-6-6/m-p/811610#M42999</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;If you're reading old direct access files, select the "General" (/fpscomp:general) option too. Hmm, you may also need, under Data, "Use bytes as RECL= unit for unformatted files" (/assume:byterecl).&lt;/DIV&gt;&lt;P&gt;Message Edited by sblionel on &lt;SPAN class="date_text"&gt;12-02-2004&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;04:48 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2004 05:46:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-old-F77-code-in-CVF-6-6/m-p/811610#M42999</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-12-03T05:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling old F77 code in CVF 6.6</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-old-F77-code-in-CVF-6-6/m-p/811611#M43000</link>
      <description>&lt;DIV&gt;Note that the DOS code was 16-bit, and thus the data files probablyassume 16-bit integers and so forth, whereas CVF (and IVF) are intrinsically 32-bit. This sort of issue can be dealt with by modifying the file read routines to use explicitly declared 16-bit arrays (or whatever) for accessing the old files.&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Dec 2004 01:30:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiling-old-F77-code-in-CVF-6-6/m-p/811611#M43000</guid>
      <dc:creator>Paul_Curtis</dc:creator>
      <dc:date>2004-12-07T01:30:12Z</dc:date>
    </item>
  </channel>
</rss>

