<?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: mpi on single machine Dual Core or Quad Core in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mpi-on-single-machine-Dual-Core-or-Quad-Core/m-p/912207#M12237</link>
    <description>Yes, I frequently work on performance of MPI applications on a Core 2 Duo. MPI often is recommended over OpenMP threading for better performance when running on an 8 core machine.&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Aug 2007 22:24:11 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2007-08-23T22:24:11Z</dc:date>
    <item>
      <title>mpi on single machine Dual Core or Quad Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mpi-on-single-machine-Dual-Core-or-Quad-Core/m-p/912206#M12236</link>
      <description>Hello, &lt;BR /&gt;I currently use MKL on my machine that has 2 Dual Core Xeon processors. I also have a machine with 2 Quad Core. I want to being to learn MPI so I can use scalapack. Is it possible for me to install the Intel cluster toolkit (i.e., MPI and the other libs) on these machines and leverage the ~4 and ~8 processors?&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2007 20:28:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mpi-on-single-machine-Dual-Core-or-Quad-Core/m-p/912206#M12236</guid>
      <dc:creator>afinley</dc:creator>
      <dc:date>2007-08-23T20:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: mpi on single machine Dual Core or Quad Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mpi-on-single-machine-Dual-Core-or-Quad-Core/m-p/912207#M12237</link>
      <description>Yes, I frequently work on performance of MPI applications on a Core 2 Duo. MPI often is recommended over OpenMP threading for better performance when running on an 8 core machine.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2007 22:24:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mpi-on-single-machine-Dual-Core-or-Quad-Core/m-p/912207#M12237</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2007-08-23T22:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: mpi on single machine Dual Core or Quad Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mpi-on-single-machine-Dual-Core-or-Quad-Core/m-p/912208#M12238</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10pt; color: black;"&gt;Thanks a lot for
answering my question! This leads me to two other very naive
question. Given, that Im primarily interested in scalapack matrix operations on large
matrices.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;



&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10pt; color: black;"&gt;&lt;P&gt;&lt;/P&gt;First: So given I
get the cluster toolkit installed on these machines, which should theoretically perform
the operations more quickly: 1) the machine with 2 Xeon Dual Core 3.0 Ghz
(i.e., 4 cpu); or, 2) the machine with 2 Xeon Quad Core 2.33 Ghz (i.e., 8 cpu)?&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10pt; color: black;"&gt;&lt;P&gt;&lt;/P&gt;Second: Dose the
icc compiler have some maximum limit on size of matrices allocated in the code (assuming a 64bit linux machine)?&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;



&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10pt; color: black;"&gt;&lt;P&gt;&lt;/P&gt;Thanks again!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2007 23:58:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mpi-on-single-machine-Dual-Core-or-Quad-Core/m-p/912208#M12238</guid>
      <dc:creator>afinley</dc:creator>
      <dc:date>2007-08-23T23:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: mpi on single machine Dual Core or Quad Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mpi-on-single-machine-Dual-Core-or-Quad-Core/m-p/912209#M12239</link>
      <description>There isn't enough information to answer either of those questions. On the first, it may be a close call. On the second, (for x86-64) if you address the array using int indices, that would limit it to 2GB times sizeof(data type), or 8GB for an array of 32-bit objects. With long indices, it could be far larger, possibly even up around a terabyte. This is assuming dynamic (heap) allocation. If, instead, you mean a static array, it would be limited to 2GB under the default (small) memory model, regardless of the data types. The limits are the same as other compilers for x86-64.&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Aug 2007 03:25:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mpi-on-single-machine-Dual-Core-or-Quad-Core/m-p/912209#M12239</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2007-08-24T03:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: mpi on single machine Dual Core or Quad Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mpi-on-single-machine-Dual-Core-or-Quad-Core/m-p/912210#M12240</link>
      <description>&amp;gt; I want to being to learn MPI so I can use scalapack.&lt;BR /&gt;&lt;BR /&gt;You dont 'really' have to learn MPI to be able to use ScaLAPACK. All interprocessor communication in ScaLAPACK is handled by BLACS (which is built on top of MPI). So basically with the possible exception of setting the problem up it wont be of much use in the ScaLAPACK context.&lt;BR /&gt;&lt;BR /&gt;I have some rough &lt;A href="http://web.ics.purdue.edu/%7Estali/parlibs.htm"&gt;notes&lt;/A&gt; in case you're interested in building it from source.&lt;BR /&gt;&lt;BR /&gt;Btw I dont really deal with large dense matrices.&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Aug 2007 13:52:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mpi-on-single-machine-Dual-Core-or-Quad-Core/m-p/912210#M12240</guid>
      <dc:creator>Tabrez_Ali</dc:creator>
      <dc:date>2007-08-25T13:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: mpi on single machine Dual Core or Quad Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mpi-on-single-machine-Dual-Core-or-Quad-Core/m-p/912211#M12241</link>
      <description>Thanks a lot for your help. I just assumed that MPI was a prerequisite for using scaLAPACK. Also thanks for your note.&lt;BR /&gt;Kind regards-&lt;BR /&gt;-A&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Aug 2007 17:17:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mpi-on-single-machine-Dual-Core-or-Quad-Core/m-p/912211#M12241</guid>
      <dc:creator>afinley</dc:creator>
      <dc:date>2007-08-29T17:17:40Z</dc:date>
    </item>
  </channel>
</rss>

