<?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 GGEV only use one thread in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GGEV-only-use-one-thread/m-p/823689#M4971</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm using the double precision real version. At first I've notice this issue in the task manager, simply by observing CPU usage of my program. After discovered this issue, I've made a concurrency test in VTune Amplifier XE to confirm. And I confirmed that only the Main thread is working. There are other three threads (OMP worker thread) that are running, but they are only using residual CPU time. In attachment, I placed a screenshot of the concurrency test. The order of the matrix in this particular test is 500 (usual values are between 160 and 720).&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your help.&lt;BR /&gt;&lt;BR /&gt;Gratefully,&lt;BR /&gt;&lt;BR /&gt;Pedro Santos &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 14 May 2012 10:01:31 GMT</pubDate>
    <dc:creator>psantos</dc:creator>
    <dc:date>2012-05-14T10:01:31Z</dc:date>
    <item>
      <title>GGEV only use one thread</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GGEV-only-use-one-thread/m-p/823686#M4968</link>
      <description>Hello to everyone,&lt;BR /&gt;&lt;BR /&gt;I have a large program that uses some MKL functions to solve linear systems and eigenproblems. I'm using MKL parallel (/Qmkl:parallel). In almost all the functions calls I can see more that one thread being used. However, GGEV is only using one thread. I'm using the FORTRAN 95 interface of this function. &lt;BR /&gt;&lt;BR /&gt;I'm running FORTRAN Composer XE Update 10 under VS2010 and MKL 10.3 Update 10. &lt;BR /&gt;&lt;BR /&gt;Am I missing something? Thank you in advance for all the help.&lt;BR /&gt;&lt;BR /&gt;Gratefully,&lt;BR /&gt;&lt;BR /&gt;Pedro Santos &lt;BR /&gt;</description>
      <pubDate>Mon, 14 May 2012 00:13:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GGEV-only-use-one-thread/m-p/823686#M4968</guid>
      <dc:creator>psantos</dc:creator>
      <dc:date>2012-05-14T00:13:44Z</dc:date>
    </item>
    <item>
      <title>GGEV only use one thread</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GGEV-only-use-one-thread/m-p/823687#M4969</link>
      <description>Pedro, what are theorder of the input matrices you are trying to solve?</description>
      <pubDate>Mon, 14 May 2012 06:06:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GGEV-only-use-one-thread/m-p/823687#M4969</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-05-14T06:06:43Z</dc:date>
    </item>
    <item>
      <title>GGEV only use one thread</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GGEV-only-use-one-thread/m-p/823688#M4970</link>
      <description>Pedro,&lt;BR /&gt;&lt;BR /&gt;Which precision of GGEV have being used: z,c,d or s?&lt;BR /&gt;&lt;BR /&gt;Andhow did youverifyonly one thread being used?</description>
      <pubDate>Mon, 14 May 2012 08:11:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GGEV-only-use-one-thread/m-p/823688#M4970</guid>
      <dc:creator>Aleksandr_Z_Intel</dc:creator>
      <dc:date>2012-05-14T08:11:22Z</dc:date>
    </item>
    <item>
      <title>GGEV only use one thread</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GGEV-only-use-one-thread/m-p/823689#M4971</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm using the double precision real version. At first I've notice this issue in the task manager, simply by observing CPU usage of my program. After discovered this issue, I've made a concurrency test in VTune Amplifier XE to confirm. And I confirmed that only the Main thread is working. There are other three threads (OMP worker thread) that are running, but they are only using residual CPU time. In attachment, I placed a screenshot of the concurrency test. The order of the matrix in this particular test is 500 (usual values are between 160 and 720).&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your help.&lt;BR /&gt;&lt;BR /&gt;Gratefully,&lt;BR /&gt;&lt;BR /&gt;Pedro Santos &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 May 2012 10:01:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GGEV-only-use-one-thread/m-p/823689#M4971</guid>
      <dc:creator>psantos</dc:creator>
      <dc:date>2012-05-14T10:01:31Z</dc:date>
    </item>
    <item>
      <title>GGEV only use one thread</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GGEV-only-use-one-thread/m-p/823690#M4972</link>
      <description>Dear Pedro,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Only complex (cggev/zggev) ?GGEV routines support parallelism at the moment. You can see it in Users's Guides&lt;A href="http://software.intel.com/en-us/articles/intel-math-kernel-library-documentation/"&gt;http://software.intel.com/en-us/articles/intel-math-kernel-library-documentation/&lt;/A&gt;,section Threaded Functions and Problems.&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 May 2012 10:35:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GGEV-only-use-one-thread/m-p/823690#M4972</guid>
      <dc:creator>Aleksandr_Z_Intel</dc:creator>
      <dc:date>2012-05-14T10:35:13Z</dc:date>
    </item>
    <item>
      <title>GGEV only use one thread</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GGEV-only-use-one-thread/m-p/823691#M4973</link>
      <description>Dear Aleksandr Zotkevich,&lt;BR /&gt;&lt;BR /&gt;Thank you very much. I was completely unaware of it. That explains my issue. Do you know when parallelism will be available in dggev?&lt;BR /&gt;&lt;BR /&gt;Gratefully,&lt;BR /&gt;&lt;BR /&gt;Pedro Santos</description>
      <pubDate>Mon, 14 May 2012 10:47:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GGEV-only-use-one-thread/m-p/823691#M4973</guid>
      <dc:creator>psantos</dc:creator>
      <dc:date>2012-05-14T10:47:24Z</dc:date>
    </item>
  </channel>
</rss>

