<?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 - regression means if 11.3.4 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088737#M23088</link>
    <description>&lt;P&gt;- regression means if 11.3.4 fails but the previous update 11.3.3 works as expected...&lt;/P&gt;

&lt;P&gt;- I still don't see the problem on my side. here are the conditions which I use for validation your case:&lt;/P&gt;

&lt;P&gt;window 8.1, MKL version 2017;&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;command line build and execution;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;linking with /Qmkl or "&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;mkl_core.lib&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;mkl_intel_lp64.lib&amp;nbsp;mkl_intel_thread.lib&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;libiomp5md.lib"&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;CPU - AVX2 based system.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;- Could you give the environment you use when the problem with 2017 happens?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Sep 2016 07:22:25 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2016-09-23T07:22:25Z</dc:date>
    <item>
      <title>Pardiso Crash in MKL 2017</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088732#M23083</link>
      <description>&lt;P&gt;After upgrading to MKL 2017 (as part of the 2017 Intel Fortran compiler for Windows) I get a Pardiso crash when calling it to solve a simple matrix. The crash doesn't happen in MKL 11.3.4 or in any other earlier versions.&lt;BR /&gt;
	&lt;BR /&gt;
	I have created a test example that demonstrates the crash (see attachment). The data that gets passed to Pardiso (which is normally generated by my application) is read from a file in my test example which is also attached. The test example runs Ok in MKL 11.3.4 and earlier versions but crashes in MKL 2017.&lt;BR /&gt;
	&lt;BR /&gt;
	I have been using Pardiso successfully for many years and don't think I am doing anything wrong.&lt;BR /&gt;
	&lt;BR /&gt;
	Peter&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 02:51:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088732#M23083</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2016-09-23T02:51:15Z</dc:date>
    </item>
    <item>
      <title>Do you mean this is some sort</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088733#M23084</link>
      <description>&lt;P&gt;Do you mean this is some sort of regression problem and this case passed well with previous updates?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 03:48:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088733#M23084</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-09-23T03:48:15Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088734#M23085</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;the light testing your example, shows no problems. &amp;nbsp;Win, 64 bit, lp64 mode.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;the only changes I did: &amp;nbsp;made the program instead of subroutine, added &lt;/SPAN&gt;mkl_get_version_string&lt;SPAN style="font-size: 1em;"&gt; and prints for output array.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;here is the results:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;_Forums\u696757&amp;gt;1.exe&lt;BR /&gt;
	&amp;nbsp;**********************************************&lt;BR /&gt;
	ntel(R) Math Kernel Library Version 2017.0.0 Product Build 20160801 for Intel(R) 64 architecture applications&lt;/P&gt;

&lt;P&gt;&amp;nbsp;**********************************************&lt;BR /&gt;
	.... before Pardiso call .......&lt;BR /&gt;
	&amp;nbsp;after Pardiso call, phase == 13, ERROR == &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;
	&amp;nbsp;**********************************************&lt;BR /&gt;
	&amp;nbsp;**********************************************&lt;BR /&gt;
	&amp;nbsp;after Pardiso call, Phase ==-1, ERROR == &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;
	&amp;nbsp;... X &amp;nbsp;...== &amp;nbsp;0.000000000000000E+000 -1.130282459811037E-003&lt;BR /&gt;
	&amp;nbsp;3.526077288086858E-003 -3.592627831828867E-005 &amp;nbsp;0.000000000000000E+000&lt;BR /&gt;
	&amp;nbsp;0.000000000000000E+000 &amp;nbsp;0.000000000000000E+000 -5.602969108474065E-004&lt;BR /&gt;
	&amp;nbsp;2.777262958946455E-003 -6.643974549978017E-005 &amp;nbsp;0.000000000000000E+000&lt;BR /&gt;
	&amp;nbsp;0.000000000000000E+000 &amp;nbsp;1.149659736043504E-003 &amp;nbsp;2.549216482510058E-003&lt;BR /&gt;
	-4.677457951176992E-003 &amp;nbsp;0.000000000000000E+000 &amp;nbsp;0.000000000000000E+000&lt;BR /&gt;
	&amp;nbsp;0.000000000000000E+000 &amp;nbsp;4.259138634320509E-003 &amp;nbsp;2.111724010591131E-003&lt;BR /&gt;
	-1.320197447645458E-002 &amp;nbsp;0.000000000000000E+000 &amp;nbsp;0.000000000000000E+000&lt;BR /&gt;
	&amp;nbsp;0.000000000000000E+000 &amp;nbsp;5.987196295190753E-003 &amp;nbsp;1.128306758578033E-003&lt;BR /&gt;
	-3.235162985183892E-002 &amp;nbsp;0.000000000000000E+000 &amp;nbsp;0.000000000000000E+000&lt;BR /&gt;
	&amp;nbsp;6.276281397749442E-003 &amp;nbsp;1.021550220088535E-010 -5.476862158031406E-002&lt;BR /&gt;
	&amp;nbsp;0.000000000000000E+000 &amp;nbsp;0.000000000000000E+000 &amp;nbsp;8.459754026750180E-014&lt;BR /&gt;
	-1.128306554232226E-003 -3.235162985252373E-002 &amp;nbsp;0.000000000000000E+000&lt;BR /&gt;
	&amp;nbsp;0.000000000000000E+000 -6.276281397759122E-003 -2.111723799051891E-003&lt;BR /&gt;
	-1.320197305531472E-002 &amp;nbsp;0.000000000000000E+000 &amp;nbsp;0.000000000000000E+000&lt;BR /&gt;
	&amp;nbsp;0.000000000000000E+000 -5.987196127432409E-003 -2.549216311189985E-003&lt;BR /&gt;
	-4.677461520114669E-003 &amp;nbsp;0.000000000000000E+000 &amp;nbsp;0.000000000000000E+000&lt;BR /&gt;
	&amp;nbsp;0.000000000000000E+000 -4.259139853882195E-003 -2.777262844894757E-003&lt;BR /&gt;
	-6.643974549908814E-005 &amp;nbsp;0.000000000000000E+000 &amp;nbsp;0.000000000000000E+000&lt;BR /&gt;
	-1.149659751248887E-003 -3.526077231058885E-003 -3.592627831794265E-005&lt;BR /&gt;
	&amp;nbsp;0.000000000000000E+000 &amp;nbsp;0.000000000000000E+000 &amp;nbsp;0.000000000000000E+000&lt;BR /&gt;
	&amp;nbsp;5.602968956403245E-004 &amp;nbsp;0.000000000000000E+000 &amp;nbsp;1.130282444603389E-003&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 04:28:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088734#M23085</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-09-23T04:28:22Z</dc:date>
    </item>
    <item>
      <title>I'm not quite sure in what</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088735#M23086</link>
      <description>&lt;P&gt;I'm not quite sure in what context you are using the term regression, but yes my test example works well in all previous versions of Pardiso. The problem only started in the 2017 version.&lt;BR /&gt;
	&lt;BR /&gt;
	My test case is a small 65 x 65 symmetrical banded matrix with a half bandwidth of 12. I'm using CSR storage and calling Pardiso with mtype=2 (real and symmetric positive definite matrix).and phase=13. If I&amp;nbsp;call Pardiso with phase=12 then it still crashes.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 05:01:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088735#M23086</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2016-09-23T05:01:16Z</dc:date>
    </item>
    <item>
      <title>The results you got are</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088736#M23087</link>
      <description>&lt;P&gt;The results you got are identical to mine if I use an earlier version of Pardiso. Do you have any idea of why my version would be crashing? It is very consistent.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 05:34:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088736#M23087</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2016-09-23T05:34:24Z</dc:date>
    </item>
    <item>
      <title>- regression means if 11.3.4</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088737#M23088</link>
      <description>&lt;P&gt;- regression means if 11.3.4 fails but the previous update 11.3.3 works as expected...&lt;/P&gt;

&lt;P&gt;- I still don't see the problem on my side. here are the conditions which I use for validation your case:&lt;/P&gt;

&lt;P&gt;window 8.1, MKL version 2017;&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;command line build and execution;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;linking with /Qmkl or "&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;mkl_core.lib&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;mkl_intel_lp64.lib&amp;nbsp;mkl_intel_thread.lib&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;libiomp5md.lib"&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;CPU - AVX2 based system.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;- Could you give the environment you use when the problem with 2017 happens?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 07:22:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088737#M23088</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-09-23T07:22:25Z</dc:date>
    </item>
    <item>
      <title>My environment is Windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088738#M23089</link>
      <description>&lt;P&gt;My environment is Windows 10-64 with Visual Studio 2015. The VS command line is:&lt;BR /&gt;
	&lt;BR /&gt;
	ifort /nologo /O2 /fpp /warn:noalignments /align:rec1byte /fp:strict /module:&amp;amp;quotx64\Release\\&amp;amp;quot /object:&amp;amp;quotx64\Release\\&amp;amp;quot /Fd&amp;amp;quotx64\Release\vc140.pdb&amp;amp;quot /libs:dll /threads /c /Qlocation,link,&amp;amp;quotC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin\amd64&amp;amp;quot /Qm64 &amp;amp;quotC:\work\PardisoTest.FOR&amp;amp;quot&lt;BR /&gt;
	&lt;BR /&gt;
	Could you send me your modified source code and command lines so that I can try your method?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:40:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088738#M23089</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2016-09-23T08:40:47Z</dc:date>
    </item>
    <item>
      <title>No crashes with IPS2017 on</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088739#M23090</link>
      <description>&lt;P&gt;No crashes with IPS2017 on W10-X64, run after compiling 32- or 64-bit EXEs.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 11:36:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088739#M23090</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-09-23T11:36:00Z</dc:date>
    </item>
    <item>
      <title>C'mon guys, I know what</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088740#M23091</link>
      <description>&lt;P&gt;C'mon guys, I know what regression means. I was asking about the context in case Gennady was asking if my application uses Pardiso to do some sort of regression analysis.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 12:57:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088740#M23091</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2016-09-23T12:57:00Z</dc:date>
    </item>
    <item>
      <title>the attached is your example</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088741#M23092</link>
      <description>&lt;P&gt;the attached is your example I used.&lt;/P&gt;

&lt;P&gt;compile and link lines:&lt;/P&gt;

&lt;P&gt;ifort /Qmkl PardisoTest_v1.for&amp;nbsp;&lt;/P&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;P&gt;ifort /I "..\windows\mkl\include"&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;PardisoTest_v1.for&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;mkl_intel_lp64.lib&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;mkl_intel_thread.lib &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;mkl_core.lib&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;\libiomp5md.lib&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2016 03:39:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088741#M23092</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-09-24T03:39:55Z</dc:date>
    </item>
    <item>
      <title>After further testing I have</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088742#M23093</link>
      <description>&lt;P&gt;After further testing I have been able to establish that the Pardiso crash only happens in the 64-bit version if I use /Qmkl:parallel. If I use /Qmkl:sequential then it works Ok. I have also established that the problem occurs in MKL 11.3.4 and MKL 2017, whereas earlier versions seem to be Ok.&lt;BR /&gt;
	&lt;BR /&gt;
	The problem for me is that running Pardiso in sequential mode is too slow for my calculation intensive application.&lt;BR /&gt;
	&lt;BR /&gt;
	​Can you see if you can replicate this?&lt;BR /&gt;
	&lt;BR /&gt;
	Peter&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 01:35:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088742#M23093</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2016-09-26T01:35:18Z</dc:date>
    </item>
    <item>
      <title>After more testing I have</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088743#M23094</link>
      <description>&lt;P&gt;After a bit more testing I have found that the Pardiso crash only happens if I compile and link in Visual Studio but not if&amp;nbsp;I do it with a command line prompt (eg. ifort /Qmkl:parallel PardisoTest.for). The problem therefore seems to be related to something in the Visual Studio 2015 implementation. I have used default VS settings everywhere except for turning on MKL with /Qmkl:parallel. I have attached my VS2015 solution which demonstrates the crash.&lt;BR /&gt;
	&lt;BR /&gt;
	Peter&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 03:23:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088743#M23094</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2016-09-26T03:23:00Z</dc:date>
    </item>
    <item>
      <title>I wonder if your issue is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088744#M23095</link>
      <description>&lt;P&gt;I wonder if your issue is related to the one I just posted about. Try changing the OMP_NUM_THREADS to see if only certain values cause it to crash like with me.&lt;/P&gt;

&lt;P&gt;Edit: Also try changing iparm[0]= 1 or 0 to see if one works.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 05:04:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088744#M23095</guid>
      <dc:creator>Ferris_H_</dc:creator>
      <dc:date>2016-09-26T05:04:00Z</dc:date>
    </item>
    <item>
      <title>Interesting... setting OMP</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088745#M23096</link>
      <description>&lt;P&gt;Interesting... setting OMP_NUM_THREADS ​= 1 makes my example work with /Qmkl:parallel but anything greater than 1 (or leaving it out altogether) makes it crash. My system is an i7 3537U with 4 cores.&lt;BR /&gt;
	&lt;BR /&gt;
	I think setting iparm[0]=1 might be a red herring. It just means that you have to set all the other iparm values yourself rather than using the default values. Are you calling PardisoInit before Pardiso and, if not, are you initializing pt to zeroes first?&lt;BR /&gt;
	&lt;BR /&gt;
	I just noticed that someone else reported a similar problem back in November 2015 (see link below):&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;A href="http://stackoverflow.com/questions/33539521/intel-mkl-pardiso-wont-run-parallel-in-fortran" target="_blank"&gt;http://stackoverflow.com/questions/33539521/intel-mkl-pardiso-wont-run-parallel-in-fortran&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 06:15:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088745#M23096</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2016-09-26T06:15:39Z</dc:date>
    </item>
    <item>
      <title>I am not using Pardisoinit,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088746#M23097</link>
      <description>&lt;P&gt;I am not using Pardisoinit, but I am initializing pt to 0's:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; for(i=0;i&amp;lt;64;i++){pt&lt;I&gt;=0;}&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	For some reason setting iparm[0]=1 allows me to use any value for OMP_NUM_THREADS ( I do not set any other iparm values ). If I keep it at zero, then I get the crash for OMP_NUM_THREADS=2 or 3.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 15:46:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088746#M23097</guid>
      <dc:creator>Ferris_H_</dc:creator>
      <dc:date>2016-09-26T15:46:22Z</dc:date>
    </item>
    <item>
      <title>Peter, I reproduced the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088747#M23098</link>
      <description>&lt;P&gt;Peter, I reproduced the problem with the example you provided at #12.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The exception happens when the code links with threaded versions of mkl as you said. In the case if of sequential libs or MKL_NUM_THREADS = 1, Pardiso works as expected.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;when you link with threaded versions of mkl's libs, as a temporarily workaround, we may recommend to set&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;call mkl_set_num_threads( 1 ) before the first Pardiso call and then restore the #of threads.&lt;/P&gt;

&lt;P&gt;wbr, Gennady&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:42:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088747#M23098</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-09-27T09:42:48Z</dc:date>
    </item>
    <item>
      <title>I can't really use sequential</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088748#M23099</link>
      <description>&lt;P&gt;I can't really use sequential or threads=1 because that will slow down my application too much.&lt;/P&gt;

&lt;P&gt;Do you know why if I compile and link with a command prompt and still use /Qmkl:parallel it seems to work? Is there a particular VS2015 compiler setting that is causing the problem that I could possibly change to avoid the problem and get a result similar to the command prompt method (other than changing to sequential or one thread)?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:55:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088748#M23099</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2016-09-27T09:55:19Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088749#M23100</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;looks like your forgot to add include file in your example. After some slight change of file (in attach) to remove warning, example passed correctly on all mkl version that I have&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;schulzey wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I can't really use sequential or threads=1 because that will slow down my application too much.&lt;/P&gt;

&lt;P&gt;Do you know why if I compile and link with a command prompt and still use /Qmkl:parallel it seems to work? Is there a particular VS2015 compiler setting that is causing the problem that I could possibly change to avoid the problem and get a result similar to the command prompt method (other than changing to sequential or one thread)?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 07:01:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088749#M23100</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2016-11-01T07:01:19Z</dc:date>
    </item>
    <item>
      <title>Hi Alex, it still crashes in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088750#M23101</link>
      <description>&lt;P&gt;Hi Alex, it still crashes in my Visual Studio application if I have the extra include line in there or not. You seem to be compiling it with a command line but have you tried it with my VS project (see post #12 above). Compiling it with a command line works for me too, but it is the VS implementation that is the problem.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 23:35:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088750#M23101</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2016-11-01T23:35:33Z</dc:date>
    </item>
    <item>
      <title>Schulzey,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088751#M23102</link>
      <description>&lt;P&gt;Schulzey,&lt;/P&gt;

&lt;P&gt;Can I ask you to send me project with link mkl which differ from default one? I see similar behaviour in case of linking non-default MKL without removing check mark in "Use Intel Math Kernel Library" field.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 03:20:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-Crash-in-MKL-2017/m-p/1088751#M23102</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2016-11-02T03:20:59Z</dc:date>
    </item>
  </channel>
</rss>

