<?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 Upgraded to XE and got error when compiling in x64 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Upgraded-to-XE-and-got-error-when-compiling-in-x64/m-p/826720#M5151</link>
    <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I just upgraded to Visual Fortran XE (Windows) from Fortran 11. I run a FEM code in 32 bits and I was running out of memory (dss_solver), so I was suggested to try Win 64 to fix this.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When I tried to compile in 32 bits in initially I had a problem with "libguide.lib cannot be found". I believe I fixed it. I also transferred the existing libraries from 32 and 64 bits to the linker. I added the mkl_intel_lp64.lib in the project's library.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;When trying to compile in 32 bits I have success, but when I try x64, I am getting problems with the DSS commands. It gives me the following errors:&lt;DIV&gt;Error	2	 error LNK2001: unresolved external symbol mkl_serv_set_progress ---&amp;gt; in File: mkl_intel_lp64.lib(_dss_delete_lp64.obj)&lt;/DIV&gt;&lt;DIV&gt;Error	8	error LNK2019: unresolved external symbol mkl_pds_lp64_dss_create referenced in function dss_create	---&amp;gt; in File: mkl_intel_lp64.lib(_dss_create_lp64.obj)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Ans some other more errors,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any suggestions are appreciated.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Roberto&lt;/DIV&gt;</description>
    <pubDate>Mon, 09 May 2011 19:29:27 GMT</pubDate>
    <dc:creator>Roberto_Soares</dc:creator>
    <dc:date>2011-05-09T19:29:27Z</dc:date>
    <item>
      <title>Upgraded to XE and got error when compiling in x64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Upgraded-to-XE-and-got-error-when-compiling-in-x64/m-p/826720#M5151</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I just upgraded to Visual Fortran XE (Windows) from Fortran 11. I run a FEM code in 32 bits and I was running out of memory (dss_solver), so I was suggested to try Win 64 to fix this.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When I tried to compile in 32 bits in initially I had a problem with "libguide.lib cannot be found". I believe I fixed it. I also transferred the existing libraries from 32 and 64 bits to the linker. I added the mkl_intel_lp64.lib in the project's library.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;When trying to compile in 32 bits I have success, but when I try x64, I am getting problems with the DSS commands. It gives me the following errors:&lt;DIV&gt;Error	2	 error LNK2001: unresolved external symbol mkl_serv_set_progress ---&amp;gt; in File: mkl_intel_lp64.lib(_dss_delete_lp64.obj)&lt;/DIV&gt;&lt;DIV&gt;Error	8	error LNK2019: unresolved external symbol mkl_pds_lp64_dss_create referenced in function dss_create	---&amp;gt; in File: mkl_intel_lp64.lib(_dss_create_lp64.obj)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Ans some other more errors,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any suggestions are appreciated.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Roberto&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 May 2011 19:29:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Upgraded-to-XE-and-got-error-when-compiling-in-x64/m-p/826720#M5151</guid>
      <dc:creator>Roberto_Soares</dc:creator>
      <dc:date>2011-05-09T19:29:27Z</dc:date>
    </item>
    <item>
      <title>Upgraded to XE and got error when compiling in x64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Upgraded-to-XE-and-got-error-when-compiling-in-x64/m-p/826721#M5152</link>
      <description>With x64 there are more options for MKL (4 or 8 byte integers, parallelization) and selecting the options for linking is more complex. For these reasons they provide a configurator, the &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;MKL Link Line Advisor&lt;/A&gt;. Make your choices with it, and use the &lt;B&gt;ld&lt;/B&gt; options that it gives to do the linking.</description>
      <pubDate>Tue, 10 May 2011 05:48:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Upgraded-to-XE-and-got-error-when-compiling-in-x64/m-p/826721#M5152</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-05-10T05:48:23Z</dc:date>
    </item>
    <item>
      <title>Upgraded to XE and got error when compiling in x64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Upgraded-to-XE-and-got-error-when-compiling-in-x64/m-p/826722#M5153</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I took your suggestion and it seems I had the correct libraries. Therefore, the problem persists. I am not sure on how to address the following suggestions from the MKL Link Line Advisor:&lt;/DIV&gt;&lt;DIV&gt;________________________________________________________________________________________&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;o Set the PATH, LIB and INCLUDE environment variables in the command shell using one of mklvars script files in the 'bin' subdirectory of the Intel MKL installation directory. Please, see also MKL User Guide.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;o Please be sure that you have used the recommended compiler options (it was given /4I8) for the selected interface layer. Warning: linking MKL libraries with your objects, compiled for different interface layer, may lead to run-time errors&lt;/DIV&gt;&lt;DIV&gt;________________________________________________________________________________________&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I just executed the *.bat file, but I am unsure if that's enough to set the path, include and lib variables. It seems the errors are related to DSS_solver.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Here is a log of the unsuccessful build.&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;Roberto&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 May 2011 15:21:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Upgraded-to-XE-and-got-error-when-compiling-in-x64/m-p/826722#M5153</guid>
      <dc:creator>Roberto_Soares</dc:creator>
      <dc:date>2011-05-10T15:21:38Z</dc:date>
    </item>
  </channel>
</rss>

