<?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 MKL parallel lib is not in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Lapack-parallel-subroutine/m-p/1069885#M22204</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;MKL parallel lib is not parallel from the beginning to end, some parts is still sequential.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Please use VTune to analyze your program and the source code to find out the hotspots.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;mkl_set_num_thread() should be set number of cores, please try mkl_set_num_thead(16) to see if there are improvements.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;BTW, please also verify whether hyperthreading is set tobe on or not.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Apr 2017 06:53:00 GMT</pubDate>
    <dc:creator>Jing_Xu</dc:creator>
    <dc:date>2017-04-06T06:53:00Z</dc:date>
    <item>
      <title>MKL Lapack parallel subroutine</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Lapack-parallel-subroutine/m-p/1069884#M22203</link>
      <description>&lt;P&gt;Hello all&lt;/P&gt;

&lt;P&gt;I am using the lapack subroutine 'dgelsd' in order to calculate the linear least square solution of (||Ax-b||) system. For that I have used Intel MKL Parallel library. When I run my code I can see that only 57% of the total CPU is used. Also setting the number of threads for MKL also has no effect. For that I used&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;call mkl_set_num_threads( 32 )&lt;/PRE&gt;

&lt;P&gt;I am working on the workstation, whose specs are given below:&lt;/P&gt;

&lt;P&gt;Intel(R) Xeon(R) CPU E5-2620 v4@ 2.10 GHz, Cores = 16, Logical processors = 32, Windows 10 Pro, 64-bit Operating system, x64-based processor.&lt;/P&gt;

&lt;P&gt;Please suggest me how i can make use of available processing capacity. Presently my code is taking so much time to give results and its main computational part is calling DGELSD (where it is spending most of its time to give least square solution).&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 18:24:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Lapack-parallel-subroutine/m-p/1069884#M22203</guid>
      <dc:creator>pankaj_p_</dc:creator>
      <dc:date>2017-03-29T18:24:05Z</dc:date>
    </item>
    <item>
      <title>MKL parallel lib is not</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Lapack-parallel-subroutine/m-p/1069885#M22204</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;MKL parallel lib is not parallel from the beginning to end, some parts is still sequential.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Please use VTune to analyze your program and the source code to find out the hotspots.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;mkl_set_num_thread() should be set number of cores, please try mkl_set_num_thead(16) to see if there are improvements.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;BTW, please also verify whether hyperthreading is set tobe on or not.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 06:53:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Lapack-parallel-subroutine/m-p/1069885#M22204</guid>
      <dc:creator>Jing_Xu</dc:creator>
      <dc:date>2017-04-06T06:53:00Z</dc:date>
    </item>
  </channel>
</rss>

