<?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 HPCG memory allocation in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/HPCG-memory-allocation/m-p/1065740#M4569</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I wanted to ask if somebody could explain how i can calculate the memory usage for the intel&lt;SPAN lang="en"&gt; optimized HPCG from grid size nx ny nz ?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN lang="en"&gt;Thank you for any help :D&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2016 14:25:54 GMT</pubDate>
    <dc:creator>Kai_S_1</dc:creator>
    <dc:date>2016-09-06T14:25:54Z</dc:date>
    <item>
      <title>HPCG memory allocation</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/HPCG-memory-allocation/m-p/1065740#M4569</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I wanted to ask if somebody could explain how i can calculate the memory usage for the intel&lt;SPAN lang="en"&gt; optimized HPCG from grid size nx ny nz ?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN lang="en"&gt;Thank you for any help :D&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 14:25:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/HPCG-memory-allocation/m-p/1065740#M4569</guid>
      <dc:creator>Kai_S_1</dc:creator>
      <dc:date>2016-09-06T14:25:54Z</dc:date>
    </item>
    <item>
      <title>Dear Kai,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/HPCG-memory-allocation/m-p/1065741#M4570</link>
      <description>Dear Kai,

Intel Optimized HPCG uses memory pool for all its data allocations.
You can see it initialized in src/hpcg.cpp source file shipped with the benchmark:
&lt;PRE class="brush:cpp"&gt;
  . . .
  memoryPool-&amp;gt;initialize(
    . . .
    : 896L*nx*ny*nz + 1024*1024);
  . . .
&lt;/PRE&gt;
You can use this as a reference for memory estimation.

Best regards,
Alexander</description>
      <pubDate>Wed, 28 Sep 2016 11:46:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/HPCG-memory-allocation/m-p/1065741#M4570</guid>
      <dc:creator>Alexander_K_Intel1</dc:creator>
      <dc:date>2016-09-28T11:46:00Z</dc:date>
    </item>
  </channel>
</rss>

