<?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: Rather unconventional question in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833727#M53773</link>
    <description>If you're using Linux, the Intel Fortran Compiler is free for non-commercial use. For Windows, the Intel compiler has a 30-day free trial you can use. There are other free compilers available, but many don't support F66 well if at all.</description>
    <pubDate>Tue, 24 Apr 2007 17:29:15 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2007-04-24T17:29:15Z</dc:date>
    <item>
      <title>Rather unconventional question</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833722#M53768</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am a student currently working on an experiment on wind tunnel contractions. One of the famous methodologies for the contraction design is based on Fortran66 ( I believe - the program was written in 1973).&lt;BR /&gt;&lt;BR /&gt;All I have right now is a paper-copy of the program. Since I am not a programmer - how could I possibly use this program to calculate the contraction? I tried w/ google - nothing really helpful came out. My programming skill is rather rudimentary - I know some VBA, if that counts.&lt;BR /&gt;&lt;BR /&gt;All the program does is calculate points of the contour through iteration of values.&lt;BR /&gt;&lt;BR /&gt;Please, if you know an old compiler that runs under windows XP, or have any other idea how i can solve this problem, let me know!&lt;BR /&gt;&lt;BR /&gt;Thanks ind advance!&lt;BR /&gt;&lt;BR /&gt;Florian&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Apr 2007 14:54:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833722#M53768</guid>
      <dc:creator>florian_hanne</dc:creator>
      <dc:date>2007-04-24T14:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Rather unconventional question</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833723#M53769</link>
      <description>&lt;P&gt;One of the many nice things about Fortran is that old code continues to work in today's compilers. Intel Visual Fortran fully supports FORTRAN 66 code. At most you may have to set the /f66 option to specify F66 semantics for such things as 1-trip DO loops.&lt;/P&gt;
&lt;P&gt;I suggest that you just type in the program and try it. If you get errors, let us know what they are and we'll be glad to help.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2007 15:27:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833723#M53769</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-04-24T15:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rather unconventional question</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833724#M53770</link>
      <description>..or, if the program is a long one, scan the paper copy in and use OCR software to turn the images into text, carefully looking for mismatches between the paper and OCR-translated versions. It will save the donkey-work of typing in at least.</description>
      <pubDate>Tue, 24 Apr 2007 15:47:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833724#M53770</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2007-04-24T15:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rather unconventional question</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833725#M53771</link>
      <description>&lt;P&gt;Since it is FORTRAN 66 code, you will need to understand the fixed source form conventions.&lt;/P&gt;
&lt;P&gt;Statement labels (numbers), if any, are in colums 1-5. These columns must be blank otherwise, unless the line is a comment (starts with a C in column 1)&lt;/P&gt;
&lt;P&gt;Column 6 is used for a continuation indicator. This can be any character except the digit zero.&lt;/P&gt;
&lt;P&gt;The statement itself starts in column 7 and ends at column 72.&lt;/P&gt;
&lt;P&gt;Do not use tabs. Make sure you can tell the difference between digits 0 and 1, and the letters they resemble.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2007 15:57:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833725#M53771</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-04-24T15:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rather unconventional question</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833726#M53772</link>
      <description>&lt;P&gt;Thank you all for your quick response.&lt;/P&gt;
&lt;P&gt;Is there a free compiler available somewhere? I can not buy a compiler just for my (temporary) studies... &lt;/P&gt;
&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2007 16:21:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833726#M53772</guid>
      <dc:creator>florian_hanne</dc:creator>
      <dc:date>2007-04-24T16:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rather unconventional question</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833727#M53773</link>
      <description>If you're using Linux, the Intel Fortran Compiler is free for non-commercial use. For Windows, the Intel compiler has a 30-day free trial you can use. There are other free compilers available, but many don't support F66 well if at all.</description>
      <pubDate>Tue, 24 Apr 2007 17:29:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833727#M53773</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-04-24T17:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rather unconventional question</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833728#M53774</link>
      <description>Those are &lt;A href="http://www.g95.org/"&gt;g95&lt;/A&gt; and &lt;A href="http://gcc.gnu.org/wiki/GFortranBinaries"&gt;gfortran&lt;/A&gt;. I'd recommend the g95, as simpler to install on windows (no Cygwin or Mingw required IIRC). Like Steve said, no guarantees how well they can swallow F66 code though.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2007 07:05:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833728#M53774</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2007-04-25T07:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rather unconventional question</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833729#M53775</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If you post some names of routines used (look for "SUBROUTINE xxxx") then someone may be able to find if the code is available online for download. This would save all the typing/scanning part.&lt;/P&gt;
&lt;P&gt;Les&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:18:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833729#M53775</guid>
      <dc:creator>Les_Neilson</dc:creator>
      <dc:date>2007-04-25T11:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rather unconventional question</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833730#M53776</link>
      <description>&lt;P&gt;Try indeed to google to the source or programmer. If you really must scan or type-in, mind that inold Fortran66 prints the difference between some characters and digitsare essential and very difficult to scan or see. I still remember this all too well!&lt;/P&gt;
&lt;P&gt;IA = IA * I0 is this IO or 10 or I0...?&lt;/P&gt;
&lt;P&gt;Clemens&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2007 12:54:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833730#M53776</guid>
      <dc:creator>davinci</dc:creator>
      <dc:date>2007-04-25T12:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Rather unconventional question</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833731#M53777</link>
      <description>&lt;P&gt;By the way; google forbetter hit-resultsusing&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.google.com/codesearch"&gt;http://www.google.com/codesearch&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and enter into the search field&lt;/P&gt;
&lt;P&gt;lang:Fortran &lt;YOUR search="" strings=""&gt;&lt;/YOUR&gt;&lt;/P&gt;
&lt;P&gt;Clemens (davinci)&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2007 14:22:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Rather-unconventional-question/m-p/833731#M53777</guid>
      <dc:creator>davinci</dc:creator>
      <dc:date>2007-04-25T14:22:30Z</dc:date>
    </item>
  </channel>
</rss>

