<?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 If you did not set the value  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981237#M17459</link>
    <description>&lt;P&gt;If you did not set the value -197 into ipar[3] on purpose, it is likely that there are some array sizes provided that are not correct, and the value -197, which was supposed to be used for some other variable, spilled into ipar. Can you provide the source code that gave you this error?&lt;/P&gt;</description>
    <pubDate>Wed, 16 Apr 2014 15:17:12 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2014-04-16T15:17:12Z</dc:date>
    <item>
      <title>MKL POISSON LIBRARY ERROR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981233#M17455</link>
      <description>&lt;P&gt;I am numerically solving Poisson equation using Poisson Solver Routines&amp;nbsp;&lt;A href="https://software.intel.com/en-us/node/471042"&gt;https://software.intel.com/en-us/node/471042&lt;/A&gt; . The equation has both Neumann and periodic boundary conditions. These boundary condition will go into the parameter 'BCtype.' &amp;nbsp;In my code, the library seems to not allow me to solve Poisson equation with periodic boundary condition. After I run my code, I received this error message:&lt;/P&gt;

&lt;P&gt;"MKL POISSON LIBRARY ERROR:&lt;/P&gt;

&lt;P&gt;Parameter ipar[3]=-197 is out of admissible range {0,...,15} Probably, it was altered by mistake outside of the routine, or some characters in the parameter 'BCtype' were out of admissible range {D,N} during initialization stage. Computations has been stopped The result may be wrong. "&lt;/P&gt;

&lt;P&gt;Is it possible to solve Poisson equation with the periodic boundary condition? According to the above webpage, it is legitimate. But it fails in practice.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2014 19:06:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981233#M17455</guid>
      <dc:creator>Apiwat_W_</dc:creator>
      <dc:date>2014-04-15T19:06:35Z</dc:date>
    </item>
    <item>
      <title>I solve Poisson equation in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981234#M17456</link>
      <description>&lt;P&gt;I solve Poisson equation in 2D cartesian coordinates. First I call d_init_Helmholtz_2D(....,BCtype,...) where BCtype="PPNN" &amp;nbsp; The error message appears after I use&amp;nbsp;d_commit_Helmholtz_2D(....)&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2014 19:50:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981234#M17456</guid>
      <dc:creator>Apiwat_W_</dc:creator>
      <dc:date>2014-04-15T19:50:19Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981235#M17457</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;This error can appeared in case of changing iparm array between init and commit stage. Could you print iparm array 2 times - after init and before commit and send it to me?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 00:19:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981235#M17457</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2014-04-16T00:19:40Z</dc:date>
    </item>
    <item>
      <title>The value of ipar[] array</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981236#M17458</link>
      <description>&lt;P&gt;The value of ipar[] array does not change during this stage.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;BEFORE d_init_Helmholtz_2D; ipar=0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;AFTER d_init_Helmholtz_2D; ipar=0, 1, 1, -197, -1, -1, 1, 1, 0, 0, 8, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;BEFORE d_commit_Helmholtz_2D; ipar=0, 1, 1, -197, -1, -1, 1, 1, 0, 0, 8, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;&amp;nbsp;-----------------------------&lt;/SPAN&gt;&lt;WBR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;------------------------------&lt;/SPAN&gt;&lt;WBR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;--------------------&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;MKL POISSON LIBRARY ERROR:&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;Parameter ipar[3]=-197 is out of admissible range {0,...,15}.&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;Probably, it was altered by mistake outside of the routine, or some characters in&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;the parameter 'BCtype' were out of admissible range {D,N} during initialization&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;stage. Computations has been stopped. The result may be wrong.&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;AFTER d_commit_Helmholtz_2D; ipar=-100, 1, 1, -197, -1, -1, 1, 1, 0, 0, 8, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;The error shows up when I call commit routine. If I change the periodic boundary condition to other type (Neumann), this error message does not appear. Everything will work just fine. But I need to use the periodic boundary condition.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 00:57:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981236#M17458</guid>
      <dc:creator>Apiwat_W_</dc:creator>
      <dc:date>2014-04-16T00:57:47Z</dc:date>
    </item>
    <item>
      <title>If you did not set the value</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981237#M17459</link>
      <description>&lt;P&gt;If you did not set the value -197 into ipar[3] on purpose, it is likely that there are some array sizes provided that are not correct, and the value -197, which was supposed to be used for some other variable, spilled into ipar. Can you provide the source code that gave you this error?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 15:17:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981237#M17459</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-04-16T15:17:12Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981238#M17460</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Looks like first 2 chars in Bctype word is not correct, not equal to "N" or "D" or "P". Could you provide BCtype?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 15:53:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981238#M17460</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2014-04-16T15:53:52Z</dc:date>
    </item>
    <item>
      <title>This is a portion of my code:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981239#M17461</link>
      <description>&lt;P&gt;&lt;FONT color="#222222" face="arial" size="2"&gt;&lt;SPAN style="line-height: normal;"&gt;This is a portion of my code:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;==================================================================&lt;/P&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;long Nx = 10, Ny = 100;&lt;/DIV&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;double ax, bx, ay, by, q_helmholtz=0;&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;long long stat, nx=(Nx-1)-1, ny=Ny-1;&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;long long ipar[128];&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;double *dpar, *fHelmholtz, *bd_ax, *bd_bx, *bd_ay, *bd_by;&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;DFTI_DESCRIPTOR_HANDLE xhandle = 0;&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;char *BCtype;&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;ax = 0;&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;bx = (nx+1)*dx;&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;ay = 0;&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;by = (ny+1)*dy;&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;dpar = (double*)malloc((13*nx/2+7)*&lt;/SPAN&gt;&lt;WBR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;sizeof(double));&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;bd_ax = (double*)malloc((ny+1)*sizeof(&lt;/SPAN&gt;&lt;WBR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;double));&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;bd_bx = (double*)malloc((ny+1)*sizeof(&lt;/SPAN&gt;&lt;WBR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;double));&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;bd_ay = (double*)malloc((nx+1)*sizeof(&lt;/SPAN&gt;&lt;WBR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;double));&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;bd_by = (double*)malloc((nx+1)*sizeof(&lt;/SPAN&gt;&lt;WBR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;double));&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;fHelmholtz = (double*)malloc((nx+1)*(ny+1)*&lt;/SPAN&gt;&lt;WBR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;sizeof(double));&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;BCtype = "PPNN";&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;for(i=0;i&amp;lt;128;i++){ //reset ipar&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ipar&lt;I&gt; = 0;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;}&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;printf("BEFORE d_init_Helmholtz_2D; ipar=");&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;for(i=0;i&amp;lt;128;i++){&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("%ld, ",ipar&lt;I&gt;);&lt;/I&gt;&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;}&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;printf("\n");&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;d_init_Helmholtz_2D(&amp;amp;ax, &amp;amp;bx, &amp;amp;ay, &amp;amp;by, &amp;amp;nx, &amp;amp;ny, BCtype, &amp;amp;q_helmholtz, ipar, dpar, &amp;amp;stat);&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;printf("AFTER d_init_Helmholtz_2D; ipar=");&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;for(i=0;i&amp;lt;128;i++){&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("%ld, ",ipar&lt;I&gt;);&lt;/I&gt;&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial; font-size: small; line-height: normal;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;==================================================================&lt;/P&gt;

&lt;P&gt;I have never changed the element value of ipar anywhere else.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 16:38:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981239#M17461</guid>
      <dc:creator>Apiwat_W_</dc:creator>
      <dc:date>2014-04-16T16:38:09Z</dc:date>
    </item>
    <item>
      <title>HI,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981240#M17462</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;And the last question - which version of MKL do you use? I ask because support of periodic boundary condition have been implemented a bit later after support of Dirichlet and Neumann boundary condition. The behavior of your example is similar to situation of old MKL release without "P" support.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2014 01:15:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981240#M17462</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2014-04-17T01:15:47Z</dc:date>
    </item>
    <item>
      <title>That explains the problem. I</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981241#M17463</link>
      <description>&lt;P&gt;That explains the problem. I am using MKL that came with intel composer xe 2011 sp1 on Linux machine. Which is the version of MKL that supports periodic boundary condition?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Apiwat&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2014 01:36:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981241#M17463</guid>
      <dc:creator>Apiwat_W_</dc:creator>
      <dc:date>2014-04-17T01:36:59Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981242#M17464</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;That's last release without supporting periodic boundary condition in Helmholtz_2D, this support have been implemented in Composer XE&amp;nbsp;2011 update 7&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2014 02:02:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981242#M17464</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2014-04-17T02:02:16Z</dc:date>
    </item>
    <item>
      <title>Thank you for your help, Alex</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981243#M17465</link>
      <description>&lt;P&gt;Thank you for your help, Alex. I will update the library soon.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Apiwat&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2014 02:05:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981243#M17465</guid>
      <dc:creator>Apiwat_W_</dc:creator>
      <dc:date>2014-04-17T02:05:24Z</dc:date>
    </item>
    <item>
      <title>Apiwat,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981244#M17466</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Apiwat,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;No problem, feel free to ask me any questions according Poisson library and other MKL domains and sorry for so long period in understand problem.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Alex&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2014 02:48:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-POISSON-LIBRARY-ERROR/m-p/981244#M17466</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2014-04-17T02:48:15Z</dc:date>
    </item>
  </channel>
</rss>

