<?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 Re: MKL 10.0.2.018 on Linux 64 MKL FATAL ERROR in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906531#M11760</link>
    <description>&lt;P&gt;We foundit isa bug in MKL. It onlyappears when library libmkl_mc.so which have not been found in the searching path (LD_LIBRARY_PATH )or in the directory where MKL is installed. &lt;/P&gt;
&lt;P&gt;We have fixed the problem in MKL 10.1 beta &lt;/P&gt;
&lt;P&gt;( Here is the beta program register webpage&lt;A href="https://registrationcenter.intel.com/RegCenter/AutoGen.aspx?ProductID=1152&amp;amp;AccountID=&amp;amp;ProgramID=&amp;amp;RequestDt=&amp;amp;rm=BETA&amp;amp;lang"&gt;https://registrationcenter.intel.com/RegCenter/AutoGen.aspx?ProductID=1152&amp;amp;AccountID=&amp;amp;ProgramID=&amp;amp;RequestDt=&amp;amp;rm=BETA〈&lt;/A&gt;=&lt;/P&gt;
&lt;P&gt;and MKL 10 update 4 (download from register center) &lt;/P&gt;
&lt;P&gt;Please let us know if any problem&lt;/P&gt;
&lt;P&gt;WBR,&lt;/P&gt;
&lt;P&gt;Ying&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jul 2008 09:52:05 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2008-07-08T09:52:05Z</dc:date>
    <item>
      <title>MKL 10.0.2.018 on Linux 64 MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906525#M11754</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to build using the MKL version above, and am having issues getting this error:&lt;BR /&gt;&lt;BR /&gt;MKL FATAL ERROR: SO k/kernel/source/xormrq_omp.fxx;mkl_lapack_zunmrq;323;333;; not convinient for this processor.&lt;BR /&gt;&lt;BR /&gt;when I run on a Intel Xeon system, having dynamically linked MKL. I then compiled up the pdepoissonc example, using "make soem64t", and I get the same error. The example runs fine on an opteron system.&lt;BR /&gt;&lt;BR /&gt;If I compile with "make libem64t" it works on both opteron and Xeon processors. &lt;BR /&gt;&lt;BR /&gt;So why not static link? I'd prefer to static link mkl, as my application is a plugin, not an exectuable, and might get moved around onto different systems. Sadly, I can't static link MKL, as the static libraries haven't been built with -fPIC and therefore I can't link against them in 64 bit, so I've had to use to *.so libraries. &lt;BR /&gt;&lt;BR /&gt;Any good ideas of what's going on here? I'd believe it if I got that error on a Opteron and it all worked on the Xeon, but the other way round is a bit confusing.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2008 14:29:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906525#M11754</guid>
      <dc:creator>dan5</dc:creator>
      <dc:date>2008-04-09T14:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: MKL 10.0.2.018 on Linux 64 MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906526#M11755</link>
      <description>I've now downloaded and plumbed in 9.1.023, and it suffers from the same lack of -fPIC flags on the static library.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2008 16:00:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906526#M11755</guid>
      <dc:creator>dan5</dc:creator>
      <dc:date>2008-04-09T16:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: MKL 10.0.2.018 on Linux 64 MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906527#M11756</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm not sure if my first post was clear, so I'll try again:&lt;BR /&gt;&lt;BR /&gt;Using the pdepoissonc example, build using&lt;BR /&gt;&lt;BR /&gt;"make soem64t"&lt;BR /&gt;&lt;BR /&gt;and the result will work fine on an Opteron system, but not a Xeon. On the Xeon, you'll get:&lt;BR /&gt;&lt;BR /&gt;MKL FATAL ERROR: SO k/kernel/source/xormrq_omp.fxx;mkl_lapack_zunmrq;323;333;; not convinient for this processor.&lt;BR /&gt;&lt;BR /&gt;(sic). Building the same example with &lt;BR /&gt;&lt;BR /&gt;"make libem64t"&lt;BR /&gt;&lt;BR /&gt;the result will work fine on both systems. The /proc/cpuinfo for the Xeon is:&lt;BR /&gt;&lt;BR /&gt;processor : 1&lt;BR /&gt;vendor_id : GenuineIntel&lt;BR /&gt;cpu family : 6&lt;BR /&gt;model : 15&lt;BR /&gt;model name : Intel Xeon CPU 5140 @ 2.33GHz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I see the same errors in my product, but I can't static link the MKL libraries, as my product is a plugin and in 64 bit land those static libraries needed to have been built with a -fPIC flag, or a PIC version shipped with MKL to be linked into a dso.&lt;BR /&gt;&lt;BR /&gt;Hope that makes more sense and someone can help!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Apr 2008 08:09:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906527#M11756</guid>
      <dc:creator>dan5</dc:creator>
      <dc:date>2008-04-11T08:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: MKL 10.0.2.018 on Linux 64 MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906528#M11757</link>
      <description>&lt;FONT face="Arial"&gt;Your post seems clear enough. I gave this a try on a system
with a different Xeon processor and it worked. I'll look around for a system
with the same processor you're using.&lt;BR /&gt;&lt;BR /&gt;Anyone else have this problem?&lt;/FONT&gt;</description>
      <pubDate>Tue, 15 Apr 2008 12:53:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906528#M11757</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2008-04-15T12:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: MKL 10.0.2.018 on Linux 64 MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906529#M11758</link>
      <description>Hi!
&lt;BR /&gt;
&lt;BR /&gt;Please check the correctness of LD_LIBRARY_PATH. The directory which contains MKL libraries need to be present in environment variable LD_LIBRARY_PATH.
&lt;BR /&gt;
&lt;BR /&gt;-Vladimir
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2008 08:33:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906529#M11758</guid>
      <dc:creator>Vladimir_Lunev</dc:creator>
      <dc:date>2008-04-24T08:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: MKL 10.0.2.018 on Linux 64 MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906530#M11759</link>
      <description>I'm pretty sure my LD_LIBRARY_PATH is right - and I'd expect an entirely different error if this were the case, wouldn't I, as it wouldn't even be able to find the library to give me this error message?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2008 08:31:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906530#M11759</guid>
      <dc:creator>dan5</dc:creator>
      <dc:date>2008-04-25T08:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: MKL 10.0.2.018 on Linux 64 MKL FATAL ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906531#M11760</link>
      <description>&lt;P&gt;We foundit isa bug in MKL. It onlyappears when library libmkl_mc.so which have not been found in the searching path (LD_LIBRARY_PATH )or in the directory where MKL is installed. &lt;/P&gt;
&lt;P&gt;We have fixed the problem in MKL 10.1 beta &lt;/P&gt;
&lt;P&gt;( Here is the beta program register webpage&lt;A href="https://registrationcenter.intel.com/RegCenter/AutoGen.aspx?ProductID=1152&amp;amp;AccountID=&amp;amp;ProgramID=&amp;amp;RequestDt=&amp;amp;rm=BETA&amp;amp;lang"&gt;https://registrationcenter.intel.com/RegCenter/AutoGen.aspx?ProductID=1152&amp;amp;AccountID=&amp;amp;ProgramID=&amp;amp;RequestDt=&amp;amp;rm=BETA〈&lt;/A&gt;=&lt;/P&gt;
&lt;P&gt;and MKL 10 update 4 (download from register center) &lt;/P&gt;
&lt;P&gt;Please let us know if any problem&lt;/P&gt;
&lt;P&gt;WBR,&lt;/P&gt;
&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2008 09:52:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-10-0-2-018-on-Linux-64-MKL-FATAL-ERROR/m-p/906531#M11760</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2008-07-08T09:52:05Z</dc:date>
    </item>
  </channel>
</rss>

