<?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: Bugs in recent MKLs? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860409#M7451</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Among the cautions to observe with an upgrade would be to make sure you got the latest version of each library, not a mixture of old and new versions. This is one of the reasons for the docs recommending against the static libiomp5, as you may have several versions on the search path, or you may have linked the old static version into a part of your build which you didn't update.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Dear Tim,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your kindly remind. Before I link my program I copied the necessary libs to the given folder and when I link the program, I specified the path to the folder. &lt;BR /&gt;The following are the libs which should be used in linking (unreasonable results):&lt;BR /&gt;2007-04-26  19:16            13,814 ifconsol.lib&lt;BR /&gt;2007-04-26  19:16            19,802 ifwin.lib&lt;BR /&gt;2008-03-31  12:36           435,336 impi.lib&lt;BR /&gt;2008-03-31  13:16           537,180 impicxx.lib&lt;BR /&gt;2007-04-26  19:16         1,644,336 libifcoremt.lib&lt;BR /&gt;2007-04-26  19:16           448,398 libifport.lib&lt;BR /&gt;2008-03-14  13:55         1,120,022 libiomp5mt.lib&lt;BR /&gt;2007-04-26  19:16           403,672 libirc.lib&lt;BR /&gt;2007-04-26  19:16         3,475,038 libmmt.lib&lt;BR /&gt;2009-04-02  04:35           621,320 mkl_blacs_intelmpi_lp64.lib&lt;BR /&gt;2009-04-02  06:06       124,432,680 mkl_core.lib&lt;BR /&gt;2009-04-02  06:05         6,314,370 mkl_intel_lp64.lib&lt;BR /&gt;2009-04-02  06:06        17,426,092 mkl_intel_thread.lib&lt;BR /&gt;2009-04-02  06:07         8,631,958 mkl_scalapack_lp64.lib&lt;BR /&gt;2007-04-26  19:16           969,618 svml_disp.lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The following are the libs which should be used in linking (reasonable results):&lt;BR /&gt;2007-04-26  19:16            13,814 ifconsol.lib&lt;BR /&gt;2007-04-26  19:16            19,802 ifwin.lib&lt;BR /&gt;2008-03-31  12:36           435,336 impi.lib&lt;BR /&gt;2008-03-31  13:16           537,180 impicxx.lib&lt;BR /&gt;2007-04-26  19:16         1,644,336 libifcoremt.lib&lt;BR /&gt;2007-04-26  19:16           448,398 libifport.lib&lt;BR /&gt;2008-03-14  13:55         1,120,022 libiomp5mt.lib&lt;BR /&gt;2007-04-26  19:16           403,672 libirc.lib&lt;BR /&gt;2007-04-26  19:16         3,475,038 libmmt.lib&lt;BR /&gt;2008-09-26  02:33           621,266 mkl_blacs_intelmpi_lp64.lib&lt;BR /&gt;2008-09-26  01:52       121,208,798 mkl_core.lib&lt;BR /&gt;2008-09-26  01:52         6,085,026 mkl_intel_lp64.lib&lt;BR /&gt;2008-09-26  01:52        17,077,628 mkl_intel_thread.lib&lt;BR /&gt;2008-09-26  03:28         8,631,958 mkl_scalapack_lp64.lib&lt;BR /&gt;2007-04-26  19:16           969,618 svml_disp.lib&lt;BR /&gt;&lt;BR /&gt;Do you think that there are some problems?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang&lt;BR /&gt;</description>
    <pubDate>Mon, 13 Apr 2009 23:47:56 GMT</pubDate>
    <dc:creator>Zhanghong_T_</dc:creator>
    <dc:date>2009-04-13T23:47:56Z</dc:date>
    <item>
      <title>Bugs in recent MKLs?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860407#M7449</link>
      <description>Dear administrator,&lt;BR /&gt;&lt;BR /&gt;I found that some new versions of MKLs get incorrect result. Several days before I use the windows version "10.1.0.018" (em64t) and the result is reasonable and correct (the libs I used are: &lt;STRONG&gt;mkl_intel_lp64.lib mkl_intel_thread.lib mkl_core.lib libiomp5mt.lib impi.lib impicxx.lib mkl_blacs_intelmpi_lp64.lib mkl_scalapack_lp64.lib&lt;/STRONG&gt;), however, after I upgraded the version to "10.1.2.026" the result is not reasonable, then I tested "10.1.1.022", the result is still not reasonable.&lt;BR /&gt;&lt;BR /&gt;The project is very large and I don't know which functions have problems so I have to give up the new version and use the "10.1.0.018" again.&lt;BR /&gt;&lt;BR /&gt;Is there any different settings to do for me to use latest version of MKL compare to the "10.1.0.018"?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Apr 2009 13:26:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860407#M7449</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2009-04-13T13:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bugs in recent MKLs?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860408#M7450</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Among the cautions to observe with an upgrade would be to make sure you got the latest version of each library, not a mixture of old and new versions. This is one of the reasons for the docs recommending against the static libiomp5, as you may have several versions on the search path, or you may have linked the old static version into a part of your build which you didn't update.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Apr 2009 19:00:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860408#M7450</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-04-13T19:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bugs in recent MKLs?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860409#M7451</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Among the cautions to observe with an upgrade would be to make sure you got the latest version of each library, not a mixture of old and new versions. This is one of the reasons for the docs recommending against the static libiomp5, as you may have several versions on the search path, or you may have linked the old static version into a part of your build which you didn't update.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Dear Tim,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your kindly remind. Before I link my program I copied the necessary libs to the given folder and when I link the program, I specified the path to the folder. &lt;BR /&gt;The following are the libs which should be used in linking (unreasonable results):&lt;BR /&gt;2007-04-26  19:16            13,814 ifconsol.lib&lt;BR /&gt;2007-04-26  19:16            19,802 ifwin.lib&lt;BR /&gt;2008-03-31  12:36           435,336 impi.lib&lt;BR /&gt;2008-03-31  13:16           537,180 impicxx.lib&lt;BR /&gt;2007-04-26  19:16         1,644,336 libifcoremt.lib&lt;BR /&gt;2007-04-26  19:16           448,398 libifport.lib&lt;BR /&gt;2008-03-14  13:55         1,120,022 libiomp5mt.lib&lt;BR /&gt;2007-04-26  19:16           403,672 libirc.lib&lt;BR /&gt;2007-04-26  19:16         3,475,038 libmmt.lib&lt;BR /&gt;2009-04-02  04:35           621,320 mkl_blacs_intelmpi_lp64.lib&lt;BR /&gt;2009-04-02  06:06       124,432,680 mkl_core.lib&lt;BR /&gt;2009-04-02  06:05         6,314,370 mkl_intel_lp64.lib&lt;BR /&gt;2009-04-02  06:06        17,426,092 mkl_intel_thread.lib&lt;BR /&gt;2009-04-02  06:07         8,631,958 mkl_scalapack_lp64.lib&lt;BR /&gt;2007-04-26  19:16           969,618 svml_disp.lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The following are the libs which should be used in linking (reasonable results):&lt;BR /&gt;2007-04-26  19:16            13,814 ifconsol.lib&lt;BR /&gt;2007-04-26  19:16            19,802 ifwin.lib&lt;BR /&gt;2008-03-31  12:36           435,336 impi.lib&lt;BR /&gt;2008-03-31  13:16           537,180 impicxx.lib&lt;BR /&gt;2007-04-26  19:16         1,644,336 libifcoremt.lib&lt;BR /&gt;2007-04-26  19:16           448,398 libifport.lib&lt;BR /&gt;2008-03-14  13:55         1,120,022 libiomp5mt.lib&lt;BR /&gt;2007-04-26  19:16           403,672 libirc.lib&lt;BR /&gt;2007-04-26  19:16         3,475,038 libmmt.lib&lt;BR /&gt;2008-09-26  02:33           621,266 mkl_blacs_intelmpi_lp64.lib&lt;BR /&gt;2008-09-26  01:52       121,208,798 mkl_core.lib&lt;BR /&gt;2008-09-26  01:52         6,085,026 mkl_intel_lp64.lib&lt;BR /&gt;2008-09-26  01:52        17,077,628 mkl_intel_thread.lib&lt;BR /&gt;2008-09-26  03:28         8,631,958 mkl_scalapack_lp64.lib&lt;BR /&gt;2007-04-26  19:16           969,618 svml_disp.lib&lt;BR /&gt;&lt;BR /&gt;Do you think that there are some problems?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Apr 2009 23:47:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860409#M7451</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2009-04-13T23:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bugs in recent MKLs?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860410#M7452</link>
      <description>I would be concerned about the older version of libiomp5. That is only a suspicion. Possibly someone on the MKL development team could confirm, but the design of libiomp5 assumes that you could use a newer one which comes with the MKL you are using. I don't know whether the new libiomp5 will work with a compiler which is close to 2 years old, but it is more likely than the hope that the libiomp5 of intermediate date will continue to work with the latest MKL.&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Apr 2009 00:14:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860410#M7452</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-04-14T00:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bugs in recent MKLs?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860411#M7453</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; I would be concerned about the older version of libiomp5. That is only a suspicion. Possibly someone on the MKL development team could confirm, but the design of libiomp5 assumes that you could use a newer one which comes with the MKL you are using. I don't know whether the new libiomp5 will work with a compiler which is close to 2 years old, but it is more likely than the hope that the libiomp5 of intermediate date will continue to work with the latest MKL.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Dear Tim,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your detailed explain. I replaced the original file "libiomp5mt.lib" by the one from the latest version of MKL and the result still unreasonable. So there must be some other problems.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Apr 2009 02:08:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860411#M7453</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2009-04-14T02:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bugs in recent MKLs?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860412#M7454</link>
      <description>&lt;DIV style="margin:0px;"&gt;MKL userguide is strongly encouraged to dynamically link in Intel Compatibility OpenMP* run-time&lt;BR /&gt;Library  libiomp5md. Did you try to use this linking mode?&lt;BR /&gt;&lt;/DIV&gt;
--Gennady&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Apr 2009 17:36:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860412#M7454</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-04-14T17:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bugs in recent MKLs?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860413#M7455</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;MKL userguide is strongly encouraged to dynamically link in Intel Compatibility OpenMP* run-time&lt;BR /&gt;Library  libiomp5md. Did you try to use this linking mode?&lt;BR /&gt;&lt;/DIV&gt;
--Gennady&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Dear Gennady,&lt;BR /&gt;&lt;BR /&gt;Thanks for your kindly reply. I also noticed this, but I would like to link to the static libs so that my program can run seperately on other machines without copying additional dynamic libs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Apr 2009 07:43:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860413#M7455</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2009-04-15T07:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bugs in recent MKLs?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860414#M7456</link>
      <description>&lt;DIV style="margin:0px;"&gt;Well, how can we investigate this issue further? Your linking setting is fine.&lt;BR /&gt;Id recommend you to try libomp5md, only for checking the problem.&lt;BR /&gt;Can you get us the test-example for reproducing and investigating the cause of the problem? &lt;BR /&gt;&lt;/DIV&gt;
--Gennady&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Apr 2009 08:29:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860414#M7456</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-04-15T08:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bugs in recent MKLs?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860415#M7457</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;Well, how can we investigate this issue further? Your linking setting is fine.&lt;BR /&gt;Id recommend you to try libomp5md, only for checking the problem.&lt;BR /&gt;Can you get us the test-example for reproducing and investigating the cause of the problem? &lt;BR /&gt;&lt;/DIV&gt;
--Gennady&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Dear Gennady,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your kindly suggestion. Just as you said, after I linked with libomp5md, the program works and correct result got. When the program was run on some other machines without the Intel Compiler and MKL installed, the files "libifcoremd.dll, libifportmd.dll and libmmd.dll" are needed.&lt;BR /&gt;&lt;BR /&gt;However, is there any method to let the program work when linked statically?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2009 14:40:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860415#M7457</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2009-04-17T14:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bugs in recent MKLs?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860416#M7458</link>
      <description>Sorry, it still can't work. Just now I run the one built by old method. When run the run by the method you suggested, the following message displayed:&lt;BR /&gt;&lt;BR /&gt;This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Which additional dynamical libs should I put to the folder of my program?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2009 15:03:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bugs-in-recent-MKLs/m-p/860416#M7458</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2009-04-17T15:03:56Z</dc:date>
    </item>
  </channel>
</rss>

