<?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 Dear Gennady, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161625#M27947</link>
    <description>&lt;P&gt;Dear Gennady,&lt;/P&gt;&lt;P&gt;Thank for your response. I also wonder what reason that causes the code strange behavior with the number of processes. Is it possible caused by my platform software configuration?&lt;/P&gt;&lt;P&gt;My current test platform has 2 identical nodes. Each node has Intel i7-5820k CPU with 6 cores, 128GB memory. The OS is OpenSUSE Leap version 42.3. The compiler is Intel Parallel Studio Cluster version, 2018.3.222.&lt;/P&gt;&lt;P&gt;The CPU information you like to know is in the attachment, which I got by lscpu for one node, and cluster's processes information. I hope it is useful to debug.&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Nov 2018 15:52:35 GMT</pubDate>
    <dc:creator>Dan_Ghiocel</dc:creator>
    <dc:date>2018-11-20T15:52:35Z</dc:date>
    <item>
      <title>strange behavior of the cluster_sparse_solver</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161620#M27942</link>
      <description>&lt;P&gt;Dear experts,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm trying to use INTEL cluster sparse solver to solve a big size of symmetric complex number equations. I found that my code has strange behavior,&amp;nbsp; it gives the correct solution or crashes as the number of the cluster processes is changed.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; My cluster consists of two nodes, each node has Intel i7-5820k CPU with 6 cores, 128GB memory. The OS is OpenSUSE Leap version 42.3. The compiler is Intel Parallel Studio Cluster version, 2018.3.222.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Based on the hardware configuration, I am able to run the code with the number of processes from 1 to 12.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;When running the code with 1 process, the code gives the correct solution.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;When 2 to 8 processes are used, the code is crashed, shown the following error messages.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;***** &amp;lt; mpirun -n 2 ./test_psolver_v1.a &amp;gt; &amp;lt;Error Message&amp;gt;*****&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;EM&gt;Fatal error in PMPI_Allgather: Message truncated, error stack:&lt;BR /&gt;PMPI_Allgather(1093)....................: MPI_Allgather(sbuf=0x7ffc336490e4, scount=1, MPI_INT, rbuf=0x8afcb80, rcount=1, MPI_INT, MPI_COMM_WORLD) failed&lt;BR /&gt;MPIR_Allgather_impl(908)................: fail failed&lt;BR /&gt;MPIR_Allgather(861).....................: fail failed&lt;BR /&gt;MPIR_Allgather_intra(681)...............: fail failed&lt;BR /&gt;MPIDI_CH3_PktHandler_EagerShortSend(457): Message from rank 0 and tag 7 truncated; 8 bytes received but buffer size is 4&lt;/EM&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;***** &amp;lt; mpirun -n 3 ./test_psolver_v1.a &amp;gt; &amp;lt;Error Message&amp;gt;*****&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;EM&gt;Fatal error in PMPI_Allgather: Invalid count, error stack:&lt;BR /&gt;PMPI_Allgather(1093).....: MPI_Allgather(sbuf=0x8b53ea0, scount=1, MPI_LONG_LONG_INT, rbuf=0x8b54300, rcount=1, MPI_LONG_LONG_INT, MPI_COMM_WORLD) failed&lt;BR /&gt;MPIR_Allgather_impl(908).: fail failed&lt;BR /&gt;MPIR_Allgather(861)......: fail failed&lt;BR /&gt;MPIR_Allgather_intra(332): fail failed&lt;BR /&gt;MPIC_Send(335)...........: Negative count, value is -32766&lt;BR /&gt;Fatal error in PMPI_Allgather: Message truncated, error stack:&lt;BR /&gt;PMPI_Allgather(1093)....................: MPI_Allgather(sbuf=0x7ffd59422ee4, scount=1, MPI_INT, rbuf=0x9cf6e00, rcount=1, MPI_INT, MPI_COMM_WORLD) failed&lt;BR /&gt;MPIR_Allgather_impl(908)................: fail failed&lt;BR /&gt;MPIR_Allgather(861).....................: fail failed&lt;BR /&gt;MPIR_Allgather_intra(267)...............: fail failed&lt;BR /&gt;MPIDI_CH3_PktHandler_EagerShortSend(457): Message from rank 0 and tag 7 truncated; 16 bytes received but buffer size is 12&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;***** &amp;lt; mpirun -n 7 ./test_psolver_v1.a &amp;gt; &amp;lt;Error Message&amp;gt;*****&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;Fatal error in PMPI_Allgather: Invalid count, error stack:&lt;BR /&gt;PMPI_Allgather(1093).....: MPI_Allgather(sbuf=0xa4781a0, scount=1, MPI_LONG_LONG_INT, rbuf=0xa476580, rcount=1, MPI_LONG_LONG_INT, MPI_COMM_WORLD) failed&lt;BR /&gt;MPIR_Allgather_impl(908).: fail failed&lt;BR /&gt;MPIR_Allgather(861)......: fail failed&lt;BR /&gt;MPIR_Allgather_intra(332): fail failed&lt;BR /&gt;MPIC_Send(335)...........: Negative count, value is -32766&lt;BR /&gt;MPIR_Allgather_intra(267): fail failed&lt;BR /&gt;MPIC_Sendrecv(547).......: Negative count, value is -32764&lt;BR /&gt;Fatal error in PMPI_Allgather: Message truncated, error stack:&lt;BR /&gt;PMPI_Allgather(1093)....................: MPI_Allgather(sbuf=0x7fff02c0b5e4, scount=1, MPI_INT, rbuf=0x86c7600, rcount=1, MPI_INT, MPI_COMM_WORLD) failed&lt;BR /&gt;MPIR_Allgather_impl(908)................: fail failed&lt;BR /&gt;MPIR_Allgather(861).....................: fail failed&lt;BR /&gt;MPIR_Allgather_intra(267)...............: fail failed&lt;BR /&gt;MPIDI_CH3_PktHandler_EagerShortSend(457): Message from rank 4 and tag 7 truncated; 16 bytes received but buffer size is 12&lt;BR /&gt;MPIR_Allgather_intra(267)...............: fail failed&lt;BR /&gt;MPIDI_CH3U_Receive_data_found(131)......: Message from rank 2 and tag 7 truncated; 32 bytes received but buffer size is 28&lt;/EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;When running the code with 9 to 12 processes, the code gives the correct solution again.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I searched the Internet, but I don't get any useful information to solve it. Is this MKL problem or I did something wrong? Can you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The following are my code and test input files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dan&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 21:12:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161620#M27942</guid>
      <dc:creator>Dan_Ghiocel</dc:creator>
      <dc:date>2018-11-16T21:12:06Z</dc:date>
    </item>
    <item>
      <title>Thanks we will check the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161621#M27943</link>
      <description>&lt;P&gt;Thanks we will check the problem on our side. At the first glance everething is ok with your code.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Nov 2018 03:34:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161621#M27943</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-11-17T03:34:33Z</dc:date>
    </item>
    <item>
      <title>could you please show exactly</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161622#M27944</link>
      <description>&lt;P&gt;could you please show exactly how did you link the example?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Nov 2018 03:45:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161622#M27944</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-11-17T03:45:47Z</dc:date>
    </item>
    <item>
      <title>Dear Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161623#M27945</link>
      <description>&lt;P&gt;Dear Gennady,&lt;/P&gt;&lt;P&gt;Thanks for your reply. I compiled the code with debug information, and linked the code with either static sequential library or thread library. Both of them have same behavior. The compile and link commands are listed in the below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;compile command for the code:&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;${MPIROOT}/bin64/mpiifort&amp;nbsp; -warn all -g -c mkl_cluster_sparse_solver.f90 -heap-arrays -traceback -I${MKLROOT}/include&lt;BR /&gt;${MPIROOT}/bin64/mpiifort&amp;nbsp; -warn all -g -c test_cluster_solver_v1.f90 -heap-arrays -traceback -I${MKLROOT}/include&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For using static sequential library:&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;${MPIROOT}/bin64/mpiifort test_cluster_solver_v1.o mkl_cluster_sparse_solver.o -o test_psolver_v1.exe -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_intel_lp64.a ${MKLROOT}/lib/intel64/libmkl_sequential.a ${MKLROOT}/lib/intel64/libmkl_core.a ${MKLROOT}/lib/intel64/libmkl_blacs_intelmpi_lp64.a -Wl,--end-group -lpthread -lm -ldl&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For using static thread library:&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;${MPIROOT}/bin64/mpiifort test_cluster_solver_v1.o mkl_cluster_sparse_solver.o -o test_psolver_v1mp.exe -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_intel_lp64.a ${MKLROOT}/lib/intel64/libmkl_intel_thread.a ${MKLROOT}/lib/intel64/libmkl_core.a ${MKLROOT}/lib/intel64/libmkl_blacs_intelmpi_lp64.a -Wl,--end-group -liomp5 -lpthread -lm -ldl&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Wish it will be helpful. Thank you very much.&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 15:46:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161623#M27945</guid>
      <dc:creator>Dan_Ghiocel</dc:creator>
      <dc:date>2018-11-19T15:46:07Z</dc:date>
    </item>
    <item>
      <title>Dan, could you share the type</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161624#M27946</link>
      <description>&lt;P&gt;Dan, could you share the type of CPU you running this case? smth like lscpu output...&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran this code on SKL system and see no problems so far with the latest MKL 2019.1&lt;/P&gt;&lt;P&gt;here is output I see on my side&lt;/P&gt;&lt;P&gt;[gfedorov@skl5 u799949]$ mpiexec -n 7 ./test.out&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Finish initializing iparm(:) ...&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Num. of Equ= 1000 &amp;nbsp; Num. of NZ= &amp;nbsp; &amp;nbsp;226509&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Num. of Equ= 1000 &amp;nbsp; Num. of rhs= &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Data have been read in. ...&lt;BR /&gt;Memory allocated on phase &amp;nbsp;11 on Rank # 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; 7.4155 MB&lt;BR /&gt;Memory allocated on phase &amp;nbsp;11 on Rank # 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; 7.2276 MB&lt;BR /&gt;Memory allocated on phase &amp;nbsp;11 on Rank # 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; 7.0090 MB&lt;BR /&gt;Memory allocated on phase &amp;nbsp;11 on Rank # 3 &amp;nbsp; &amp;nbsp; &amp;nbsp; 6.7920 MB&lt;BR /&gt;Memory allocated on phase &amp;nbsp;11 on Rank # 4 &amp;nbsp; &amp;nbsp; &amp;nbsp; 6.6012 MB&lt;BR /&gt;Memory allocated on phase &amp;nbsp;11 on Rank # 5 &amp;nbsp; &amp;nbsp; &amp;nbsp; 6.3842 MB&lt;BR /&gt;Memory allocated on phase &amp;nbsp;11 on Rank # 6 &amp;nbsp; &amp;nbsp; &amp;nbsp; 7.3950 MB&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Reordering completed ...&lt;BR /&gt;Number of non-zeros in L on Rank # 0 &amp;nbsp; &amp;nbsp;30730&lt;BR /&gt;Number of non-zeros in U on Rank # 0 &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;Number of non-zeros in L on Rank # 1 &amp;nbsp; &amp;nbsp;24384&lt;BR /&gt;Number of non-zeros in U on Rank # 1 &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;Number of non-zeros in L on Rank # 2 &amp;nbsp; &amp;nbsp;20288&lt;BR /&gt;Number of non-zeros in U on Rank # 2 &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;Number of non-zeros in L on Rank # 3 &amp;nbsp; &amp;nbsp;16192&lt;BR /&gt;Number of non-zeros in U on Rank # 3 &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;Number of non-zeros in L on Rank # 4 &amp;nbsp; &amp;nbsp;94491&lt;BR /&gt;Number of non-zeros in U on Rank # 4 &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;Number of non-zeros in L on Rank # 5 &amp;nbsp; &amp;nbsp;44736&lt;BR /&gt;Number of non-zeros in U on Rank # 5 &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;Number of non-zeros in L on Rank # 6 &amp;nbsp; &amp;nbsp;291558&lt;BR /&gt;Number of non-zeros in U on Rank # 6 &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;Memory allocated on phase &amp;nbsp;22 on Rank # 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; 21.4268 MB&lt;BR /&gt;Memory allocated on phase &amp;nbsp;22 on Rank # 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; 21.1421 MB&lt;BR /&gt;Memory allocated on phase &amp;nbsp;22 on Rank # 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; 20.8610 MB&lt;BR /&gt;Memory allocated on phase &amp;nbsp;22 on Rank # 3 &amp;nbsp; &amp;nbsp; &amp;nbsp; 20.5814 MB&lt;BR /&gt;Memory allocated on phase &amp;nbsp;22 on Rank # 4 &amp;nbsp; &amp;nbsp; &amp;nbsp; 21.5854 MB&lt;BR /&gt;Memory allocated on phase &amp;nbsp;22 on Rank # 5 &amp;nbsp; &amp;nbsp; &amp;nbsp; 20.6092 MB&lt;BR /&gt;Memory allocated on phase &amp;nbsp;22 on Rank # 6 &amp;nbsp; &amp;nbsp; &amp;nbsp; 26.1679 MB&lt;/P&gt;&lt;P&gt;Percentage of computed non-zeros for LL^T factorization&lt;BR /&gt;&amp;nbsp;7 % &amp;nbsp;100 %&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Factorization completed ...&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Solution completed ...&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The Rank= &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;Call mpi_finalize(...), error code = &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;&amp;gt; the similar I see with 9 MPI processes and etc...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 06:07:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161624#M27946</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-11-20T06:07:28Z</dc:date>
    </item>
    <item>
      <title>Dear Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161625#M27947</link>
      <description>&lt;P&gt;Dear Gennady,&lt;/P&gt;&lt;P&gt;Thank for your response. I also wonder what reason that causes the code strange behavior with the number of processes. Is it possible caused by my platform software configuration?&lt;/P&gt;&lt;P&gt;My current test platform has 2 identical nodes. Each node has Intel i7-5820k CPU with 6 cores, 128GB memory. The OS is OpenSUSE Leap version 42.3. The compiler is Intel Parallel Studio Cluster version, 2018.3.222.&lt;/P&gt;&lt;P&gt;The CPU information you like to know is in the attachment, which I got by lscpu for one node, and cluster's processes information. I hope it is useful to debug.&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 15:52:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161625#M27947</guid>
      <dc:creator>Dan_Ghiocel</dc:creator>
      <dc:date>2018-11-20T15:52:35Z</dc:date>
    </item>
    <item>
      <title>Hi Dan, this helped. I see</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161626#M27948</link>
      <description>&lt;P&gt;Hi Dan, this helped. I see some hanging happens with 3 mpi processes on such system. Could you submit this problem to the intel online service center?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 03:34:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161626#M27948</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-11-21T03:34:11Z</dc:date>
    </item>
    <item>
      <title>Dear Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161627#M27949</link>
      <description>&lt;P&gt;Dear Gennady,&lt;/P&gt;&lt;P&gt;Thank for your time investigating the problem. I will get help from the Intel online service center.&lt;/P&gt;&lt;P&gt;Have a great Thanksgiving day.&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 14:57:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161627#M27949</guid>
      <dc:creator>Dan_Ghiocel</dc:creator>
      <dc:date>2018-11-21T14:57:50Z</dc:date>
    </item>
    <item>
      <title>Dan, the problem you reported</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161628#M27950</link>
      <description>&lt;P&gt;Dan, the problem you reported has been fixed and the fix we are planning to release the next update.&amp;nbsp; In the case if you want to check the engineerig build to try on your side, please open the &lt;A href="https://supporttickets.intel.com/?lang=en-US"&gt;Intel online service center&lt;/A&gt; issue and we will shared with you these binaries.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 03:12:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161628#M27950</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-03-18T03:12:08Z</dc:date>
    </item>
    <item>
      <title>could you please check MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161629#M27951</link>
      <description>&lt;P&gt;could you please check MKL 2019 update 4, based on internal records, this case has been fixed in this update&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 09:42:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/strange-behavior-of-the-cluster-sparse-solver/m-p/1161629#M27951</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-05-27T09:42:22Z</dc:date>
    </item>
  </channel>
</rss>

