<?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 Hello, please check if the in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180973#M29332</link>
    <description>&lt;P&gt;Hello, please check if the issue still exists into the latest MKL 2018 update 2 and let us know the result.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 May 2018 18:00:38 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2018-05-07T18:00:38Z</dc:date>
    <item>
      <title>cluster_sparse_solver iparm(2)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180966#M29325</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;How is the feature iparm(2) = 10 supposed to work with&amp;nbsp;cluster_sparse_solver? If I adapt cl_solver_unsym_distr_c.c by changing the value of&amp;nbsp;iparm[ 1] to 10, with 2 processes, it hangs on both Linux with IntelMPI and macOS with MPICH, and it segfaults with more than 2 processes.&lt;/P&gt;

&lt;P&gt;Moreover, there is some unwanted output:&lt;/P&gt;

&lt;P&gt;$ mpirun -np 2 ./a.out&lt;BR /&gt;
	RANK # 0 Total mem 0&lt;BR /&gt;
	RANK # 1 Total mem 0&lt;/P&gt;

&lt;P&gt;&amp;lt;deadlock&amp;gt;&lt;/P&gt;

&lt;P&gt;$&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;mpirun -np 4 ./a.out&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;===================================================================================&lt;BR /&gt;
	=&amp;nbsp; &amp;nbsp;BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES&lt;BR /&gt;
	=&amp;nbsp; &amp;nbsp;PID 48932 RUNNING AT&amp;nbsp;&lt;BR /&gt;
	=&amp;nbsp; &amp;nbsp;EXIT CODE: 11&lt;BR /&gt;
	=&amp;nbsp; &amp;nbsp;CLEANING UP REMAINING PROCESSES&lt;BR /&gt;
	=&amp;nbsp; &amp;nbsp;YOU CAN IGNORE THE BELOW CLEANUP MESSAGES&lt;BR /&gt;
	===================================================================================&lt;BR /&gt;
	YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Segmentation fault: 11 (signal 11)&lt;/P&gt;

&lt;P&gt;Could this be fixed please?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 21:24:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180966#M29325</guid>
      <dc:creator>asd__asdqwe</dc:creator>
      <dc:date>2018-01-08T21:24:29Z</dc:date>
    </item>
    <item>
      <title>Have you checked the problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180967#M29326</link>
      <description>&lt;P&gt;Have you checked the problem with the latest MKl 2018 u1 ( released at Nov '17)?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 04:10:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180967#M29326</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-01-09T04:10:56Z</dc:date>
    </item>
    <item>
      <title>I've checked this problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180968#M29327</link>
      <description>&lt;P&gt;I've checked this problem with Intel(R) Math Kernel Library Version 2018.0.1 Product Build 20171007 for Intel(R) 64 architecture applications on all OSes.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 06:41:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180968#M29327</guid>
      <dc:creator>asd__asdqwe</dc:creator>
      <dc:date>2018-01-09T06:41:09Z</dc:date>
    </item>
    <item>
      <title>With the Fortran example, and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180969#M29328</link>
      <description>&lt;P&gt;With the Fortran example, and&amp;nbsp;iparm(2) = 10, it also segfaults with more than 2 processes, but it seems OK with 2 processes, though there is a lot of unwanted output.&lt;/P&gt;

&lt;P&gt;$&amp;nbsp;mpirun -np 4 _results/intel_intelmpi_lp64_intel64_a/cl_solver_sym_distr_f.exe&amp;nbsp;&lt;BR /&gt;
	forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;
	Image&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Routine&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Line&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Source&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	cl_solver_sym_dis&amp;nbsp; 000000000652FC3D&amp;nbsp; Unknown&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	libpthread-2.26.s&amp;nbsp; 00007FC1AB87F160&amp;nbsp; Unknown&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Unknown&amp;nbsp; Unknown&lt;/P&gt;

&lt;P&gt;$&amp;nbsp;mpirun -np 2 _results/intel_intelmpi_lp64_intel64_a/cl_solver_sym_distr_f.exe&lt;BR /&gt;
	RANK # 0 Total mem 0&lt;BR /&gt;
	RANK # 1 Total mem 0&lt;BR /&gt;
	Memory allocated on phase&amp;nbsp; 11 on Rank # 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0000 Gb&lt;BR /&gt;
	Memory allocated on phase&amp;nbsp; 11 on Rank # 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0000 Gb&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 07:02:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180969#M29328</guid>
      <dc:creator>asd__asdqwe</dc:creator>
      <dc:date>2018-01-09T07:02:07Z</dc:date>
    </item>
    <item>
      <title>Can you reproduce these</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180970#M29329</link>
      <description>&lt;P&gt;Can you reproduce these errors on both Linux and macOS with both C and Fortran?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 06:45:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180970#M29329</guid>
      <dc:creator>asd__asdqwe</dc:creator>
      <dc:date>2018-01-11T06:45:19Z</dc:date>
    </item>
    <item>
      <title>yes, we see the problem on</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180971#M29330</link>
      <description>&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;yes, we see the problem on our side.&amp;nbsp; We will record it and fix it in future release. the next time, If any new issue, please feel free to submit to&amp;nbsp;&lt;A href="https://supporttickets.intel.com/?lang=en-US"&gt;Online&amp;nbsp;Service&amp;nbsp;Center&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 03:51:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180971#M29330</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-01-12T03:51:20Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180972#M29331</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;we fixed the problem and if you have access to the&amp;nbsp;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://supporttickets.intel.com/?lang=en-US" style="font-size: 12px;"&gt;Online&amp;nbsp;Service&amp;nbsp;Center&lt;/A&gt;, then you may submit ticket there and I will give you the engineering build to check if the problem exists on your side.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;thanks,&lt;/P&gt;

&lt;P&gt;Gennady&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 18:39:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180972#M29331</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-01-12T18:39:12Z</dc:date>
    </item>
    <item>
      <title>Hello, please check if the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180973#M29332</link>
      <description>&lt;P&gt;Hello, please check if the issue still exists into the latest MKL 2018 update 2 and let us know the result.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 18:00:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-iparm-2/m-p/1180973#M29332</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-05-07T18:00:38Z</dc:date>
    </item>
  </channel>
</rss>

