<?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: Problem with ifortvars.bat  in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894935#M79361</link>
    <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
I don't believe vs2008 belongs in that command. The path to the Microsoft C++ directory including link.exe must be set. ifortvars.bat should run the vcvars32.bat in order to set the MSVC path.&lt;BR /&gt;</description>
    <pubDate>Sun, 16 Aug 2009 01:26:58 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2009-08-16T01:26:58Z</dc:date>
    <item>
      <title>Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894933#M79359</link>
      <description>I just installed 11.1 (038) on a Windows/XP SP3 32-bit machine, taking the default installation, and am now attempting to compile and link a complex Fortran program from within a custom batch file. In this file, prior to invoking the compiler, I include the line&lt;BR /&gt;&lt;BR /&gt;@call "c:\Program Files\Intel\Compiler\11.1\038\bin\ifortvars.bat" ia32 vs2008&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This produces the expected message that the build environment has been set. Compilation proceeds without problem until the link step, where I get the following error message:&lt;BR /&gt;&lt;BR /&gt;ifort: error #10037: could not find 'link'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I compile from within the "Fortran Build Environment" shell that comes with IVF, the program compiles and links without error.&lt;BR /&gt;&lt;BR /&gt;I modified my batch file to include several "set" commands bracketing the @call command as follows:&lt;BR /&gt;&lt;BR /&gt;set &amp;gt; before.txt&lt;BR /&gt;@call "c:\Program Files\Intel\Compiler\11.1\038\bin\ifortvars.bat" ia32 vs2008&lt;BR /&gt;set &amp;gt; after.txt&lt;BR /&gt;&lt;BR /&gt;before.txt and after.txt show the status of all environment variables prior to and after invoking the ifortvars.bat file. I also executed the following line from within the supplied "Fortran Build Environment" shell:&lt;BR /&gt;&lt;BR /&gt;set &amp;gt; intel_build.txt&lt;BR /&gt;&lt;BR /&gt;which shows the (successful) environment created by the build shell.&lt;BR /&gt;&lt;BR /&gt;I noted the following diferences between the environment variables listed in after.txt and those in intel_build.txt:&lt;BR /&gt;&lt;BR /&gt;1. The CPATH and FPATH variables have repeated entries in them in after.txt, but the directories appear only once in intel_build.txt. Note that these variables are not listed at all (do not exist) in the before.txt environment.&lt;BR /&gt;&lt;BR /&gt;2. There are several Microsoft Visual Studio 9 directories listed in the PATH, INCLUDE and LIB variables in intel_build.txt that are absent in after.txt. I suspect this is the cause of the link failure.&lt;BR /&gt;&lt;BR /&gt;3. The variables VCINSTALLDIR and VSINSTALLDIR that are defined in intel_build.txt are missing from after.txt.&lt;BR /&gt;&lt;BR /&gt;Is there some simple fix other than my creating a new batch file to call from my compilation script to set these variables?&lt;BR /&gt;&lt;BR /&gt;I've attached the three text files in case you want to examine them.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Aug 2009 18:17:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894933#M79359</guid>
      <dc:creator>Peter_Simon</dc:creator>
      <dc:date>2009-08-15T18:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894934#M79360</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Would you please attach the ifortvars.bat file (rename as .txt) as installed? All I'm seeing with your attachments is the outputs of SET commands.&lt;BR /&gt;&lt;BR /&gt;Please also do this. Open VS2008, select Help &amp;gt; About. Click the Copy Info button. Paste the result into a reply (or into a text file you attach.)&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Aug 2009 01:25:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894934#M79360</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-08-16T01:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894935#M79361</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
I don't believe vs2008 belongs in that command. The path to the Microsoft C++ directory including link.exe must be set. ifortvars.bat should run the vcvars32.bat in order to set the MSVC path.&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Aug 2009 01:26:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894935#M79361</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-08-16T01:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894936#M79362</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/367365"&gt;tim18&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; I don't believe vs2008 belongs in that command. The path to the Microsoft C++ directory including link.exe must be set. ifortvars.bat should run the vcvars32.bat in order to set the MSVC path.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;As of 11.1, it does - or at least can be specified. This allows you to choose which VS version to set up for on the command line rather than using the one the installer chose. The symptoms here suggest that the installer did not recognize the VS2008 installation.&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Aug 2009 09:57:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894936#M79362</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-08-16T09:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894937#M79363</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/336209"&gt;Steve Lionel (Intel)&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; Would you please attach the ifortvars.bat file (rename as .txt) as installed? All I'm seeing with your attachments is the outputs of SET commands.&lt;BR /&gt;&lt;BR /&gt;Please also do this. Open VS2008, select Help &amp;gt; About. Click the Copy Info button. Paste the result into a reply (or into a text file you attach.)&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi, Steve. Thanks for looking at this. ifortvars.txt is attached&lt;BR /&gt;&lt;BR /&gt;The Help -&amp;gt; About -&amp;gt; Copy Info copies the following to the clipboard:&lt;BR /&gt;&lt;BR /&gt;Microsoft Visual Studio 2008&lt;BR /&gt;Version 9.0.21022.8 RTM&lt;BR /&gt;Microsoft .NET Framework&lt;BR /&gt;Version 3.5 SP1&lt;BR /&gt;&lt;BR /&gt;Installed Edition: IDE Standard&lt;BR /&gt;&lt;BR /&gt;Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB945282)   KB945282&lt;BR /&gt;This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.&lt;BR /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/945282" target="_blank"&gt;http://support.microsoft.com/kb/945282&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB946040)   KB946040&lt;BR /&gt;This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.&lt;BR /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/946040" target="_blank"&gt;http://support.microsoft.com/kb/946040&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB946308)   KB946308&lt;BR /&gt;This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.&lt;BR /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/946308" target="_blank"&gt;http://support.microsoft.com/kb/946308&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB946344)   KB946344&lt;BR /&gt;This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.&lt;BR /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/946344" target="_blank"&gt;http://support.microsoft.com/kb/946344&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB946581)   KB946581&lt;BR /&gt;This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.&lt;BR /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/946581" target="_blank"&gt;http://support.microsoft.com/kb/946581&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB947173)   KB947173&lt;BR /&gt;This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.&lt;BR /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/947173" target="_blank"&gt;http://support.microsoft.com/kb/947173&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB947540)   KB947540&lt;BR /&gt;This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.&lt;BR /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/947540" target="_blank"&gt;http://support.microsoft.com/kb/947540&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB947789)   KB947789&lt;BR /&gt;This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.&lt;BR /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/947789" target="_blank"&gt;http://support.microsoft.com/kb/947789&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB952241)   KB952241&lt;BR /&gt;This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.&lt;BR /&gt;If you later install a more recent service pack, this hotfix will be uninstalled automatically.&lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/952241" target="_blank"&gt;http://support.microsoft.com/kb/952241&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Intel Visual Fortran Compiler Integration     Package ID: w_cprof_p_11.1.038&lt;BR /&gt;Intel Visual Fortran Compiler Integration for Microsoft Visual Studio* 2008, 11.1.3463.2008, Copyright (C) 2002-2009 Intel Corporation&lt;BR /&gt;* Other names and brands may be claimed as the property of others.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--Peter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Aug 2009 15:07:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894937#M79363</guid>
      <dc:creator>Peter_Simon</dc:creator>
      <dc:date>2009-08-16T15:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894938#M79364</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I noticed that the ifortvars.txt attachment I added to my original post's attachment folder doesn't show up. I've attached it again to this message using a different folder name. Hopefully this will work.&lt;BR /&gt;&lt;BR /&gt;--Pete&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Aug 2009 15:12:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894938#M79364</guid>
      <dc:creator>Peter_Simon</dc:creator>
      <dc:date>2009-08-16T15:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894939#M79365</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;Thanks. Would you please now attach ifortvars_ia32.bat ?&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 16 Aug 2009 16:35:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894939#M79365</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-08-16T16:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894940#M79366</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/336209"&gt;Steve Lionel (Intel)&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;
&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;Thanks. Would you please now attach ifortvars_ia32.bat ?&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
c:/Program Files/Intel/Compiler/11.1/038/bin/ia32/ifortvars_ia32.bat is attached as ifortvars_ia32.txt&lt;BR /&gt;&lt;BR /&gt;--Peter&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Aug 2009 19:28:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894940#M79366</guid>
      <dc:creator>Peter_Simon</dc:creator>
      <dc:date>2009-08-16T19:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894941#M79367</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Ah, now I see. Remove the "vs2008" from your invocation of ifortvars.bat, as that is not appropriate if you have the VS2008 Shell (at least the way the .bat is coded.)&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Aug 2009 00:20:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894941#M79367</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-08-17T00:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894942#M79368</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/336209"&gt;Steve Lionel (Intel)&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; Ah, now I see. Remove the "vs2008" from your invocation of ifortvars.bat, as that is not appropriate if you have the VS2008 Shell (at least the way the .bat is coded.)&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
That fixed the problem. Thanks! However, I maintain the documentation is misleading, at least:&lt;BR /&gt;&lt;BR /&gt;---------------------------------------------------------------&lt;BR /&gt;The batch file takes two arguments:&lt;BR /&gt;&lt;BR /&gt;&lt;INSTALL-DIR&gt;binifortvars.bat &lt;ARG1&gt; [&lt;ARG2&gt;]&lt;BR /&gt;&lt;BR /&gt;&lt;ARG1&gt; is one of the following&lt;BR /&gt;&lt;BR /&gt;ia32: Compiler and libraries for IA-32 architecture only&lt;BR /&gt;&lt;BR /&gt;ia32_intel64: Compiler running on IA-32 architecture that generates code for Intel 64 architecture; uses Intel 64 architecture libraries&lt;BR /&gt;&lt;BR /&gt;ia32_ia64: Compiler running on IA-32 architecture that generates code for IA-64 architecture; uses IA-64 architecture libraries&lt;BR /&gt;&lt;BR /&gt;intel64: Compiler and libraries for Intel 64 architecture only&lt;BR /&gt;&lt;BR /&gt;ia64: Compiler and libraries for IA-64 architectures only&lt;BR /&gt;&lt;BR /&gt;&lt;ARG2&gt;, if specified, is one of the following:&lt;BR /&gt;&lt;BR /&gt;vs2005: Microsoft Visual Studio 2005 &lt;BR /&gt;vs2008: Microsoft Visual Studio 2008 &lt;BR /&gt;If &lt;ARG2&gt; is not specified, the script uses the version of Visual Studio that was detected during the installation procedure.&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Perhaps it should warn that using the second argument casues problems?&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;--Peter&lt;BR /&gt;&lt;/ARG2&gt;&lt;/ARG2&gt;&lt;/ARG1&gt;&lt;/ARG2&gt;&lt;/ARG1&gt;&lt;/INSTALL-DIR&gt;</description>
      <pubDate>Mon, 17 Aug 2009 00:50:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894942#M79368</guid>
      <dc:creator>Peter_Simon</dc:creator>
      <dc:date>2009-08-17T00:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894943#M79369</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I agree that there is a problem with either the documentation or the script when VS2008 Shell is used. I'll take that up with the developers. Thanks.&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Aug 2009 13:30:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894943#M79369</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-08-17T13:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894944#M79370</link>
      <description>&lt;BR /&gt;Hi Steve,&lt;BR /&gt;I set the Fortran build environment by running IFortVars.bat. I got the error as follows:&lt;BR /&gt;&lt;BR /&gt;C:A&amp;gt;IFortVars&lt;BR /&gt;ERROR: Unknown switch ''&lt;BR /&gt;Accepted values: ia32, ia32_intel64, intel64, ia32_ia64, ia64&lt;BR /&gt;&lt;BR /&gt;The IFortVars.bat is copyed as follows:&lt;BR /&gt;
&lt;P&gt;@echo off&lt;/P&gt;
&lt;P&gt;Rem&lt;/P&gt;
&lt;P&gt;Rem Copyright (C) 1985-2009 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;Rem&lt;/P&gt;
&lt;P&gt;Rem The information and source code contained herein is the exclusive property&lt;/P&gt;
&lt;P&gt;Rem of Intel Corporation and may not be disclosed, examined, or reproduced in&lt;/P&gt;
&lt;P&gt;Rem whole or in part without explicit written authorization from the Company.&lt;/P&gt;
&lt;P&gt;Rem&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;IF (%2)==() GOTO ARG1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;IF {%2} EQU {vs2008} (&lt;/P&gt;
&lt;P&gt; if {%1} EQU {ia32} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binia32ifortvars_ia32.bat" %2&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38tbbia32vc9bintbbvars.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38tbbia32vc9bintbbvars.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars32.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars32.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippia32toolsenvippenv.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippia32toolsenvippenv.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%ia32binfnlsetup.bat" @call "%FNL_DIR%ia32binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt; )&lt;/P&gt;
&lt;P&gt; if {%1} EQU {ia32_intel64} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binia32_intel64ifortvars_ia32_intel64.bat" %2&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38tbbem64tvc9bintbbvars.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38tbbem64tvc9bintbbvars.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvarsem64t.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvarsem64t.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippem64ttoolsenvippenvem64t.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippem64ttoolsenvippenvem64t.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%intel64binfnlsetup.bat" @call "%FNL_DIR%intel64binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt; )&lt;/P&gt;
&lt;P&gt; if {%1} EQU {intel64} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binintel64ifortvars_intel64.bat" %2&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38tbbem64tvc9bintbbvars.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38tbbem64tvc9bintbbvars.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvarsem64t.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvarsem64t.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippem64ttoolsenvippenvem64t.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippem64ttoolsenvippenvem64t.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%intel64binfnlsetup.bat" @call "%FNL_DIR%intel64binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt; )&lt;/P&gt;
&lt;P&gt; if {%1} EQU {ia32_ia64} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binia32_ia64ifortvars_ia32_ia64.bat" %2&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars64.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars64.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippia64toolsenvippenv64.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippia64toolsenvippenv64.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%ia64binfnlsetup.bat" @call "%FNL_DIR%ia64binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt; )&lt;/P&gt;
&lt;P&gt; if {%1} EQU {ia64} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binia64ifortvars_ia64.bat" %2&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars64.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars64.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippia64toolsenvippenv64.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippia64toolsenvippenv64.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%ia64binfnlsetup.bat" @call "%FNL_DIR%ia64binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt; )&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt; goto err1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;) ELSE (&lt;/P&gt;
&lt;P&gt;IF {%2} EQU {vs2005} (&lt;/P&gt;
&lt;P&gt; if {%1} EQU {ia32} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binia32ifortvars_ia32.bat" %2&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38tbbia32vc8bintbbvars.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38tbbia32vc8bintbbvars.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars32.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars32.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippia32toolsenvippenv.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippia32toolsenvippenv.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%ia32binfnlsetup.bat" @call "%FNL_DIR%ia32binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt; )&lt;/P&gt;
&lt;P&gt; if {%1} EQU {ia32_intel64} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binia32_intel64ifortvars_ia32_intel64.bat" %2&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38tbbem64tvc8bintbbvars.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38tbbem64tvc8bintbbvars.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvarsem64t.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvarsem64t.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippem64ttoolsenvippenvem64t.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippem64ttoolsenvippenvem64t.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%intel64binfnlsetup.bat" @call "%FNL_DIR%intel64binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt; )&lt;/P&gt;
&lt;P&gt; if {%1} EQU {intel64} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binintel64ifortvars_intel64.bat" %2&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38tbbem64tvc8bintbbvars.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38tbbem64tvc8bintbbvars.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvarsem64t.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvarsem64t.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippem64ttoolsenvippenvem64t.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippem64ttoolsenvippenvem64t.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%intel64binfnlsetup.bat" @call "%FNL_DIR%intel64binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt; )&lt;/P&gt;
&lt;P&gt; if {%1} EQU {ia32_ia64} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binia32_ia64ifortvars_ia32_ia64.bat" %2&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars64.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars64.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippia64toolsenvippenv64.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippia64toolsenvippenv64.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%ia64binfnlsetup.bat" @call "%FNL_DIR%ia64binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt; )&lt;/P&gt;
&lt;P&gt; if {%1} EQU {ia64} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binia64ifortvars_ia64.bat" %2&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars64.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars64.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippia64toolsenvippenv64.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippia64toolsenvippenv64.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%ia64binfnlsetup.bat" @call "%FNL_DIR%ia64binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt; )&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt; goto err1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;) ELSE (&lt;/P&gt;
&lt;P&gt; goto err2&lt;/P&gt;
&lt;P&gt; )&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;:ARG1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;if {%1} EQU {ia32} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binia32ifortvars_ia32.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38tbbia32nonebintbbvars.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38tbbia32nonebintbbvars.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars32.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars32.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippia32toolsenvippenv.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippia32toolsenvippenv.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%ia32binfnlsetup.bat" @call "%FNL_DIR%ia32binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;if {%1} EQU {ia32_intel64} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binia32_intel64ifortvars_ia32_intel64.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38tbbem64tnonebintbbvars.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38tbbem64tnonebintbbvars.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvarsem64t.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvarsem64t.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippem64ttoolsenvippenvem64t.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippem64ttoolsenvippenvem64t.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%intel64binfnlsetup.bat" @call "%FNL_DIR%intel64binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;if {%1} EQU {intel64} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binintel64ifortvars_intel64.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38tbbem64tnonebintbbvars.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38tbbem64tnonebintbbvars.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvarsem64t.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvarsem64t.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippem64ttoolsenvippenvem64t.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippem64ttoolsenvippenvem64t.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%intel64binfnlsetup.bat" @call "%FNL_DIR%intel64binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;if {%1} EQU {ia32_ia64} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binia32_ia64ifortvars_ia32_ia64.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars64.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars64.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippia64toolsenvippenv64.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippia64toolsenvippenv64.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%ia64binfnlsetup.bat" @call "%FNL_DIR%ia64binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;if {%1} EQU {ia64} (&lt;/P&gt;
&lt;P&gt; @call "C:Program FilesIntelCompiler11.1&amp;#0;38binia64ifortvars_ia64.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars64.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38mkltoolsenvironmentmklvars64.bat"&lt;/P&gt;
&lt;P&gt; if exist "C:Program FilesIntelCompiler11.1&amp;#0;38ippia64toolsenvippenv64.bat" @call "C:Program FilesIntelCompiler11.1&amp;#0;38ippia64toolsenvippenv64.bat"&lt;/P&gt;
&lt;P&gt; if exist "%FNL_DIR%ia64binfnlsetup.bat" @call "%FNL_DIR%ia64binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt; exit /B 0&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;:err1&lt;/P&gt;
&lt;P&gt;@echo ERROR: Unknown switch '%1'&lt;/P&gt;
&lt;P&gt;@echo Accepted values: ia32, ia32_intel64, intel64, ia32_ia64, ia64&lt;/P&gt;
&lt;P&gt;exit /B 1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;:err2&lt;/P&gt;
&lt;P&gt;@echo ERROR: Unknown switch '%2'&lt;/P&gt;
&lt;P&gt;@echo Accepted values: vs2005, vs2008&lt;/P&gt;
&lt;P&gt;exit /B 1&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Could you please help me out?&lt;BR /&gt;&lt;BR /&gt;Joseph&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2009 04:09:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894944#M79370</guid>
      <dc:creator>qingsun1024</dc:creator>
      <dc:date>2009-11-26T04:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894945#M79371</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/453820"&gt;qingsun1024&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;&lt;BR /&gt;I set the Fortran build environment by running IFortVars.bat. I got the error as follows:&lt;BR /&gt;&lt;BR /&gt;C:A&amp;gt;IFortVars&lt;BR /&gt;ERROR: Unknown switch ''&lt;BR /&gt;Accepted values: ia32, ia32_intel64, intel64, ia32_ia64, ia64&lt;BR /&gt;&lt;BR /&gt;.....&lt;BR /&gt;
&lt;P&gt;Could you please help me out?&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Are you saying you don't like the message, or have difficulty making a choice? You could invoke ifortvars.bat by clicking on one of the choices in the Start menu under Intel Software, which should include any of those compilers which you have installed. If you have already opened a cmd window, which seems a likely interpretation of what you put here, you could select the environment settings for any of those 5 compilers which you may have installed; e.g.&lt;BR /&gt;ifortvars intel64&lt;BR /&gt;for the 64-bit compiler to build native code on the X64 versions of Windows, from XP64 to Windows Server 2008 R2, or&lt;BR /&gt;ifortvars ia32&lt;BR /&gt;to set up the 32-bit compiler.&lt;BR /&gt;ia32_intel64 would be a cross compiler to run on 32-bit Windows and make code to run on X64&lt;BR /&gt;ia32_ia64 cross compiler to run on 32-bit Windows to make code for Itanium Windows&lt;BR /&gt;ia64 to build native code on Itanium&lt;BR /&gt;&lt;BR /&gt;If you have both VS2005 and VS2008 installed, you could select one of them by adding that choice after the compiler choice. Otherwise, the default chosen when the compiler was installed will be taken.&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Nov 2009 07:56:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894945#M79371</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-11-26T07:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894946#M79372</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&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;Are you saying you don't like the message, or have difficulty making a choice? You could invoke ifortvars.bat by clicking on one of the choices in the Start menu under Intel Software, which should include any of those compilers which you have installed. If you have already opened a cmd window, which seems a likely interpretation of what you put here, you could select the environment settings for any of those 5 compilers which you may have installed; e.g.&lt;BR /&gt;ifortvars intel64&lt;BR /&gt;for the 64-bit compiler to build native code on the X64 versions of Windows, from XP64 to Windows Server 2008 R2, or&lt;BR /&gt;ifortvars ia32&lt;BR /&gt;to set up the 32-bit compiler.&lt;BR /&gt;ia32_intel64 would be a cross compiler to run on 32-bit Windows and make code to run on X64&lt;BR /&gt;ia32_ia64 cross compiler to run on 32-bit Windows to make code for Itanium Windows&lt;BR /&gt;ia64 to build native code on Itanium&lt;BR /&gt;&lt;BR /&gt;If you have both VS2005 and VS2008 installed, you could select one of them by adding that choice after the compiler choice. Otherwise, the default chosen when the compiler was installed will be taken.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thanks Tim.&lt;BR /&gt;In the previous post, whatI was asking about is the errormessage thatmade me feel like some errors occurring. Then I checked the ifortvars.bat and found something really weird. For example,tbbvars.bat and ippenv.bat which appear in ifortvars.bat can not be found in c drivesoI thought that there are some files missingand resulted in the errormessage.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Nov 2009 05:09:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894946#M79372</guid>
      <dc:creator>qingsun1024</dc:creator>
      <dc:date>2009-11-27T05:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifortvars.bat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894947#M79373</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
If TBB or IPP were installed by the C++ installer, ifortvars would set up their paths, so as to support a mixed language build. This should have nothing to do with a message produced by incomplete invocation of ifortvars.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Nov 2009 08:30:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifortvars-bat/m-p/894947#M79373</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-11-27T08:30:12Z</dc:date>
    </item>
  </channel>
</rss>

