<?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 You may also look at this KB in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-configure-libs-when-trying-to-use-Inspector-executor/m-p/1173253#M28721</link>
    <description>&lt;P&gt;You may also look at &lt;A href="https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-compiling-and-linking-with-microsoft-visual-cc"&gt;this KB article&lt;/A&gt; shows how to use&amp;nbsp;mkl based application from within VS.&lt;/P&gt;</description>
    <pubDate>Sun, 09 Dec 2018 15:59:30 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2018-12-09T15:59:30Z</dc:date>
    <item>
      <title>How to configure libs when trying to use Inspector-executor Sparse BLAS Routines and Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-configure-libs-when-trying-to-use-Inspector-executor/m-p/1173251#M28719</link>
      <description>&lt;P&gt;Here is my environment : Visual Studio Community 2017 + Parallel Studio XE 2019 update 1&lt;/P&gt;&lt;P&gt;I`ve tried Link line advisor but it failed with 'No symbolic file loaded for mkl_avx2.dll'&lt;/P&gt;&lt;P&gt;And the current libs linked in are:&lt;/P&gt;&lt;P&gt;mkl_core.lib&lt;/P&gt;&lt;P&gt;mkl_intel_thread.lib&lt;/P&gt;&lt;P&gt;mkl_intel_ilp64.lib&lt;/P&gt;&lt;P&gt;mkl_blas95_ilp64.lib&lt;/P&gt;&lt;P&gt;impi.lib&lt;/P&gt;&lt;P&gt;Besides, I`ve tried add libomp5md.lib but it didn`t work for the problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Dec 2018 13:39:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-configure-libs-when-trying-to-use-Inspector-executor/m-p/1173251#M28719</guid>
      <dc:creator>wen_qiang_z_</dc:creator>
      <dc:date>2018-12-08T13:39:53Z</dc:date>
    </item>
    <item>
      <title>if you link with ILP API on</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-configure-libs-when-trying-to-use-Inspector-executor/m-p/1173252#M28720</link>
      <description>&lt;P&gt;if you link with ILP API on win OS, then don't forget to add /DMKL_ILP64 option or link LP64 API only, In the case if you are not going to use distributed computations, you don't need to link with mpi libs at all. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Dec 2018 15:57:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-configure-libs-when-trying-to-use-Inspector-executor/m-p/1173252#M28720</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-12-09T15:57:05Z</dc:date>
    </item>
    <item>
      <title>You may also look at this KB</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-configure-libs-when-trying-to-use-Inspector-executor/m-p/1173253#M28721</link>
      <description>&lt;P&gt;You may also look at &lt;A href="https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-compiling-and-linking-with-microsoft-visual-cc"&gt;this KB article&lt;/A&gt; shows how to use&amp;nbsp;mkl based application from within VS.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Dec 2018 15:59:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-configure-libs-when-trying-to-use-Inspector-executor/m-p/1173253#M28721</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-12-09T15:59:30Z</dc:date>
    </item>
    <item>
      <title>Hello！</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-configure-libs-when-trying-to-use-Inspector-executor/m-p/1173254#M28722</link>
      <description>&lt;P&gt;Hello！&lt;/P&gt;&lt;P&gt;I`ve tried what you suggested, bur things did not become better than before.&lt;/P&gt;&lt;P&gt;And I will explain my problems in detail.&lt;/P&gt;&lt;P&gt;At first, if I link&amp;nbsp;mkl_blas95_lp64.lib mkl_core.lib mkl_intel_lp64.lib mkl_intel_thread.lib with /Qmkl:parallel&amp;nbsp;，when calling some Sparse Blas functions like mkl_sparse_spmm and mkl_sparse_z_add, it tends to lead to some&amp;nbsp;wrong number in the result sparse matrix when trying to call pardiso, and the check routine gives the feedback of something wrong in ja[ ] like ja(i) = 1591 and ja(i+1) is 1423 which should be 1592 .&amp;nbsp;&lt;/P&gt;&lt;P&gt;And if I turn off the 'Use Intel Math Kernel Library',&amp;nbsp; the program will meet some Access Conflict with error code 0xC0000005, which is very 'interesting'&lt;/P&gt;&lt;P&gt;And if I link a third-party`s library named 'Mumps' whose configuration need&amp;nbsp;mkl_scalapack_lp64.lib and&amp;nbsp;mkl_blacs_intelmpi_lp64.lib, The program works even though I don`t run the codes connect with mumps, but it fails with&amp;nbsp;for_dealloc_allocatable function error when I go to the&amp;nbsp;assembly language, in fact, it is the next step after call&amp;nbsp;for_dealloc_allocatable which is 'move'.&lt;/P&gt;&lt;P&gt;I can not paste my source code here for some reason but I do need your help and advises, so can we talk using e-mail or some ways faster than here? I do not know if it is appropriate to do this but I`ve been suffered from this problem for such a long time and I`ve tried all what I can do.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 11:49:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-configure-libs-when-trying-to-use-Inspector-executor/m-p/1173254#M28722</guid>
      <dc:creator>wen_qiang_z_</dc:creator>
      <dc:date>2018-12-13T11:49:10Z</dc:date>
    </item>
    <item>
      <title>And here is my command line</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-configure-libs-when-trying-to-use-Inspector-executor/m-p/1173255#M28723</link>
      <description>&lt;P&gt;And here is my command line of Fortran&lt;/P&gt;&lt;P&gt;/nologo /debug:full /MP /Od /fpp /I"C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.1.144\windows\mkl\include" /Qopenmp /warn:all /module:"x64\Debug\\" /object:"x64\Debug\\" /Fd"x64\Debug\vc150.pdb" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /Qmkl:parallel /c&lt;/P&gt;&lt;P&gt;and the command line of Linker&lt;/P&gt;&lt;P&gt;/OUT:"x64\Debug\GEM.exe" /INCREMENTAL /NOLOGO /LIBPATH:".\WindowsLibrary\VS2010" /NODEFAULTLIB:"libcmt.lib" /MANIFEST /MANIFESTFILE:"x64\Debug\GEM.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"F:\Master\marine\MarineEM\GEM\x64\Debug\GEM.pdb" /SUBSYSTEM:CONSOLE /STACK:10000000,10000000 /IMPLIB:"F:\Master\marine\MarineEM\GEM\x64\Debug\GEM.lib" tetcall.lib mkl_blas95_lp64.lib mkl_core.lib mkl_intel_lp64.lib mkl_intel_thread.lib&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 11:52:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-configure-libs-when-trying-to-use-Inspector-executor/m-p/1173255#M28723</guid>
      <dc:creator>wen_qiang_z_</dc:creator>
      <dc:date>2018-12-13T11:52:14Z</dc:date>
    </item>
    <item>
      <title>Besides, tetcall.lib is a</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-configure-libs-when-trying-to-use-Inspector-executor/m-p/1173256#M28724</link>
      <description>&lt;P&gt;Besides, tetcall.lib is a library to use Tetgen of which is a&amp;nbsp;Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator, and only used to get the information of inputted mesh&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 11:54:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-configure-libs-when-trying-to-use-Inspector-executor/m-p/1173256#M28724</guid>
      <dc:creator>wen_qiang_z_</dc:creator>
      <dc:date>2018-12-13T11:54:54Z</dc:date>
    </item>
  </channel>
</rss>

