<?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 Can pardiso use the windows virtual memory? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-pardiso-use-the-windows-virtual-memory/m-p/1116892#M24683</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I know about the OOC functionality, but if I just want to use the in-core option (iparm(60) = 0), how can I make sure pardiso uses virtual memory (windows 7)? In a large solve with 6 million unknowns, I get the error code -2. After phase 1 I calculate the memory requirement from pardiso as around 30gb, which is more than my available ram, but much less than my available virtual memory.&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	Related to this is the following question: what is the exact criterion which causes error code -2?&lt;/P&gt;

&lt;P&gt;Best,&lt;BR /&gt;
	Jens&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2016 12:03:40 GMT</pubDate>
    <dc:creator>Jens_E_</dc:creator>
    <dc:date>2016-10-17T12:03:40Z</dc:date>
    <item>
      <title>Can pardiso use the windows virtual memory?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-pardiso-use-the-windows-virtual-memory/m-p/1116892#M24683</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I know about the OOC functionality, but if I just want to use the in-core option (iparm(60) = 0), how can I make sure pardiso uses virtual memory (windows 7)? In a large solve with 6 million unknowns, I get the error code -2. After phase 1 I calculate the memory requirement from pardiso as around 30gb, which is more than my available ram, but much less than my available virtual memory.&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	Related to this is the following question: what is the exact criterion which causes error code -2?&lt;/P&gt;

&lt;P&gt;Best,&lt;BR /&gt;
	Jens&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 12:03:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-pardiso-use-the-windows-virtual-memory/m-p/1116892#M24683</guid>
      <dc:creator>Jens_E_</dc:creator>
      <dc:date>2016-10-17T12:03:40Z</dc:date>
    </item>
    <item>
      <title>If in-core option is used,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-pardiso-use-the-windows-virtual-memory/m-p/1116893#M24684</link>
      <description>&lt;P&gt;If in-core option is used, then after phase 1 calculation, you can determine the total peak memory consumed by MKL PARDISO with&amp;nbsp;&lt;CODE&gt;max(iparm(15), iparm(16)+iparm(17)). If this value is larger than the size of your RAM then it gives error code -2.&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas, Lucida Console, Menlo, Monaco, DejaVu Sans Mono, monospace, sans-serif"&gt;To use the virtual memory for in-core mode, you probably can try this:&lt;/FONT&gt;&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;&lt;FONT face="Consolas, Lucida Console, Menlo, Monaco, DejaVu Sans Mono, monospace, sans-serif"&gt;Set impar(60) = 1&lt;/FONT&gt;&lt;/LI&gt;
	&lt;LI&gt;Set env-variable&amp;nbsp;MKL_PARDISO_OOC_MAX_CORE_SIZE&amp;nbsp;to a size close to but smaller than the size of your RAM (in MB). By default this env-variable is 2000 MB.&lt;/LI&gt;
	&lt;LI&gt;Set env-variable MKL_PARDISO_OOC_MAX_SWAP_SIZE to something close to but smaller than the size of your virtual memory (in MB).&amp;nbsp;By default this env-variable is 0MB.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Read details here:&amp;nbsp;https://software.intel.com/en-us/node/470298#IPARM60&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 22:20:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-pardiso-use-the-windows-virtual-memory/m-p/1116893#M24684</guid>
      <dc:creator>Zhang_Z_Intel</dc:creator>
      <dc:date>2016-10-17T22:20:13Z</dc:date>
    </item>
    <item>
      <title>Thanks - I have now revisited</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-pardiso-use-the-windows-virtual-memory/m-p/1116894#M24685</link>
      <description>&lt;P&gt;Thanks - I have now revisited this issue.&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	Will this work only if iparm(60)=1, or also if iparm(60)=2?&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/node/470298#IPARM60" style="font-size: 12px;"&gt;https://software.intel.com/en-us/node/470298#IPARM60&lt;/A&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;states that "&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; background-color: rgb(242, 242, 242);"&gt;If the total peak memory needed for storing the local arrays is more than&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="keyword" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px; background-color: rgb(242, 242, 242);"&gt;MKL_PARDISO_OOC_MAX_CORE_SIZE&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; background-color: rgb(242, 242, 242);"&gt;, increase&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="keyword" style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; color: rgb(102, 102, 102); font-size: 13px; background-color: rgb(242, 242, 242);"&gt;MKL_PARDISO_OOC_MAX_CORE_SIZE&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; background-color: rgb(242, 242, 242);"&gt;if possible." Is this a fundamental limitation, or is it possible to use virtual memory also for the amount of data required by pardiso to stay in core?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; background-color: rgb(242, 242, 242);"&gt;Jens&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 08:52:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-pardiso-use-the-windows-virtual-memory/m-p/1116894#M24685</guid>
      <dc:creator>Jens_E_</dc:creator>
      <dc:date>2017-06-09T08:52:19Z</dc:date>
    </item>
  </channel>
</rss>

