<?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 These libraries ( libmkl in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-blacs-ilp64-a/m-p/1067201#M21983</link>
    <description>&lt;P&gt;These libraries (&amp;nbsp;&lt;SPAN style="font-size: 12px;"&gt;libmkl_blacs_ilp64.a as well as&amp;nbsp;libmkl_blacs_lp64.a ) &amp;nbsp;were announced as deprecated in 11.3 - Please see the MKL user's guide and RN for MKL 2017 for reference. Since MKL 2017 we provide&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 13.3333px; background-color: rgb(245, 245, 245);"&gt;libmkl_blacs_(intelmpi, openmpi, sgimpi)_ilp64.a instead.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Oct 2016 19:33:38 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2016-10-27T19:33:38Z</dc:date>
    <item>
      <title>libmkl_blacs_ilp64.a</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-blacs-ilp64-a/m-p/1067200#M21982</link>
      <description>&lt;P&gt;I'm trying to link to a commercial software (MSC.Marc 2016) using the 2017 Intel MKL/Fortran compiler/C compiler and I get the error that /opt/intel/compilers_and_libraries/linux/mkl/lib/intel64_lin/libmkl_blacs_ilp64.a is missing.&lt;/P&gt;

&lt;P&gt;It turns out that the file exits in the 2016 version&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64_lin# ls -la *libmkl_blacs*
-rw-r--r-- 1 root root 1221488 Jul 30  2015 libmkl_blacs_ilp64.a
-rw-r--r-- 1 root root 1222312 Jul 30  2015 libmkl_blacs_intelmpi_ilp64.a
-rwxr-xr-x 1 root root  490800 Jul 30  2015 libmkl_blacs_intelmpi_ilp64.so
-rw-r--r-- 1 root root  707234 Jul 30  2015 libmkl_blacs_intelmpi_lp64.a
-rwxr-xr-x 1 root root  277115 Jul 30  2015 libmkl_blacs_intelmpi_lp64.so
-rw-r--r-- 1 root root  706410 Jul 30  2015 libmkl_blacs_lp64.a
-rw-r--r-- 1 root root 1239632 Jul 30  2015 libmkl_blacs_openmpi_ilp64.a
-rw-r--r-- 1 root root  724554 Jul 30  2015 libmkl_blacs_openmpi_lp64.a
-rw-r--r-- 1 root root 1221760 Jul 30  2015 libmkl_blacs_sgimpt_ilp64.a
-rw-r--r-- 1 root root  706682 Jul 30  2015 libmkl_blacs_sgimpt_lp64.a&lt;/PRE&gt;

&lt;P&gt;but in 2017 it is missing&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;/opt/intel/compilers_and_libraries_2017.0.098/linux/mkl/lib/intel64_lin# ls -la *libmkl_blacs*
-rw-r--r-- 1 root root 1199526 Aug  1 19:05 libmkl_blacs_intelmpi_ilp64.a
-rwxr-xr-x 1 root root  483863 Aug  1 19:05 libmkl_blacs_intelmpi_ilp64.so
-rw-r--r-- 1 root root  692864 Aug  1 19:05 libmkl_blacs_intelmpi_lp64.a
-rwxr-xr-x 1 root root  269970 Aug  1 19:05 libmkl_blacs_intelmpi_lp64.so
-rw-r--r-- 1 root root 1217854 Aug  1 19:05 libmkl_blacs_openmpi_ilp64.a
-rwxr-xr-x 1 root root  484971 Aug  1 19:05 libmkl_blacs_openmpi_ilp64.so
-rw-r--r-- 1 root root  711192 Aug  1 19:05 libmkl_blacs_openmpi_lp64.a
-rwxr-xr-x 1 root root  275174 Aug  1 19:05 libmkl_blacs_openmpi_lp64.so
-rw-r--r-- 1 root root 1198942 Aug  1 19:05 libmkl_blacs_sgimpt_ilp64.a
-rwxr-xr-x 1 root root  484184 Aug  1 19:05 libmkl_blacs_sgimpt_ilp64.so
-rw-r--r-- 1 root root  692280 Aug  1 19:05 libmkl_blacs_sgimpt_lp64.a
-rwxr-xr-x 1 root root  270291 Aug  1 19:05 libmkl_blacs_sgimpt_lp64.so&lt;/PRE&gt;

&lt;P&gt;Did I forget to select a certain installation option, or has the file been removed totally?&lt;/P&gt;

&lt;P&gt;Many thanks for any hints&lt;/P&gt;

&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 08:47:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-blacs-ilp64-a/m-p/1067200#M21982</guid>
      <dc:creator>Martin_D_1</dc:creator>
      <dc:date>2016-10-27T08:47:37Z</dc:date>
    </item>
    <item>
      <title>These libraries ( libmkl</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-blacs-ilp64-a/m-p/1067201#M21983</link>
      <description>&lt;P&gt;These libraries (&amp;nbsp;&lt;SPAN style="font-size: 12px;"&gt;libmkl_blacs_ilp64.a as well as&amp;nbsp;libmkl_blacs_lp64.a ) &amp;nbsp;were announced as deprecated in 11.3 - Please see the MKL user's guide and RN for MKL 2017 for reference. Since MKL 2017 we provide&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 13.3333px; background-color: rgb(245, 245, 245);"&gt;libmkl_blacs_(intelmpi, openmpi, sgimpi)_ilp64.a instead.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 19:33:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-blacs-ilp64-a/m-p/1067201#M21983</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-10-27T19:33:38Z</dc:date>
    </item>
    <item>
      <title>Thanks,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-blacs-ilp64-a/m-p/1067202#M21984</link>
      <description>Thanks,
I've adjusted the link line according to &lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/698061" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/698061&lt;/A&gt; and now it works.</description>
      <pubDate>Wed, 02 Nov 2016 10:36:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/libmkl-blacs-ilp64-a/m-p/1067202#M21984</guid>
      <dc:creator>Martin_D_1</dc:creator>
      <dc:date>2016-11-02T10:36:00Z</dc:date>
    </item>
  </channel>
</rss>

