<?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: Fortran in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770844#M22493</link>
    <description>&lt;DIV&gt;@echo off&lt;BR /&gt;Rem Intel Visual Fortran Compiler Build Environment for 32-bit applications&lt;/DIV&gt;
&lt;DIV&gt;echo.&lt;BR /&gt;echo Intel Visual Fortran Compiler 9.0.030 Build Environment for 32-bit applications&lt;BR /&gt;echo Copyright (C) 1985-2006 Intel Corporation. All rights reserved.&lt;BR /&gt;echo.&lt;/DIV&gt;
&lt;DIV&gt;@call "C:Program FilesMicrosoft Visual Studio 8VCBinVcvars32.bat"&lt;BR /&gt;title Intel Visual Fortran Compiler 9.0.030 Build Environment for 32-bit applications&lt;/DIV&gt;
&lt;DIV&gt;echo.&lt;/DIV&gt;
&lt;DIV&gt;SET IFORT_COMPILER90=C:Program FilesIntelCompilerFortran9.0&lt;/DIV&gt;
&lt;DIV&gt;SET INTEL_SHARED=C:Program FilesCommon FilesIntelShared Files&lt;/DIV&gt;
&lt;DIV&gt;SET INTEL_LICENSE_FILE=C:Program FilesCommon FilesIntelLicenses&lt;/DIV&gt;
&lt;DIV&gt;SET PATH=%IFORT_COMPILER90%Ia32Bin;%INTEL_SHARED%Ia32Bin;%PATH%&lt;/DIV&gt;
&lt;DIV&gt;SET LIB=%IFORT_COMPILER90%Ia32Lib;%LIB%&lt;/DIV&gt;
&lt;DIV&gt;SET INCLUDE=%IFORT_COMPILER90%Ia32Include;%INCLUDE%&lt;/DIV&gt;
&lt;DIV&gt;if exist "C:Program FilesIntelCompilerFortran9.0ia32Binimsl.bat" call "C:Program FilesIntelCompilerFortran9.0ia32Binimsl.bat"&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;John Nichols&lt;/DIV&gt;</description>
    <pubDate>Thu, 16 Mar 2006 04:06:55 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2006-03-16T04:06:55Z</dc:date>
    <item>
      <title>Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770836#M22485</link>
      <description>&lt;DIV&gt;Hi Steve:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I was wondering if you cvould give a pointer to where I find a sample of running complex compiles in Fortran using the command line compiler. I keep getting error messages about missing files. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;So if a file called a.for and b.for are in a directory called ab below the visual studio project directory and a is the main program how do I compile them in one go?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;It may seem simple but it is not at the moment.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;John Nichols&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Mar 2006 07:21:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770836#M22485</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-03-15T07:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770837#M22486</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;I am not sure if that's what you asked, but the simplest you can do is:&lt;BR /&gt;&lt;BR /&gt;ifort a.for b.for&lt;BR /&gt;&lt;BR /&gt;Obviously Fortran's directory must be in the path and you execute the above command while you are in the ab directory.&lt;BR /&gt;&lt;BR /&gt;Kostas</description>
      <pubDate>Wed, 15 Mar 2006 07:57:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770837#M22486</guid>
      <dc:creator>kostastse</dc:creator>
      <dc:date>2006-03-15T07:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770838#M22487</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;I suggest you read the chapter on using command line tools in the Intel Fortran Building Applications manual, part of the on-disk documentation.  You can also get a feel for things by viewing the build log when you build a Visual Studio project.  Keep in mind that it adds things you might not want, such as putting objects and module files in a subdirectory, but if you cross-reference the displayed command with the descriptions in the compiler options reference, you'll get the idea.</description>
      <pubDate>Wed, 15 Mar 2006 08:54:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770838#M22487</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-03-15T08:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770839#M22488</link>
      <description>&lt;DIV&gt;Steve:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;This is starting to come back like a bad dream. I first did this sort of stuff in 1986 using a COMPAQ Portable (the real Compaq Portable with the 100 mm green screen) and Microsoft Fortran 3.03. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Is there any way I can run the command line from inside the IDE?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Since I started to play with IFORT, in the beginning it worked ok. Now I get the error message &lt;/DIV&gt;
&lt;DIV&gt;link.exe unalbe to locate component&lt;/DIV&gt;
&lt;DIV&gt;mspdb80.dll&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I reinstalled the lot and still get the error - even on the int_sin.f90 program.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;John&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Mar 2006 11:05:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770839#M22488</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-03-15T11:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770840#M22489</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Are you trying to use Intel Fortran with Visual Studio 2005?  What is the exact version of Intel Fortran you have?  (From the command line, type "ifort -V" and look for a "Package ID" of the form w_fc_x.x.xxx)&lt;BR /&gt;&lt;BR /&gt;If you are using a supported combination of Intel Fortran and Visual Studio, you need to make sure that the command environment is set up properly.  The best way to do that is to use Start..Programs..Intel Software Development Tools..Intel Fortran Compiler 9.0..Build Environment for IA-32 Applications.</description>
      <pubDate>Wed, 15 Mar 2006 21:30:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770840#M22489</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-03-15T21:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770841#M22490</link>
      <description>&lt;DIV&gt;Steve:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I am using the W_FC_C_9.0.030 package and the latest MS VS 2005. I tried running the batch files and that did not help. I went inside the batch files, took out the path listings and corrected the path commands manually. This stepgot the IFORT to run. It started the Incremental Linker 8.00.50727.42 to compile the INT_SIN program.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;But can I not run the IFORT from within the MS VS - I can not see how to do it, and I have been through the manual - last night. Whatever I tried just dinna work.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Also can I call a FORTRAN DLL from a C# program? Where would I find instructions on how to do this call?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;John Nichols&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Mar 2006 03:02:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770841#M22490</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-03-16T03:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770842#M22491</link>
      <description>&lt;P&gt;Steve:&lt;/P&gt;
&lt;P&gt;I also meant to say thank you for the help, you must get sick of answering the same questions week after week. &lt;/P&gt;
&lt;P&gt;Do you ever go home and sleep?&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Mar 2006 03:03:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770842#M22491</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-03-16T03:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770843#M22492</link>
      <description>No, you cannot run Intel Fortran 9.0 from within the VS2005 IDE - that combination is not yet supported.  Support will come in our new version due out in May.  You will have to build from the command line and use the Intel Debugger (idb) if you want to debug.&lt;BR /&gt;&lt;BR /&gt;The build environment should have worked.  What is the contents of ifortvars.bat and show me the output of an attempt to link.</description>
      <pubDate>Thu, 16 Mar 2006 03:14:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770843#M22492</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-03-16T03:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770844#M22493</link>
      <description>&lt;DIV&gt;@echo off&lt;BR /&gt;Rem Intel Visual Fortran Compiler Build Environment for 32-bit applications&lt;/DIV&gt;
&lt;DIV&gt;echo.&lt;BR /&gt;echo Intel Visual Fortran Compiler 9.0.030 Build Environment for 32-bit applications&lt;BR /&gt;echo Copyright (C) 1985-2006 Intel Corporation. All rights reserved.&lt;BR /&gt;echo.&lt;/DIV&gt;
&lt;DIV&gt;@call "C:Program FilesMicrosoft Visual Studio 8VCBinVcvars32.bat"&lt;BR /&gt;title Intel Visual Fortran Compiler 9.0.030 Build Environment for 32-bit applications&lt;/DIV&gt;
&lt;DIV&gt;echo.&lt;/DIV&gt;
&lt;DIV&gt;SET IFORT_COMPILER90=C:Program FilesIntelCompilerFortran9.0&lt;/DIV&gt;
&lt;DIV&gt;SET INTEL_SHARED=C:Program FilesCommon FilesIntelShared Files&lt;/DIV&gt;
&lt;DIV&gt;SET INTEL_LICENSE_FILE=C:Program FilesCommon FilesIntelLicenses&lt;/DIV&gt;
&lt;DIV&gt;SET PATH=%IFORT_COMPILER90%Ia32Bin;%INTEL_SHARED%Ia32Bin;%PATH%&lt;/DIV&gt;
&lt;DIV&gt;SET LIB=%IFORT_COMPILER90%Ia32Lib;%LIB%&lt;/DIV&gt;
&lt;DIV&gt;SET INCLUDE=%IFORT_COMPILER90%Ia32Include;%INCLUDE%&lt;/DIV&gt;
&lt;DIV&gt;if exist "C:Program FilesIntelCompilerFortran9.0ia32Binimsl.bat" call "C:Program FilesIntelCompilerFortran9.0ia32Binimsl.bat"&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;John Nichols&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Mar 2006 04:06:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770844#M22493</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-03-16T04:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770845#M22494</link>
      <description>C:Program FilesSQLXML 4.0&amp;#8;in;%IFORT_COMPILER90%IA32Lib;C:Program FilesMicrosoft Visual Studio 8VCATLMFCLIB;C:Program FilesMicrosoft Visual Studio 8VCLIB;C:Program FilesMicrosoft Visual Studio 8VCPlatformSDKlib;C:Program FilesMicrosoft Visual Studio 8SDKv2.0lib;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;This is the contents of the library variable - I added everything after the first line and a bit&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;John Nichols&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Mar 2006 04:10:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770845#M22494</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-03-16T04:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770846#M22495</link>
      <description>%SystemRoot%system32;%SystemRoot%;%SystemRoot%System32Wbem;c:Program FilesMicrosoft SQL Server90Tools&amp;#8;inn;C:Program FilesMicrosoft SQL Server80ToolsBinn;C:Program FilesMicrosoft SQL Server90DTSBinn;C:Program FilesCommon FilesAutodesk Shared;C:Program FilesATI TechnologiesATI Control Panel;%IFORT_COMPILER90%IA32Bin;%IDB_PATH%IDB9.0IA32Script;C:Program FilesMicrosoft Visual Studio 8Common7IDE;C:Program FilesMicrosoft Visual Studio 8VCBIN;C:Program FilesMicrosoft Visual Studio 8Common7Tools;C:Program FilesMicrosoft Visual Studio 8Common7Tools&amp;#8;in;C:Program FilesMicrosoft Visual Studio 8VCPlatformSDK&amp;#8;in;C:Program FilesMicrosoft Visual Studio 8SDKv2.0&amp;#8;in;C:WINDOWSMicrosoft.NETFrameworkv2.0.50727;C:Program FilesMicrosoft Visual Studio 8VCVCPackages;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;path command - I added everything after SCRIPT&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Mar 2006 04:12:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770846#M22495</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-03-16T04:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770847#M22496</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;link.exe unalbe to locate component&lt;/DIV&gt;
&lt;DIV&gt;&lt;THIS previous="" line="" was="" in="" the="" command="" prompt=""&gt;&lt;/THIS&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;mspdb80.dll&lt;/DIV&gt;
&lt;DIV&gt;&lt;THIS was="" in="" a="" warning="" window="" saying="" it="" could="" not="" be="" found.=""&gt;&lt;/THIS&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I fixed the pather command and it found the dll&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Mar 2006 04:14:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770847#M22496</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-03-16T04:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770848#M22497</link>
      <description>&lt;P&gt;Of course all I really did was hit it on the head with a hammer and it worked. &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Reminds me of the old days with Fortran MS 3.03 and the old Compaq Portable with a 100 mm green screen and 2 360 k floppy drives. Did you know you can run fortran and the programs in 720 k.&lt;/P&gt;
&lt;P&gt;One can run the IFORT inside the MS IDE - but only as a tool or macro - cludgy but it works. &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;JMN&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Mar 2006 04:17:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770848#M22497</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-03-16T04:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770849#M22498</link>
      <description>Ok, what is the build output showing the error?</description>
      <pubDate>Thu, 16 Mar 2006 04:17:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770849#M22498</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-03-16T04:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770850#M22499</link>
      <description>Ok, glad to hear it.  I'm puzzled that it did not work by default for you.</description>
      <pubDate>Thu, 16 Mar 2006 04:18:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770850#M22499</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-03-16T04:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770851#M22500</link>
      <description>&lt;P&gt;How should it have run?&lt;/P&gt;
&lt;P&gt;And how do I call a Fortran subroutine from a C# program? Or is that not in your area?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;JMN&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Mar 2006 04:30:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770851#M22500</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-03-16T04:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770852#M22501</link>
      <description>link.exe references mspdb80.dll which should be found in C:Program FilesMicrosoft Visual Studio 8Common7IDE  This is included with VS2005 Express Edition.  That folder is on the PATH you showed, and it should have been defined when you opened the "Build Environment" command window.&lt;BR /&gt;&lt;BR /&gt;To call Fortran from C# requires that you create a DLL and add code to call an "unmanaged" DLL.  I've attached an example that does it.</description>
      <pubDate>Thu, 16 Mar 2006 04:56:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770852#M22501</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-03-16T04:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770853#M22502</link>
      <description>&lt;P&gt;Steve:&lt;/P&gt;
&lt;P&gt;Excellent service. Thanks a lot. &lt;/P&gt;
&lt;P&gt;If I knew who your boss was I would send the boss a note and say you were worth more money. Perhaps you could pass this along.&lt;/P&gt;
&lt;P&gt;And now I am away to my daughter's baptism. She is one and cute. Not into Fortran yet but her life is young.&lt;/P&gt;
&lt;P&gt;John Nichols&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Mar 2006 06:10:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770853#M22502</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-03-16T06:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770854#M22503</link>
      <description>Thanks for the kind words.&lt;BR /&gt;&lt;BR /&gt;I expect your daughter will be into Fortran before the next Fortran standard gets approved...</description>
      <pubDate>Thu, 16 Mar 2006 21:24:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770854#M22503</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-03-16T21:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770855#M22504</link>
      <description>&lt;P&gt;Steve:&lt;/P&gt;
&lt;P&gt;She will be dead and buried by then.&lt;/P&gt;
&lt;P&gt;I just remembered by Brother in Law works for Intel. &lt;/P&gt;
&lt;P&gt;How did Microsoft - Digital - Compaq Fortran end up at Intel?&lt;/P&gt;
&lt;DIV&gt;How do I create a library file?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;JMN&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Mar 2006 10:59:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran/m-p/770855#M22504</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-03-17T10:59:05Z</dc:date>
    </item>
  </channel>
</rss>

