<?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 Nils,  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881722#M9647</link>
    <description>Hi Nils, 

Are you trying the latest MKL version ( MKL 11.0 update 1) with the matrix?  You may sumbit a issue to &amp;lt;&lt;PREMIER.INTEL.COM&gt;&amp;gt; if any problem with uploading your matrix here. 

Best Regards,
Ying&lt;/PREMIER.INTEL.COM&gt;</description>
    <pubDate>Tue, 20 Nov 2012 06:47:00 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2012-11-20T06:47:00Z</dc:date>
    <item>
      <title>MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881705#M9630</link>
      <description>...and one more question:&lt;BR /&gt;To verify the performance improvements with PARDISO, i used a certain benchmark-problem with my App. I was really happy to see, that it would be roughly two times faster than my old solver, because the old one does not make use of multicores. With this result on a Dual-Core, I expected to see some threefold increase on my Quad-Core. But amazingly the speed increase was again just a factor of two.&lt;BR /&gt;Dual-Core: Old Solver:72sec, PARDISO: 35sec&lt;BR /&gt;Quad-Core: Old Solver: 66sec, PARDISO: 32sec&lt;BR /&gt;(the quad-core has slightly faster clock &amp;amp; memory)&lt;BR /&gt;Does it really scale that poorly with more cores? Or am I doing something wrong?&lt;BR /&gt;&lt;BR /&gt;thanks,</description>
      <pubDate>Tue, 01 Sep 2009 13:34:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881705#M9630</guid>
      <dc:creator>Perpf2000</dc:creator>
      <dc:date>2009-09-01T13:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881706#M9631</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
So little information. Did you try setting KMP_AFFINITY=compact, or some such, which is likely to be needed if you have a Core 2 QuAD running 4 threads? Are you depending on automatic selection of number of threads, and how many did it choose? If it chose 2 threads, possibly that corresponds with your problem size.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 15:46:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881706#M9631</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-09-01T15:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881707#M9632</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; So little information. Did you try setting KMP_AFFINITY=compact, or some such, which is likely to be needed if you have a Core 2 QuAD running 4 threads? Are you depending on automatic selection of number of threads, and how many did it choose? If it chose 2 threads, possibly that corresponds with your problem size.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;here comes more:&lt;BR /&gt;&lt;BR /&gt;No, I didn't use KMP_AFFINITY yet. Yes I'm using Core2-Type Processors (one System has a Duo, the other one a Quad). Using the Task-Manager System-Perormance graph, CPU load always went to (or close to) 100% with roughly equal loading on the different cores.&lt;BR /&gt;&lt;BR /&gt;One more interesting thing:&lt;BR /&gt;I meanwhile checked with a single-core-machine as well. It looks like the improvement over my old solver (UMFPACK) is largest on the single-core, something like a factor of almost three. The difference between the old (single thread-)solver and MKL-PARDISO is only on the scale of two on the multi-core-machines ?.?...&lt;BR /&gt;Please don't invest any time into answering this last question, as I don't NEED to know why this is- I'm just happy it is!&lt;BR /&gt;&lt;BR /&gt;But for the multi-core-issue I'd really appreciate your assistance, as it would obviously be nice being able to exploit the potential performance-benfits of multicores (especially for the future!)...&lt;BR /&gt;&lt;BR /&gt;please let me know, if you need any more info!&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2009 07:44:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881707#M9632</guid>
      <dc:creator>Perpf2000</dc:creator>
      <dc:date>2009-09-02T07:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881708#M9633</link>
      <description>... I tried KMP_AFFINITY=granularity=fine,compact,1,0. No improvement!&lt;BR /&gt;I have read a lot about MKL scaling very well- what am I doing wrong?&lt;BR /&gt;&lt;BR /&gt;The improvement from 1 core to 4 cores is like a 20% drop in calculation time...&lt;BR /&gt;&lt;BR /&gt;???&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2009 21:31:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881708#M9633</guid>
      <dc:creator>Perpf2000</dc:creator>
      <dc:date>2009-09-02T21:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881709#M9634</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hello, could you please provide us with more details about your run? &lt;BR /&gt;What is the size of your matrix? Did you set the number of threads via OMP_NUM_THREADS variable or just kept it to be chosen automatically?&lt;BR /&gt;&lt;BR /&gt;It would be great if you provide us with the matrix or withthe code example as well.&lt;BR /&gt;&lt;BR /&gt;Konstantin</description>
      <pubDate>Thu, 03 Sep 2009 03:03:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881709#M9634</guid>
      <dc:creator>Konstantin_A_Intel</dc:creator>
      <dc:date>2009-09-03T03:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881710#M9635</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93785"&gt;Konstantin Arturov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Hello, could you please provide us with more details about your run? &lt;BR /&gt;What is the size of your matrix? Did you set the number of threads via OMP_NUM_THREADS variable or just kept it to be chosen automatically?&lt;BR /&gt;&lt;BR /&gt;It would be great if you provide us with the matrix or withthe code example as well.&lt;BR /&gt;&lt;BR /&gt;Konstantin&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello!&lt;BR /&gt;It'a a 3500x3500 complex, symmetric, extremely sparse matrix. Using mtype=6&lt;BR /&gt;I tried the use of KMP_AFFINITY (see above), no notable change.&lt;BR /&gt;I used MKL_NUM_THREADS (or OMP_NUM_THREADS, I don't recall- does it make a difference?) to limit the number of threads to ONE in order to compare with the performance of all (two or four threads/cores depending on machine) threads. For the "all-case" I did not set MKL_NUM_THREADS (or OMP_NUM_THREADS).&lt;BR /&gt;My steps are:&lt;BR /&gt;&lt;BR /&gt;Phase 11: symbolic factorization (done only once)&lt;BR /&gt;loop: (few hundred times)&lt;BR /&gt;{&lt;BR /&gt;Phase 22&lt;BR /&gt;Phase 33&lt;BR /&gt;}&lt;BR /&gt;cleanup&lt;BR /&gt;&lt;BR /&gt;Do you need the matrix itself?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2009 09:09:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881710#M9635</guid>
      <dc:creator>Perpf2000</dc:creator>
      <dc:date>2009-09-03T09:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881711#M9636</link>
      <description>- reply showed up twice -&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2009 09:10:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881711#M9636</guid>
      <dc:creator>Perpf2000</dc:creator>
      <dc:date>2009-09-03T09:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881712#M9637</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/441076"&gt;Perpf2000&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;It'a a 3500x3500 complex, symmetric, extremely sparse matrix. Using mtype=6&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Can we assume then that it has a high cache miss rate? That would match the symptom that performance depends more on memory speed than on number of cores.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2009 13:08:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881712#M9637</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-09-03T13:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881713#M9638</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Can we assume then that it has a high cache miss rate? That would match the symptom that performance depends more on memory speed than on number of cores.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
...and for dummies that would mean?&lt;BR /&gt;and what could I do about it?&lt;BR /&gt;&lt;BR /&gt;tnx&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2009 17:30:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881713#M9638</guid>
      <dc:creator>Perpf2000</dc:creator>
      <dc:date>2009-09-03T17:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881714#M9639</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/441076"&gt;Perpf2000&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hello!&lt;BR /&gt;It'a a 3500x3500 complex, symmetric, extremely sparse matrix. Using mtype=6&lt;BR /&gt;I tried the use of KMP_AFFINITY (see above), no notable change.&lt;BR /&gt;I used MKL_NUM_THREADS (or OMP_NUM_THREADS, I don't recall- does it make a difference?) to limit the number of threads to ONE in order to compare with the performance of all (two or four threads/cores depending on machine) threads. For the "all-case" I did not set MKL_NUM_THREADS (or OMP_NUM_THREADS).&lt;BR /&gt;My steps are:&lt;BR /&gt;&lt;BR /&gt;Phase 11: symbolic factorization (done only once)&lt;BR /&gt;loop: (few hundred times)&lt;BR /&gt;{&lt;BR /&gt;Phase 22&lt;BR /&gt;Phase 33&lt;BR /&gt;}&lt;BR /&gt;cleanup&lt;BR /&gt;&lt;BR /&gt;Do you need the matrix itself?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;In fact, the matrix isvery small. I mean that thereare few computations to supply all threads with enough amount of work. Anyway, wewill appreciate if you send your testcase (matrix) to us. We would add it to the testbase of user testcases and could track it in future releases.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Konstantin</description>
      <pubDate>Fri, 04 Sep 2009 07:11:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881714#M9639</guid>
      <dc:creator>Konstantin_A_Intel</dc:creator>
      <dc:date>2009-09-04T07:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881715#M9640</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93785"&gt;Konstantin Arturov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;In fact, the matrix isvery small. I mean that thereare few computations to supply all threads with enough amount of work. Anyway, wewill appreciate if you send your testcase (matrix) to us. We would add it to the testbase of user testcases and could track it in future releases.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Konstantin&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Konstantin,&lt;BR /&gt;&lt;BR /&gt;if there was'n enough work for every thread, why are (on the Quad-Core) all four threads 100%-busy for many seconds at each step of the loop?&lt;BR /&gt;please clarify! thank you!&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Sep 2009 08:12:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881715#M9640</guid>
      <dc:creator>Perpf2000</dc:creator>
      <dc:date>2009-09-04T08:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881716#M9641</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/441076"&gt;Perpf2000&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Konstantin,&lt;BR /&gt;&lt;BR /&gt;if there was'n enough work for every thread, why are (on the Quad-Core) all four threads 100%-busy for many seconds at each step of the loop?&lt;BR /&gt;please clarify! thank you!&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I don't know the exact answer and can only guess. It will be easier for me to take a look at the test. Please, send your matrixin order I can make some runs.</description>
      <pubDate>Mon, 07 Sep 2009 10:26:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881716#M9641</guid>
      <dc:creator>Konstantin_A_Intel</dc:creator>
      <dc:date>2009-09-07T10:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881717#M9642</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93785"&gt;Konstantin Arturov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;I don't know the exact answer and can only guess. It will be easier for me to take a look at the test. Please, send your matrixin order I can make some runs. &lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;OK! Understand that!&lt;BR /&gt;What format should the matrix be? I could probably generate a text file with the Complex entries as CSV or samoething like that. What exactly would you need?&lt;BR /&gt;&lt;BR /&gt;tnx&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2009 13:44:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881717#M9642</guid>
      <dc:creator>Perpf2000</dc:creator>
      <dc:date>2009-09-07T13:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881718#M9643</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/441076"&gt;Perpf2000&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;OK! Understand that!&lt;BR /&gt;What format should the matrix be? I could probably generate a text file with the Complex entries as CSV or samoething like that. What exactly would you need?&lt;BR /&gt;&lt;BR /&gt;tnx&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;If you don't have the matrix in HB format or smth like this, you could just senda text file, coordinate format would be Ok: a sequence of strings "i j value".&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Konstantin</description>
      <pubDate>Tue, 08 Sep 2009 11:23:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881718#M9643</guid>
      <dc:creator>Konstantin_A_Intel</dc:creator>
      <dc:date>2009-09-08T11:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881719#M9644</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93785"&gt;Konstantin Arturov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;If you don't have the matrix in HB format or smth like this, you could just senda text file, coordinate format would be Ok: a sequence of strings "i j value".&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Konstantin&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;OK!&lt;BR /&gt;&lt;BR /&gt;I will be out of town for a while; so it will take a little time until I can send the data. But I#ll get back to this!&lt;BR /&gt;&lt;BR /&gt;Thanks so far!&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2009 18:31:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881719#M9644</guid>
      <dc:creator>Perpf2000</dc:creator>
      <dc:date>2009-09-08T18:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: MKL, PARDISO, scaling: Quad-Core vs. Dual-Core</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881720#M9645</link>
      <description>Hello, I know this thread is old, but I am having the same difficulties. See Pardiso Crash, user=h88433.&lt;BR /&gt;&lt;BR /&gt;Was this issue ever cleared up ?</description>
      <pubDate>Thu, 01 Apr 2010 17:48:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881720#M9645</guid>
      <dc:creator>h88433</dc:creator>
      <dc:date>2010-04-01T17:48:48Z</dc:date>
    </item>
    <item>
      <title>Hi!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881721#M9646</link>
      <description>Hi!
Well, it's been a while. I had to abandon this issue for a while as I was busy with other stuff.
No, the issue wasn't yet cleared up. Im just now getting back to this problem and the poor scaling still troubles me.

regards</description>
      <pubDate>Mon, 19 Nov 2012 08:29:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881721#M9646</guid>
      <dc:creator>Nils_Dirks</dc:creator>
      <dc:date>2012-11-19T08:29:14Z</dc:date>
    </item>
    <item>
      <title>Hi Nils,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881722#M9647</link>
      <description>Hi Nils, 

Are you trying the latest MKL version ( MKL 11.0 update 1) with the matrix?  You may sumbit a issue to &amp;lt;&lt;PREMIER.INTEL.COM&gt;&amp;gt; if any problem with uploading your matrix here. 

Best Regards,
Ying&lt;/PREMIER.INTEL.COM&gt;</description>
      <pubDate>Tue, 20 Nov 2012 06:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-scaling-Quad-Core-vs-Dual-Core/m-p/881722#M9647</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-11-20T06:47:00Z</dc:date>
    </item>
  </channel>
</rss>

