<?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 Problems using /Qmkl flag in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-using-Qmkl-flag/m-p/902359#M11347</link>
    <description>Michel,it should be stated into compiler User and Reference Guide. Gennady</description>
    <pubDate>Wed, 03 Feb 2010 19:11:46 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2010-02-03T19:11:46Z</dc:date>
    <item>
      <title>Problems using /Qmkl flag</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-using-Qmkl-flag/m-p/902358#M11346</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have been testing a few linear solvers and are at a point when we want to include several of them into the same project. We want our end user to be able to switch between the different solvers since one may outperform the other in certain cases. This causes some problems during the linking.&lt;/P&gt;
&lt;P&gt;Some of my colleagues ported MUMPS (&lt;CITE&gt;&lt;B&gt;mumps&lt;/B&gt;.enseeiht.fr&lt;/CITE&gt;) to Windows using the Intel toolset and the following .lib files in their makefile:&lt;/P&gt;
&lt;P&gt;lib_intel= mkl_intel_c.lib mkl_lapack95.lib libguide.lib mkl_core.lib  mkl_intel_thread.lib mkl_solver.lib mkl_scalapack_core.lib&lt;/P&gt;
&lt;P&gt;On the other hand, I was using PARDISO from the MKL and the /Qmkl flag to take of everything. This greatly simplified the linking.&lt;/P&gt;
&lt;P&gt;Now that we want to include both MUMPS and PARDISO, the /Qmkl flag and the additional .lib files seem to conflict. I am assuming that this is because /Qmkl is already including some .lib files but I am unsure on how to resolve the conflict.&lt;/P&gt;
&lt;P&gt;Any suggestions ? I found the MKL link advisor suggested in the stickies but it doesn't seem to help in this case. Is there any way we can see which libraries are actually being added by /Qmkl ?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2010 17:06:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-using-Qmkl-flag/m-p/902358#M11346</guid>
      <dc:creator>michel_lestrade</dc:creator>
      <dc:date>2010-02-03T17:06:24Z</dc:date>
    </item>
    <item>
      <title>Problems using /Qmkl flag</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-using-Qmkl-flag/m-p/902359#M11347</link>
      <description>Michel,it should be stated into compiler User and Reference Guide. Gennady</description>
      <pubDate>Wed, 03 Feb 2010 19:11:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-using-Qmkl-flag/m-p/902359#M11347</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-02-03T19:11:46Z</dc:date>
    </item>
    <item>
      <title>Problems using /Qmkl flag</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-using-Qmkl-flag/m-p/902360#M11348</link>
      <description>&lt;P&gt;Michel, should make one remark -some interface libraries (i.e mkl_lapack95.lib mkl_blas95.lib fftw3xc_ms) are not MKL standard library, so the "one button" integration don't support it.&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2010 04:46:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-using-Qmkl-flag/m-p/902360#M11348</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-02-04T04:46:53Z</dc:date>
    </item>
    <item>
      <title>Problems using /Qmkl flag</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-using-Qmkl-flag/m-p/902361#M11349</link>
      <description>&lt;P&gt;Hello Michel,&lt;/P&gt;
&lt;P&gt;Could you tell What is the conflict error messagelike?&lt;/P&gt;
&lt;P&gt;/Qmkl:parallel= "mkl_solver.lib mkl_intel_c.libmkl_intel_thread.lib mkl_core.lib libiomp5md" + set environment path.&lt;/P&gt;
&lt;P&gt;/Qmkl:cluster, there isa typo error in it. The current version is not usable.&lt;/P&gt;
&lt;P&gt;But it should be = mkl_solver.lib mkl_intel_c.libmkl_cdft_core.lib mkl_scalapack_core.libmkl_blacs_intelmpi.libmkl_intel_thread.lib mkl_core.lib libiomp5md"&lt;/P&gt;
&lt;P&gt;In general, link these mkl library and use /Qmkl have same effect. Just guess, according to your discription, is the confictbetween libiomp5md.lib and libguide.lib?&lt;/P&gt;
&lt;P&gt;Here is one discussionabout the topic &lt;A href="http://software.intel.com/en-us/articles/omp-error-15-initializing-libguide40dll-but-found-libiomp5mddll-already-initialized/"&gt;http://software.intel.com/en-us/articles/omp-error-15-initializing-libguide40dll-but-found-libiomp5mddll-already-initialized/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2010 09:06:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-using-Qmkl-flag/m-p/902361#M11349</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2010-02-04T09:06:41Z</dc:date>
    </item>
  </channel>
</rss>

