<?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 Hi, It is difficult to share in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-segfault-in-64-bit-mode-on-Mac-OS-X/m-p/1017527#M19549</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hi,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;It is difficult to share the code because of the nature of the project. I am experimenting with dynamic linking if that can help. Will post my findings here in a day or two.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 May 2015 23:03:34 GMT</pubDate>
    <dc:creator>Arun_S_1</dc:creator>
    <dc:date>2015-05-27T23:03:34Z</dc:date>
    <item>
      <title>PARDISO segfault in 64 bit mode on Mac OS X</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-segfault-in-64-bit-mode-on-Mac-OS-X/m-p/1017525#M19547</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I am using Intel MKL version 11.2 update 3 (latest I believe) on Mac OS X Yosemite (10.10.3).&amp;nbsp;&lt;/SPAN&gt;Specifically&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;I am noticing that the PARDISO direct sparse solver is crashing in the 64 bit mode (&lt;/SPAN&gt;compiled with&amp;nbsp;-DMKL_ILP64 -m64)&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;. It runs fine in the 32 bit mode. &amp;nbsp;My matrix size is 10000&amp;nbsp;&lt;/SPAN&gt;with about 1&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;million non-zeros. Are there any known issues with the above system configurations ? Any help is appreciated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Arun&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 19:00:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-segfault-in-64-bit-mode-on-Mac-OS-X/m-p/1017525#M19547</guid>
      <dc:creator>Arun_S_1</dc:creator>
      <dc:date>2015-05-27T19:00:27Z</dc:date>
    </item>
    <item>
      <title>Hi is it possible for you to</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-segfault-in-64-bit-mode-on-Mac-OS-X/m-p/1017526#M19548</link>
      <description>&lt;P&gt;Hi is it possible for you to submit your issue for us to take a look at?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 22:42:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-segfault-in-64-bit-mode-on-Mac-OS-X/m-p/1017526#M19548</guid>
      <dc:creator>Kenneth_C_Intel</dc:creator>
      <dc:date>2015-05-27T22:42:21Z</dc:date>
    </item>
    <item>
      <title>Hi, It is difficult to share</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-segfault-in-64-bit-mode-on-Mac-OS-X/m-p/1017527#M19549</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hi,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;It is difficult to share the code because of the nature of the project. I am experimenting with dynamic linking if that can help. Will post my findings here in a day or two.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 23:03:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-segfault-in-64-bit-mode-on-Mac-OS-X/m-p/1017527#M19549</guid>
      <dc:creator>Arun_S_1</dc:creator>
      <dc:date>2015-05-27T23:03:34Z</dc:date>
    </item>
    <item>
      <title>Are you passing 8-byte</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-segfault-in-64-bit-mode-on-Mac-OS-X/m-p/1017528#M19550</link>
      <description>&lt;P&gt;Are you passing 8-byte integer arguments to Pardiso? Do you call pardiso64? What does your code do with the defined macro&amp;nbsp;MKL_ILP64?&lt;/P&gt;

&lt;P&gt;Have you tried any of the example programs supplied with MKL that call Pardiso, with 8 byte integers? Doing so may alert you to the issues of passing correctly-sized PT pointer array contents and 8-byte integer arguments.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 02:15:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-segfault-in-64-bit-mode-on-Mac-OS-X/m-p/1017528#M19550</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-05-28T02:15:46Z</dc:date>
    </item>
    <item>
      <title>I am using MKL_INT for all my</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-segfault-in-64-bit-mode-on-Mac-OS-X/m-p/1017529#M19551</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I am using MKL_INT for all my relevant declarations and am letting the MKL macros handle things. It turns out that everything runs fine with dynamic linking but I am having issues with static linking. I found a couple of threads on the MKL forum from 2 years ago that had kind of similar problems.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/topic/393920" target="_blank"&gt;https://software.intel.com/en-us/forums/topic/393920&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;At-least I am able to run my code and get the answers but wondering as to what might be the reason for this behavior.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 22:10:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-segfault-in-64-bit-mode-on-Mac-OS-X/m-p/1017529#M19551</guid>
      <dc:creator>Arun_S_1</dc:creator>
      <dc:date>2015-06-03T22:10:46Z</dc:date>
    </item>
  </channel>
</rss>

