<?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: Duplicate libguide without reason? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Duplicate-libguide-without-reason/m-p/871679#M8565</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/57544"&gt;mhermanns&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; FC := ifort -O3 -r8 -xT -traceback&lt;BR /&gt;LIBS := -L ../lib/x86_64 -lpardiso_INTEL_91_EM64T_P -lskit -lmkl_intel_lp64 -lmkl_sequential -lmkl_core&lt;BR /&gt;&lt;BR /&gt;@$(FC) -module ../obj/ $^ $(LIBS) -openmp -o ../bin/HOMER&lt;BR /&gt;&lt;BR /&gt;I have copied all the sheared MKL libraries to a new directory called ../lib/x86_64 for convenience. Miguel&lt;BR /&gt;&lt;BR /&gt; &lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Miguel,&lt;BR /&gt;&lt;BR /&gt;(1) what about your LD_LIBRARY_PATH setting? Does it point to single and correct version of libguide/libiomp5?&lt;BR /&gt;(2) you copied all shared (means also threading/RTL libs?) and linked all other MKL libs. Which (what's your selection of threading libs?&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
    <pubDate>Mon, 06 Apr 2009 06:56:10 GMT</pubDate>
    <dc:creator>ArturGuzik</dc:creator>
    <dc:date>2009-04-06T06:56:10Z</dc:date>
    <item>
      <title>Duplicate libguide without reason?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Duplicate-libguide-without-reason/m-p/871675#M8561</link>
      <description>Hi to all,&lt;BR /&gt;&lt;BR /&gt;I'm using MKL 10 together with PARDISO 3.2 (downloaded from their webpage) and I'm linking both of them dinamically in order to avoid the duplicate libguide problem. My program uses OpenMP only to read the number of threads to pass as an argument to PARDISO. The machine is a Harpertown quad core Xeon and it runs with linux. The link command I use is (extract from the Makefile):&lt;BR /&gt;&lt;BR /&gt;FC := ifort -O3 -r8 -xT -traceback&lt;BR /&gt;LIBS := -L ../lib/x86_64 -lpardiso_INTEL_91_EM64T_P -lskit -lmkl_intel_lp64 -lmkl_sequential -lmkl_core&lt;BR /&gt;&lt;BR /&gt;@$(FC) -module ../obj/ $^ $(LIBS) -openmp -o ../bin/HOMER&lt;BR /&gt;&lt;BR /&gt;I have copied all the sheared MKL libraries to a new directory called ../lib/x86_64 for convenience. The problem I experience is that during execution of the program, when I stop it using Ctrl+C sometimes I get the error message:&lt;BR /&gt;&lt;BR /&gt;OMP abort: Initializing libguide.so, but found libguide.so already initialized.&lt;BR /&gt;&lt;BR /&gt;I have tried a lot of things to solve the problem without success. Does somebody have an idea of what is going on or how to solve it? I would not be worried about it if I would not get poor parallel performace of PARDISO.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for the help and happy new year&lt;BR /&gt;&lt;BR /&gt;Miguel&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jan 2008 18:38:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Duplicate-libguide-without-reason/m-p/871675#M8561</guid>
      <dc:creator>mhermanns</dc:creator>
      <dc:date>2008-01-02T18:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate libguide without reason?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Duplicate-libguide-without-reason/m-p/871676#M8562</link>
      <description>I forgot to mention that I already contacted the PARDISO team and that they were a little bit surprised about the poor parallel performance I was getting (2.7x speedup for 8 cores). Before bothering them more I want to make sure that the problem is not somewhere else.&lt;BR /&gt;&lt;BR /&gt;Thanks again and greetings from Spain,&lt;BR /&gt;&lt;BR /&gt;Miguel&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jan 2008 07:03:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Duplicate-libguide-without-reason/m-p/871676#M8562</guid>
      <dc:creator>mhermanns</dc:creator>
      <dc:date>2008-01-10T07:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate libguide without reason?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Duplicate-libguide-without-reason/m-p/871677#M8563</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Sometimes MKL libs will try to link themselves statically to libguide without you asking them to. For example, see here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.intel.com/support/performancetools/sb/CS-021240.htm"&gt;http://support.intel.com/support/performancetools/sb/CS-021240.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Maybe you can try a similar linker switch and check if you still have the problem.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2008 08:15:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Duplicate-libguide-without-reason/m-p/871677#M8563</guid>
      <dc:creator>grant8</dc:creator>
      <dc:date>2008-01-17T08:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate libguide without reason?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Duplicate-libguide-without-reason/m-p/871678#M8564</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/259751"&gt;grant8&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;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Sometimes MKL libs will try to link themselves statically to libguide without you asking them to. For example, see here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.intel.com/support/performancetools/sb/CS-021240.htm"&gt;http://support.intel.com/support/performancetools/sb/CS-021240.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Maybe you can try a similar linker switch and check if you still have the problem.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Try to use this &lt;A href="http://www.moleskinsoft.com/itunes-duplicate-remover"&gt;iTune duplicate library&lt;/A&gt; in this case. It has many functions so as far as I know it'll help here.&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Apr 2009 16:54:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Duplicate-libguide-without-reason/m-p/871678#M8564</guid>
      <dc:creator>michael84smith</dc:creator>
      <dc:date>2009-04-04T16:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate libguide without reason?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Duplicate-libguide-without-reason/m-p/871679#M8565</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/57544"&gt;mhermanns&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; FC := ifort -O3 -r8 -xT -traceback&lt;BR /&gt;LIBS := -L ../lib/x86_64 -lpardiso_INTEL_91_EM64T_P -lskit -lmkl_intel_lp64 -lmkl_sequential -lmkl_core&lt;BR /&gt;&lt;BR /&gt;@$(FC) -module ../obj/ $^ $(LIBS) -openmp -o ../bin/HOMER&lt;BR /&gt;&lt;BR /&gt;I have copied all the sheared MKL libraries to a new directory called ../lib/x86_64 for convenience. Miguel&lt;BR /&gt;&lt;BR /&gt; &lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Miguel,&lt;BR /&gt;&lt;BR /&gt;(1) what about your LD_LIBRARY_PATH setting? Does it point to single and correct version of libguide/libiomp5?&lt;BR /&gt;(2) you copied all shared (means also threading/RTL libs?) and linked all other MKL libs. Which (what's your selection of threading libs?&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Apr 2009 06:56:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Duplicate-libguide-without-reason/m-p/871679#M8565</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-04-06T06:56:10Z</dc:date>
    </item>
  </channel>
</rss>

