<?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_PARDISO_OOC_MAX_CORE_SIZE and MKL_PARDISO_OOC_PATH in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-OOC-MAX-CORE-SIZE-and-MKL-PARDISO-OOC-PATH/m-p/807108#M3498</link>
    <description>&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;P&gt;Yes, please see below:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;#include "mkl_types.h"&lt;BR /&gt;#include "mkl_pardiso.h"&lt;BR /&gt;...&lt;BR /&gt;const char* fname = "test_name_for_OOC_pardiso";&lt;BR /&gt;...&lt;BR /&gt;for (i = 0; i &amp;lt; 64; i++) {&lt;BR /&gt;iparm&lt;I&gt; = 0;&lt;BR /&gt;}&lt;BR /&gt;iparm[0] = 1; /* No solver default */&lt;BR /&gt;iparm[1] = 2; /* Fill-in reordering from METIS */&lt;BR /&gt;...&lt;BR /&gt;iparm[17] = -1; /* Output: Number of nonzeros in the factor LU */&lt;BR /&gt;iparm[18] = -1; /* Output: Mflops for LU factorization */&lt;BR /&gt;iparm[19] = 0; /* Output: Numbers of CG Iterations */&lt;BR /&gt;iparm[60-1] = 2; /* strong OOC mode */&lt;BR /&gt;maxfct = 1; /* Maximum number of numerical factorizations. */&lt;BR /&gt;mnum = 1; /* Which factorization to use. */&lt;BR /&gt;msglvl = 1; /* Print statistical information in file */&lt;BR /&gt;error = 0; /* Initialize error flag */&lt;/I&gt;&lt;/P&gt;&lt;P&gt;for (i = 0; i &amp;lt; 64; i++) {&lt;BR /&gt;pt&lt;I&gt; = 0;&lt;BR /&gt;}&lt;/I&gt;&lt;/P&gt;&lt;P&gt;param = PARDISO_OOC_FILE_NAME;&lt;BR /&gt;pardiso_setenv(pt, &amp;amp;param, fname); &lt;BR /&gt;phase = 11;&lt;BR /&gt;PARDISO (pt, &amp;amp;maxfct, &amp;amp;mnum, &amp;amp;mtype, &amp;amp;phase,&lt;BR /&gt;&amp;amp;n, a, ia, ja, &amp;amp;idum, &amp;amp;nrhs,&lt;BR /&gt;iparm, &amp;amp;msglvl, &amp;amp;ddum, &amp;amp;ddum, &amp;amp;error);&lt;BR /&gt;....&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;</description>
    <pubDate>Fri, 28 Oct 2011 11:10:19 GMT</pubDate>
    <dc:creator>Sergey_Solovev__Inte</dc:creator>
    <dc:date>2011-10-28T11:10:19Z</dc:date>
    <item>
      <title>MKL_PARDISO_OOC_MAX_CORE_SIZE and MKL_PARDISO_OOC_PATH</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-OOC-MAX-CORE-SIZE-and-MKL-PARDISO-OOC-PATH/m-p/807105#M3495</link>
      <description>Can PARDISO provide API to set those two variables? Our code does not use environment variables.</description>
      <pubDate>Fri, 21 Oct 2011 22:33:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-OOC-MAX-CORE-SIZE-and-MKL-PARDISO-OOC-PATH/m-p/807105#M3495</guid>
      <dc:creator>xian-zhong_guous_cd-</dc:creator>
      <dc:date>2011-10-21T22:33:42Z</dc:date>
    </item>
    <item>
      <title>MKL_PARDISO_OOC_MAX_CORE_SIZE and MKL_PARDISO_OOC_PATH</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-OOC-MAX-CORE-SIZE-and-MKL-PARDISO-OOC-PATH/m-p/807106#M3496</link>
      <description>&lt;P&gt;These variables can be set by configuration file pardiso_ooc.cfg (see MKL manual , Sparse Solver Routines/PARDISO/pardiso).&lt;/P&gt;&lt;P&gt;MKL_PARDISO_OOC_MAX_CORE_SIZE cannot be set via API.&lt;/P&gt;&lt;P&gt;MKL_PARDISO_OOC_PATH can be set by pardiso_setenv function (see Sparse Solver Routines/PARDISO/pardiso_setenv)&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2011 07:16:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-OOC-MAX-CORE-SIZE-and-MKL-PARDISO-OOC-PATH/m-p/807106#M3496</guid>
      <dc:creator>Sergey_Solovev__Inte</dc:creator>
      <dc:date>2011-10-22T07:16:15Z</dc:date>
    </item>
    <item>
      <title>MKL_PARDISO_OOC_MAX_CORE_SIZE and MKL_PARDISO_OOC_PATH</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-OOC-MAX-CORE-SIZE-and-MKL-PARDISO-OOC-PATH/m-p/807107#M3497</link>
      <description>Can you give me an C example how to use pardiso_setenv to set MKL_PARDISO_OOC_PATH?</description>
      <pubDate>Thu, 27 Oct 2011 22:07:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-OOC-MAX-CORE-SIZE-and-MKL-PARDISO-OOC-PATH/m-p/807107#M3497</guid>
      <dc:creator>xian-zhong_guous_cd-</dc:creator>
      <dc:date>2011-10-27T22:07:58Z</dc:date>
    </item>
    <item>
      <title>MKL_PARDISO_OOC_MAX_CORE_SIZE and MKL_PARDISO_OOC_PATH</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-OOC-MAX-CORE-SIZE-and-MKL-PARDISO-OOC-PATH/m-p/807108#M3498</link>
      <description>&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;P&gt;Yes, please see below:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;#include "mkl_types.h"&lt;BR /&gt;#include "mkl_pardiso.h"&lt;BR /&gt;...&lt;BR /&gt;const char* fname = "test_name_for_OOC_pardiso";&lt;BR /&gt;...&lt;BR /&gt;for (i = 0; i &amp;lt; 64; i++) {&lt;BR /&gt;iparm&lt;I&gt; = 0;&lt;BR /&gt;}&lt;BR /&gt;iparm[0] = 1; /* No solver default */&lt;BR /&gt;iparm[1] = 2; /* Fill-in reordering from METIS */&lt;BR /&gt;...&lt;BR /&gt;iparm[17] = -1; /* Output: Number of nonzeros in the factor LU */&lt;BR /&gt;iparm[18] = -1; /* Output: Mflops for LU factorization */&lt;BR /&gt;iparm[19] = 0; /* Output: Numbers of CG Iterations */&lt;BR /&gt;iparm[60-1] = 2; /* strong OOC mode */&lt;BR /&gt;maxfct = 1; /* Maximum number of numerical factorizations. */&lt;BR /&gt;mnum = 1; /* Which factorization to use. */&lt;BR /&gt;msglvl = 1; /* Print statistical information in file */&lt;BR /&gt;error = 0; /* Initialize error flag */&lt;/I&gt;&lt;/P&gt;&lt;P&gt;for (i = 0; i &amp;lt; 64; i++) {&lt;BR /&gt;pt&lt;I&gt; = 0;&lt;BR /&gt;}&lt;/I&gt;&lt;/P&gt;&lt;P&gt;param = PARDISO_OOC_FILE_NAME;&lt;BR /&gt;pardiso_setenv(pt, &amp;amp;param, fname); &lt;BR /&gt;phase = 11;&lt;BR /&gt;PARDISO (pt, &amp;amp;maxfct, &amp;amp;mnum, &amp;amp;mtype, &amp;amp;phase,&lt;BR /&gt;&amp;amp;n, a, ia, ja, &amp;amp;idum, &amp;amp;nrhs,&lt;BR /&gt;iparm, &amp;amp;msglvl, &amp;amp;ddum, &amp;amp;ddum, &amp;amp;error);&lt;BR /&gt;....&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;</description>
      <pubDate>Fri, 28 Oct 2011 11:10:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-OOC-MAX-CORE-SIZE-and-MKL-PARDISO-OOC-PATH/m-p/807108#M3498</guid>
      <dc:creator>Sergey_Solovev__Inte</dc:creator>
      <dc:date>2011-10-28T11:10:19Z</dc:date>
    </item>
  </channel>
</rss>

