<?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 Hi Gilad, in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027087#M23647</link>
    <description>&lt;P&gt;Hi Gilad,&lt;/P&gt;

&lt;P&gt;Could you show how you added IPP libs? You need to add&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;$(IPPROOT)\lib\intel64\ippsmt.lib,&lt;/LI&gt;
	&lt;LI&gt;(may be)&amp;nbsp;&amp;nbsp;$(IPPROOT)\lib\intel64\ippvmmt.lib&lt;/LI&gt;
	&lt;LI&gt;$(IPPROOT)\lib\intel64\ippcoremt.lib&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;for&amp;nbsp;linking to multi-CPU 64-bit IPP libraries. Include files don't matter here anymore, because you have link stage issues. I suppose you passed compilation stage correctly.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2015 08:46:42 GMT</pubDate>
    <dc:creator>Sergey_K_Intel</dc:creator>
    <dc:date>2015-04-16T08:46:42Z</dc:date>
    <item>
      <title>error LNK1104: libmmt.lib</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027084#M23644</link>
      <description>&lt;P&gt;h files and *.lib file from another developer.&lt;BR /&gt;
	I have built a C++/CLI project and I want to create a C# wrapper for two functions&lt;/P&gt;

&lt;P&gt;I'm getting this error&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; error LNK1104: cannot open file 'libmmt.lib'&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P&gt;I understand the he is using Intel Compiler and I know he uses IPP functions.&amp;lt;Br&amp;gt;&lt;BR /&gt;
	from here:&amp;lt;br&amp;gt;&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/articles/libraries-provided-by-intelr-c-compiler-for-windows-and-intel-parallel-composer" target="_blank"&gt;https://software.intel.com/en-us/articles/libraries-provided-by-intelr-c-compiler-for-windows-and-intel-parallel-composer&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I understand that he also uses Multi-threaded&amp;nbsp;&lt;BR /&gt;
	static library (/MT) version of math library.&lt;/P&gt;

&lt;P&gt;I have Intel parallel studio installed. can you please help me understand how to configure my C++/CLI project?&lt;/P&gt;

&lt;P&gt;I have added&amp;nbsp;&lt;BR /&gt;
	$(ICPP_COMPILER15)compiler\lib\intel64 into Additional Library Directories inside Linker -&amp;gt; General and now I have many more errors:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; error LNK2019: unresolved external symbol ippsSum_32f referenced in function ia_cp_robustMest&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; error LNK2019: unresolved external symbol ippsSubC_32f referenced in function ia_cp_estimaSigmaRob&lt;/P&gt;

&lt;P&gt;and so on...&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:22:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027084#M23644</guid>
      <dc:creator>Gilad_D_Intel</dc:creator>
      <dc:date>2015-04-15T20:22:24Z</dc:date>
    </item>
    <item>
      <title>The libmmt.lib issue is</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027085#M23645</link>
      <description>&lt;P&gt;The libmmt.lib issue is resolved by adding the directory, now this issue is more an IPP question.&lt;/P&gt;

&lt;P&gt;Did you link the static ipp lib? at the same time I'll transfer you to the IPP forum.&lt;/P&gt;

&lt;P&gt;Jennifer&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2015 21:18:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027085#M23645</guid>
      <dc:creator>JenniferJ</dc:creator>
      <dc:date>2015-04-15T21:18:09Z</dc:date>
    </item>
    <item>
      <title>I have added the directories</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027086#M23646</link>
      <description>&lt;P&gt;I have added the directories of IPP and the include files.&lt;/P&gt;

&lt;P&gt;but still I have this problem&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 08:39:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027086#M23646</guid>
      <dc:creator>Gilad_D_Intel</dc:creator>
      <dc:date>2015-04-16T08:39:29Z</dc:date>
    </item>
    <item>
      <title>Hi Gilad,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027087#M23647</link>
      <description>&lt;P&gt;Hi Gilad,&lt;/P&gt;

&lt;P&gt;Could you show how you added IPP libs? You need to add&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;$(IPPROOT)\lib\intel64\ippsmt.lib,&lt;/LI&gt;
	&lt;LI&gt;(may be)&amp;nbsp;&amp;nbsp;$(IPPROOT)\lib\intel64\ippvmmt.lib&lt;/LI&gt;
	&lt;LI&gt;$(IPPROOT)\lib\intel64\ippcoremt.lib&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;for&amp;nbsp;linking to multi-CPU 64-bit IPP libraries. Include files don't matter here anymore, because you have link stage issues. I suppose you passed compilation stage correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 08:46:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027087#M23647</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2015-04-16T08:46:42Z</dc:date>
    </item>
    <item>
      <title>since I have Intel parallel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027088#M23648</link>
      <description>&lt;P&gt;since I have Intel parallel studio installed&lt;/P&gt;

&lt;P&gt;this is my additional include directories:&lt;/P&gt;

&lt;P&gt;$(ICPP_COMPILER15)ipp\include;$(ICPP_COMPILER15)compiler\include&lt;/P&gt;

&lt;P&gt;and here is my additional library directories&lt;/P&gt;

&lt;P&gt;$(ICPP_COMPILER15)compiler\lib\intel64;$(ICPP_COMPILER15)ipp\lib\intel64&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 13:53:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027088#M23648</guid>
      <dc:creator>Gilad_D_Intel</dc:creator>
      <dc:date>2015-04-16T13:53:24Z</dc:date>
    </item>
    <item>
      <title>Gilad,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027089#M23649</link>
      <description>&lt;P&gt;Gilad,&lt;/P&gt;

&lt;P&gt;Besides library directories you need to provide a list of static libraries you want your app to link to. Otherwise, the linker doesn't know what libraries to search for function definitions.&lt;/P&gt;

&lt;P&gt;Though, the compiler must put library inclusion directives in calling modules' object code like in the example from ipps.h file below:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;#if !defined( _IPP_NO_DEFAULT_LIB )
&amp;nbsp; #if defined( _IPP_SEQUENTIAL_DYNAMIC )
&amp;nbsp;&amp;nbsp;&amp;nbsp; #pragma comment( lib, __FILE__ "/../../lib/" _INTEL_PLATFORM "ipps" )
&amp;nbsp;&amp;nbsp;&amp;nbsp; #pragma comment( lib, __FILE__ "/../../lib/" _INTEL_PLATFORM "ippcore" )
&amp;nbsp; #elif defined( _IPP_SEQUENTIAL_STATIC )
&amp;nbsp;&amp;nbsp;&amp;nbsp; #pragma comment( lib, __FILE__ "/../../lib/" _INTEL_PLATFORM "ippsmt" )
&amp;nbsp;&amp;nbsp;&amp;nbsp; #pragma comment( lib, __FILE__ "/../../lib/" _INTEL_PLATFORM "ippvmmt" )
&amp;nbsp;&amp;nbsp;&amp;nbsp; #pragma comment( lib, __FILE__ "/../../lib/" _INTEL_PLATFORM "ippcoremt" )
&amp;nbsp; #elif defined( _IPP_PARALLEL_DYNAMIC )
&amp;nbsp;&amp;nbsp;&amp;nbsp; #pragma comment( lib, __FILE__ "/../../lib/" _INTEL_PLATFORM "threaded/ipps" )
&amp;nbsp;&amp;nbsp;&amp;nbsp; #pragma comment( lib, __FILE__ "/../../lib/" _INTEL_PLATFORM "threaded/ippcore" )
&amp;nbsp; #elif defined( _IPP_PARALLEL_STATIC )
&amp;nbsp;&amp;nbsp;&amp;nbsp; #pragma comment( lib, __FILE__ "/../../lib/" _INTEL_PLATFORM "threaded/ippsmt" )
&amp;nbsp;&amp;nbsp;&amp;nbsp; #pragma comment( lib, __FILE__ "/../../lib/" _INTEL_PLATFORM "threaded/ippvmmt" )
&amp;nbsp;&amp;nbsp;&amp;nbsp; #pragma comment( lib, __FILE__ "/../../lib/" _INTEL_PLATFORM "threaded/ippcoremt" )
&amp;nbsp; #endif
#endif
&lt;/PRE&gt;

&lt;P&gt;in some cases (I don't know for what reason) these directives are not generated.&lt;/P&gt;

&lt;P&gt;So, in this case you need to specify set of library names in Project/Linker/Input property.&lt;/P&gt;

&lt;P&gt;P.S.: "mt" in the library names doesn't mean multi-threading. It's Windows-like manner of library naming. The IPPs ipp*mt.lib are single threaded&amp;nbsp;static libraries, unless they come from "ipp/lib/&amp;lt;ia32|intel64&amp;gt;/threaded" directory, where they are multi-threaded.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 14:03:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027089#M23649</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2015-04-16T14:03:00Z</dc:date>
    </item>
    <item>
      <title>You mean inside Linker-&gt;input</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027090#M23650</link>
      <description>&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125); font-family: &amp;quot;Calibri&amp;quot;,sans-serif; font-size: 11pt;"&gt;You mean inside Linker-&amp;gt;input-&amp;gt;additional dependencies?? I did give the name of the libs&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 14:24:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027090#M23650</guid>
      <dc:creator>Gilad_D_Intel</dc:creator>
      <dc:date>2015-04-16T14:24:23Z</dc:date>
    </item>
    <item>
      <title>Gilad, </title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027091#M23651</link>
      <description>&lt;P&gt;Gilad,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;yes, &amp;nbsp;in the&amp;nbsp;&lt;SPAN style="font-size: 11.9999990463257px; line-height: 20px;"&gt;Linker-&amp;gt;input-&amp;gt;additional dependencies, you can add the IPP libraries.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 11.9999990463257px; line-height: 20px;"&gt;Thanks,&lt;BR /&gt;
	Chao&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 03:15:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027091#M23651</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2015-04-17T03:15:26Z</dc:date>
    </item>
    <item>
      <title>my problem was resolved today</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027092#M23652</link>
      <description>&lt;P&gt;my problem was resolved today, in intel parallel studio 2015 there is an addtional library which is not located in the lib IPP folder which is in Intel parallel studio 2013 installation. "threaded" and all of the file are found there.... problem solved. i couldn't find any documents about that. but I hope there is an upgrade manual somewhere that I missed.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2015 20:54:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/error-LNK1104-libmmt-lib/m-p/1027092#M23652</guid>
      <dc:creator>Gilad_D_Intel</dc:creator>
      <dc:date>2015-04-19T20:54:10Z</dc:date>
    </item>
  </channel>
</rss>

