<?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 Interesting finding. I see in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069249#M119129</link>
    <description>&lt;P&gt;Interesting finding. I see what you described on one system but not another. I reported this to our integration developers.&lt;/P&gt;

&lt;P&gt;I'm not following the post-build event. That appears to be a compile/link command-line. Does that appear under the &lt;STRONG&gt;Build Events &amp;gt; Post-Build Event &amp;gt; Command Line&lt;/STRONG&gt; setting of your Fortran project?&lt;/P&gt;

&lt;P&gt;(Internal tracking id: DPD200417041)&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jan 2017 17:13:00 GMT</pubDate>
    <dc:creator>Kevin_D_Intel</dc:creator>
    <dc:date>2017-01-13T17:13:00Z</dc:date>
    <item>
      <title>Problem with setting Intel Compiler Setting in Visual Studio 2013</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069247#M119127</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;After installing Intel 2017 Update 1 on machines having Visual Studio 2013 and 2015 and Intel 2015 Update 5, some of our FORTRAN projects give error 8110 while linking, but only in 32 bit configuration. We have tracked down that the setting for Executables under Tools -&amp;gt; Options -&amp;gt; Intel Compilers and Tools -&amp;gt; Visual Fortran -&amp;gt; Compilers have an influence. Before installing Intel 2017 Update 1 and VS 2015, the setting for Executables on the Win32 tab had ia32 in it. After &lt;SPAN style="font-size: 13.008px;"&gt;installing Intel 2017 Update 1 and VS 2015 in has Intel64 in it. However, under Libraries it still says ia32_win.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;If we change the setting to contain ia32 rather than Intel 64 the problem goes away. Actually after doing so we cannot make the setting stay at Intel64. It flips back to ia32 after each restart of VS2013.&lt;/P&gt;

&lt;P&gt;However, it is suspicious that it says Intel64 on the Win32 tab under executables (and not under Libraries). In VS2015 it also says Intel64 in the same place sp VS2015 and 2013 look the same in that respect.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Is it a bug that it says Intel64 in the Win32 tab in VS2013, or even in VS2015 after installation of Intel 2017 Update 1?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Is the correct setting ia32 or Intel 64? We all have 64 bit Windows installed, primarily Windows 7 SP 1 with full Windows Updates.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Apart from the issue with the setting, any hint to the actual error 8110? It is a linker error saying that what it tries to link to was compiled for a different platform or by an incompatible compiler release. We did full Clean Solution to make sure no old stuff is hanging.&lt;/P&gt;

&lt;P&gt;I hope someone can help or guide.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Henrik&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:57:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069247#M119127</guid>
      <dc:creator>Sorensen__Henrik</dc:creator>
      <dc:date>2017-01-13T14:57:31Z</dc:date>
    </item>
    <item>
      <title>Hello again,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069248#M119128</link>
      <description>&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;Hello again,&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;It turns out we are using post-build events like this one&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;lt;Tool Name="VFPostBuildEventTool" CommandLine="ifort /nologo /O1 /fp:precise /warn:interfaces /iface:stdref /iface:mixed_str_len_arg /module:&amp;amp;quot;Release\\&amp;amp;quot; /object:&amp;amp;quot;Release\\&amp;amp;quot; /Fd&amp;amp;quot;Release\vc120.pdb&amp;amp;&lt;WBR /&gt;quot; /libs:dll /threads /c /Qvc12 /Qlocation,link,&amp;amp;quot;C:\&lt;WBR /&gt;Program Files (x86)\Microsoft Visual Studio 12.0\VC\\bin&amp;amp;quot; &amp;amp;quot;FLPTHS.FOR&amp;amp;quot;"/&amp;gt;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;It is the projects linking to the obj-files generated using such post-build events which show the error 8110.&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;Is the post-build event somehow wrong in relation to the Intel64 setting/Intel 2017 Update 1, or is there some bug?&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;Actually right now I am more concerned with the value and behavior of the setting itself (ia32 or Intel64) in Visual Studio.&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;Henrik&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:26:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069248#M119128</guid>
      <dc:creator>Sorensen__Henrik</dc:creator>
      <dc:date>2017-01-13T15:26:08Z</dc:date>
    </item>
    <item>
      <title>Interesting finding. I see</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069249#M119129</link>
      <description>&lt;P&gt;Interesting finding. I see what you described on one system but not another. I reported this to our integration developers.&lt;/P&gt;

&lt;P&gt;I'm not following the post-build event. That appears to be a compile/link command-line. Does that appear under the &lt;STRONG&gt;Build Events &amp;gt; Post-Build Event &amp;gt; Command Line&lt;/STRONG&gt; setting of your Fortran project?&lt;/P&gt;

&lt;P&gt;(Internal tracking id: DPD200417041)&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 17:13:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069249#M119129</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2017-01-13T17:13:00Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069250#M119130</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Thanks for the response.&lt;/P&gt;

&lt;P&gt;Yes,&amp;nbsp;&lt;SPAN style="font-size: 12px;"&gt;the post build event appears under the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; font-size: 12px;"&gt;Build Events &amp;gt; Post-Build Event &amp;gt; Command Line&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;setting of the Fortran project. It is a trick we had to play due to duplicate definitions of routines (bad code organization from our side). We have reorganized our way out of it code-wise so the problem is not there in our newest versions. However, we are pursuing the problem for two reasons&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;1. In case we need to make a hotfix for the old code-base.&lt;/P&gt;

&lt;P&gt;2. To understand what is the correct setting for&amp;nbsp;&lt;SPAN style="font-size: 12px;"&gt;Executables under Tools -&amp;gt; Options -&amp;gt; Intel Compilers and Tools -&amp;gt; Visual Fortran -&amp;gt; Compilers on the Win32 tab, Intel64 or ia32, and why we cannot get the setting back to Intel64 once it has been changed to ia32?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;We see 1 as a nice to have, whereas 2 is more important for having the correct settings on our various machines for future applications.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Henrik&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:34:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069250#M119130</guid>
      <dc:creator>Sorensen__Henrik</dc:creator>
      <dc:date>2017-01-16T07:34:02Z</dc:date>
    </item>
    <item>
      <title>The appearance of “intel64”</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069251#M119131</link>
      <description>&lt;P&gt;The appearance of “intel64” in the path is expected with our PSXE 2017 release. It is tied to our new merged ifort 17.0 executable with capabilities for generating code for both 32-bit and 64-bit targets.&lt;/P&gt;

&lt;P&gt;For the typical IDE build, the appropriate additional targeting option is passed in the compilation step; however, for your ia32 custom build step the missing option is &lt;STRONG&gt;/Qm32&lt;/STRONG&gt;. Please try adding this to your custom build step. By default, the merged executable targets intel64, which explains the absence of the error 8110 for that configuration.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:36:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069251#M119131</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2017-01-17T19:36:41Z</dc:date>
    </item>
    <item>
      <title>Hello Kevin,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069252#M119132</link>
      <description>&lt;P&gt;Hello Kevin,&lt;/P&gt;

&lt;P&gt;Thank you so much for the reply. It solves our problem with the post build event, and in addition makes good sense.&lt;/P&gt;

&lt;P&gt;Our remaining problem is now the&amp;nbsp;&lt;SPAN style="font-size: 12px;"&gt;setting for&amp;nbsp;&lt;EM&gt;Executables &lt;/EM&gt;under &lt;EM&gt;Tools -&amp;gt; Options -&amp;gt; Intel Compilers and Tools -&amp;gt; Visual Fortran -&amp;gt; Compilers &lt;/EM&gt;on the &lt;EM&gt;Win32 &lt;/EM&gt;tab. While experimenting with the post build event problem we changed the setting from &lt;EM&gt;Intel64 &lt;/EM&gt;to &lt;EM&gt;ia32 &lt;/EM&gt;in Visual Studio 2013. It worked but &lt;EM&gt;ia32 &lt;/EM&gt;is not the value it should have, it should be &lt;EM&gt;Intel64&lt;/EM&gt;. The problem is that every time we change the setting to &lt;EM&gt;Intel64 &lt;/EM&gt;and restarts&amp;nbsp;Visual Studio 2013 it flips back to &lt;EM&gt;ia32&lt;/EM&gt;.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;How can we make the setting stay at &lt;EM&gt;Intel64&lt;/EM&gt;? Is there some config file or registry setting we can change?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;The good news is that there is no coupling between the setting in&amp;nbsp;Visual Studio 2013 and in&amp;nbsp;Visual Studio 2015, so I assume it is a config file or registry setting in the&amp;nbsp;Visual Studio 2013 context. However, it is related to the Intel plug in which I why I ask you for help.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Henrik&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 10:41:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069252#M119132</guid>
      <dc:creator>Sorensen__Henrik</dc:creator>
      <dc:date>2017-01-18T10:41:05Z</dc:date>
    </item>
    <item>
      <title>Advice from Development work</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069253#M119133</link>
      <description>&lt;P&gt;Advice from Development work for me so let me share w/you. On my system where I have 17.0 Update 1 installed and ia32 appears in the path, resetting the Option settings corrected it to intel64. It appears ia32 in the path is a residual setting from earlier installed releases and after the reset it changes to intel64 and it persists across VS restarts.&lt;/P&gt;

&lt;P&gt;Try doing a reset on the option settings. Under &lt;STRONG&gt;Options &amp;gt;&amp;nbsp; Intel Compilers and Tools &amp;gt; Visual Fortran &amp;gt; Compilers &lt;/STRONG&gt;where you have selected compiler set to&lt;STRONG&gt; &amp;lt;Latest&amp;gt;&lt;/STRONG&gt;,&lt;STRONG&gt; &lt;/STRONG&gt;click &lt;STRONG&gt;Reset &lt;/STRONG&gt;and select&amp;nbsp;“&lt;STRONG&gt;Reset settings for selected compiler only&lt;/STRONG&gt;”.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 10:56:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069253#M119133</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2017-01-18T10:56:40Z</dc:date>
    </item>
    <item>
      <title>Kevin, I too was surprised by</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069254#M119134</link>
      <description>&lt;P&gt;Kevin, I too was surprised by the changed behavior of working batch files when, even in a Composer IA32 command window, the compiler driver became a 64-bit EXE (in effect, a cross compiler).&lt;/P&gt;

&lt;P&gt;Part of the reason for surprise and confusion was that the new versions (2017, 2016U4, ..?) still installed a 32-bit compiler driver as in earlier versions, but this driver was not used when the IA32 or Intel64 Icl/IFort command windows were used. On the other hand, my old scripts used the 32-bit driver, causing problems with the incorrect MSPDBxxx.dll, etc.&lt;/P&gt;

&lt;P&gt;Had the 32-bit Ifort.exe/Icl.exe been omitted, instead of being installed but left unused, I would have noticed the change and read through the release notes. If the 32-bit compiler drivers serve a purpose on a 64-bit version of Windows, it is not clear what that is.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 13:26:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069254#M119134</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-01-18T13:26:00Z</dc:date>
    </item>
    <item>
      <title>Hello Kevin,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069255#M119135</link>
      <description>&lt;P&gt;Hello Kevin,&lt;/P&gt;

&lt;P&gt;Using the Reset button as you suggested for sure solved the problem. Thank you.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Henrik&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 15:26:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-setting-Intel-Compiler-Setting-in-Visual-Studio/m-p/1069255#M119135</guid>
      <dc:creator>Sorensen__Henrik</dc:creator>
      <dc:date>2017-01-18T15:26:06Z</dc:date>
    </item>
  </channel>
</rss>

