<?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: Using the scalapack and blacs MKL intel libraries without M in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-scalapack-and-blacs-MKL-intel-libraries-without-MPI/m-p/908761#M11960</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/58891"&gt;tangzhanghong98@yahoo.com&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; Currently working on SMP system (just 4-core intel processor, 64 bit Windows XP). &lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hi,&lt;BR /&gt;&lt;BR /&gt;you don't need to do anything, I believe (if I understand your system config correctly). The MKL automatically sets number of threadsOMP_NUM_THREADS to number of cores, and you should observe 100% usage of the cores (if you have enough to work on in your app) From version 10 you have more control over this and additional MKL_NUM_THREADS. Take a look at Chapter 6, Managing performance and Memory in User's Guide.&lt;BR /&gt;&lt;BR /&gt;You can paralize rest of your app using OpenMP.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;BR /&gt;Edit:&lt;BR /&gt;&lt;BR /&gt;I overlooked the most important part of the message ScaLAPACK. Well, so now I'm not so sure about it. Is it for testing before going to Cluster? I saw your environment posted on IVF forum. You have installed couple of things:-)&lt;BR /&gt;</description>
    <pubDate>Mon, 09 Feb 2009 12:26:46 GMT</pubDate>
    <dc:creator>ArturGuzik</dc:creator>
    <dc:date>2009-02-09T12:26:46Z</dc:date>
    <item>
      <title>Using the scalapack and blacs MKL intel libraries without MPI</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-scalapack-and-blacs-MKL-intel-libraries-without-MPI/m-p/908758#M11957</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I would like to use the scalapack and blacs MKL intel libraries without MPI on multi-cores machines, the environment to build the project is:&lt;BR /&gt;32 bit Windows XP (or 64 bit) + VS.net2003 (or 2005, 2008) + IVF 11.0 + MKL 10.1&lt;BR /&gt;&lt;BR /&gt;How can I build such a project to make use of all cores? What should I pay attention to for writting code? Could anyone give me such an example of project to show this usage?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang</description>
      <pubDate>Sat, 07 Feb 2009 01:15:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-scalapack-and-blacs-MKL-intel-libraries-without-MPI/m-p/908758#M11957</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2009-02-07T01:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using the scalapack and blacs MKL intel libraries without M</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-scalapack-and-blacs-MKL-intel-libraries-without-MPI/m-p/908759#M11958</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hi Zhanghong, are you working on SMP or Cluster Systems?&lt;BR /&gt;--Gennady&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2009 07:17:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-scalapack-and-blacs-MKL-intel-libraries-without-MPI/m-p/908759#M11958</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-02-09T07:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using the scalapack and blacs MKL intel libraries without M</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-scalapack-and-blacs-MKL-intel-libraries-without-MPI/m-p/908760#M11959</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&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;Hi Zhanghong, are you working on SMP or Cluster Systems?&lt;BR /&gt;--Gennady&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Gennady,&lt;BR /&gt;&lt;BR /&gt;Thanks for your kindly reply. Currently working on SMP system (just 4-core intel processor, 64 bit Windows XP). I wish to use all CPUs without installing the MPI, could I link the Intel's libraries to let all CPUs be used?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang</description>
      <pubDate>Mon, 09 Feb 2009 09:53:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-scalapack-and-blacs-MKL-intel-libraries-without-MPI/m-p/908760#M11959</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2009-02-09T09:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using the scalapack and blacs MKL intel libraries without M</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-scalapack-and-blacs-MKL-intel-libraries-without-MPI/m-p/908761#M11960</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/58891"&gt;tangzhanghong98@yahoo.com&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; Currently working on SMP system (just 4-core intel processor, 64 bit Windows XP). &lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hi,&lt;BR /&gt;&lt;BR /&gt;you don't need to do anything, I believe (if I understand your system config correctly). The MKL automatically sets number of threadsOMP_NUM_THREADS to number of cores, and you should observe 100% usage of the cores (if you have enough to work on in your app) From version 10 you have more control over this and additional MKL_NUM_THREADS. Take a look at Chapter 6, Managing performance and Memory in User's Guide.&lt;BR /&gt;&lt;BR /&gt;You can paralize rest of your app using OpenMP.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;BR /&gt;Edit:&lt;BR /&gt;&lt;BR /&gt;I overlooked the most important part of the message ScaLAPACK. Well, so now I'm not so sure about it. Is it for testing before going to Cluster? I saw your environment posted on IVF forum. You have installed couple of things:-)&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2009 12:26:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-scalapack-and-blacs-MKL-intel-libraries-without-MPI/m-p/908761#M11960</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-02-09T12:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using the scalapack and blacs MKL intel libraries without M</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-scalapack-and-blacs-MKL-intel-libraries-without-MPI/m-p/908762#M11961</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/342379"&gt;ArturGuzik&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;Hi,&lt;BR /&gt;&lt;BR /&gt;you don't need to do anything, I believe (if I understand your system config correctly). The MKL automatically sets number of threadsOMP_NUM_THREADS to number of cores, and you should observe 100% usage of the cores (if you have enough to work on in your app) From version 10 you have more control over this and additional MKL_NUM_THREADS. Take a look at Chapter 6, Managing performance and Memory in User's Guide.&lt;BR /&gt;&lt;BR /&gt;You can paralize rest of your app using OpenMP.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;BR /&gt;Edit:&lt;BR /&gt;&lt;BR /&gt;I overlooked the most important part of the message ScaLAPACK. Well, so now I'm not so sure about it. Is it for testing before going to Cluster? I saw your environment posted on IVF forum. You have installed couple of things:-)&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Dear ArturGuzik,&lt;BR /&gt;&lt;BR /&gt;Thank you so much for your kindly suggestion. I will read the document carefully. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zhanghong Tang</description>
      <pubDate>Mon, 09 Feb 2009 22:10:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-scalapack-and-blacs-MKL-intel-libraries-without-MPI/m-p/908762#M11961</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2009-02-09T22:10:20Z</dc:date>
    </item>
  </channel>
</rss>

