<?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 Re:About MKL Pardiso Parallel in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1525907#M35151</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;But the results still don't seem to be parallel,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know why the results do not seem to be parallel? &lt;/P&gt;&lt;P&gt;Also, we tried using sequential mode the time taken is more when compared to parallel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know the expected results you want to get from the code?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Sep 2023 18:22:43 GMT</pubDate>
    <dc:creator>VarshaS_Intel</dc:creator>
    <dc:date>2023-09-20T18:22:43Z</dc:date>
    <item>
      <title>About MKL Pardiso Parallel</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1521022#M35051</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;I want to specify the number of threads when solving a matrix directly using MKL Pardiso. What do I do?&lt;/SPAN&gt;&lt;SPAN class=""&gt; For example: how to set up the environment, or what parameters to modify?&lt;/SPAN&gt;&lt;SPAN class=""&gt; When I look at each item in the iparm array, I find an inconsistency between the MKL Pardiso documentation and the Pardiso 8.0 user manual. For example, iparm[2] in the MKL Pardiso documentation is reserved and set to 0, while in the Pardiso user manual, the parameter is set to the number of threads&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gaor_0-1693971375526.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/45348i9229368BFE94A2E8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="gaor_0-1693971375526.png" alt="gaor_0-1693971375526.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gaor_1-1693971434269.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/45349i1AF61F4C2090D6F0/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="gaor_1-1693971434269.png" alt="gaor_1-1693971434269.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Which one should I use as a reference document&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 09:02:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1521022#M35051</guid>
      <dc:creator>gaor</dc:creator>
      <dc:date>2023-09-06T09:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: About MKL Pardiso Parallel</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1522009#M35082</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;I want to specify the number of threads when solving a matrix directly using MKL Pardiso. What do I do?&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can control the parallel execution of the solver by explicitly setting the MKL_NUM_THREADS environment variable. You can set the number of threads by using two different methods either by setting the environment variable or by calling the function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find the below link for more details on setting techniques for the number of threads.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2023-2/techniques-to-set-the-number-of-threads.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2023-2/techniques-to-set-the-number-of-threads.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;Which one should I use as a reference document&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Could you please follow the Intel Developer Reference for setting the iparm values. Please find the below link for all the settings:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2023-2/pardiso-iparm-parameter.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2023-2/pardiso-iparm-parameter.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 18:31:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1522009#M35082</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-09-08T18:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: About MKL Pardiso Parallel</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1522430#M35086</link>
      <description>&lt;P&gt;Hi Varsha,&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thank you for your reply&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;I tried a lot of Settings and it still didn't work, always 1open MP in the console window print. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;The platform I use is windows11, which is called by C language, and the IDE is VS2022. Can you give me some more suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 08:20:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1522430#M35086</guid>
      <dc:creator>gaor</dc:creator>
      <dc:date>2023-09-11T08:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: About MKL Pardiso Parallel</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1522857#M35101</link>
      <description>&lt;P&gt;Hi Varsha,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My hardware information is as follows&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CPU：11th Gen Intel(R) Core(TM) i7-1195G7 @ 2.90GHz 2.92 GHz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;OS：Windows11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IDE：VS2022&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MKL：2023.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here are some of my additions. I set them up like this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gaor_0-1694501712660.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/45545i8C1B7B12F617CBA1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="gaor_0-1694501712660.png" alt="gaor_0-1694501712660.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gaor_1-1694501719506.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/45546iD38F6C6792963FE7/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="gaor_1-1694501719506.png" alt="gaor_1-1694501719506.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gaor_2-1694501727028.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/45547i4E7289E411EFC103/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="gaor_2-1694501727028.png" alt="gaor_2-1694501727028.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gaor_3-1694501737895.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/45548iA1EA9B212BA76D5F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="gaor_3-1694501737895.png" alt="gaor_3-1694501737895.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gaor_4-1694501753029.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/45549i83EE506B259056B1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="gaor_4-1694501753029.png" alt="gaor_4-1694501753029.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But the results still don't seem to be parallel,&amp;nbsp; as follows&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=== PARDISO: solving a real nonsymmetric system ===&lt;BR /&gt;1-based array indexing is turned ON&lt;BR /&gt;PARDISO double precision computation is turned ON&lt;BR /&gt;Parallel METIS algorithm at reorder step is turned ON&lt;BR /&gt;Scaling is turned ON&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Summary: ( reordering phase )&lt;BR /&gt;================&lt;/P&gt;&lt;P&gt;Times:&lt;BR /&gt;======&lt;BR /&gt;Time spent in calculations of symmetric matrix portrait (fulladj): 0.026033 s&lt;BR /&gt;Time spent in reordering of the initial matrix (reorder) : 2.428069 s&lt;BR /&gt;Time spent in symbolic factorization (symbfct) : 0.194481 s&lt;BR /&gt;Time spent in data preparations for factorization (parlist) : 0.010933 s&lt;BR /&gt;Time spent in allocation of internal data structures (malloc) : 0.033393 s&lt;BR /&gt;Time spent in matching/scaling : 0.002012 s&lt;BR /&gt;Time spent in additional calculations : 0.058307 s&lt;BR /&gt;Total time spent : 2.753229 s&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;===========&lt;BR /&gt;Parallel Direct Factorization is running on 1 OpenMP&lt;/P&gt;&lt;P&gt;&amp;lt; Linear system Ax = b &amp;gt;&lt;BR /&gt;number of equations: 682712&lt;BR /&gt;number of non-zeros in A: 2329176&lt;BR /&gt;number of non-zeros in A (%): 0.000500&lt;/P&gt;&lt;P&gt;number of right-hand sides: 1&lt;/P&gt;&lt;P&gt;&amp;lt; Factors L and U &amp;gt;&lt;BR /&gt;number of columns for each panel: 128&lt;BR /&gt;number of independent subgraphs: 0&lt;BR /&gt;number of supernodes: 657617&lt;BR /&gt;size of largest supernode: 603&lt;BR /&gt;number of non-zeros in L: 17462996&lt;BR /&gt;number of non-zeros in U: 16270170&lt;BR /&gt;number of non-zeros in L+U: 33733166&lt;/P&gt;&lt;P&gt;Reordering completed ...&lt;BR /&gt;Number of nonzeros in factors = 33733166&lt;BR /&gt;Number of factorization MFLOPS = 58431=== PARDISO is running in In-Core mode, because iparam(60)=0 ===&lt;/P&gt;&lt;P&gt;Percentage of computed non-zeros for LL^T factorization&lt;BR /&gt;1 %&lt;BR /&gt;2 %&lt;BR /&gt;3 %&lt;BR /&gt;4 %&lt;BR /&gt;5 %&lt;BR /&gt;6 %&lt;BR /&gt;7 %&lt;BR /&gt;8 %&lt;BR /&gt;9 %&lt;BR /&gt;10 %&lt;BR /&gt;11 %&lt;BR /&gt;12 %&lt;BR /&gt;13 %&lt;BR /&gt;14 %&lt;BR /&gt;15 %&lt;BR /&gt;16 %&lt;BR /&gt;17 %&lt;BR /&gt;18 %&lt;BR /&gt;19 %&lt;BR /&gt;20 %&lt;BR /&gt;21 %&lt;BR /&gt;22 %&lt;BR /&gt;23 %&lt;BR /&gt;24 %&lt;BR /&gt;25 %&lt;BR /&gt;26 %&lt;BR /&gt;27 %&lt;BR /&gt;28 %&lt;BR /&gt;29 %&lt;BR /&gt;30 %&lt;BR /&gt;31 %&lt;BR /&gt;32 %&lt;BR /&gt;33 %&lt;BR /&gt;34 %&lt;BR /&gt;35 %&lt;BR /&gt;36 %&lt;BR /&gt;37 %&lt;BR /&gt;38 %&lt;BR /&gt;39 %&lt;BR /&gt;40 %&lt;BR /&gt;41 %&lt;BR /&gt;42 %&lt;BR /&gt;43 %&lt;BR /&gt;44 %&lt;BR /&gt;45 %&lt;BR /&gt;46 %&lt;BR /&gt;47 %&lt;BR /&gt;48 %&lt;BR /&gt;49 %&lt;BR /&gt;50 %&lt;BR /&gt;51 %&lt;BR /&gt;52 %&lt;BR /&gt;53 %&lt;BR /&gt;54 %&lt;BR /&gt;55 %&lt;BR /&gt;56 %&lt;BR /&gt;57 %&lt;BR /&gt;58 %&lt;BR /&gt;59 %&lt;BR /&gt;60 %&lt;BR /&gt;61 %&lt;BR /&gt;62 %&lt;BR /&gt;63 %&lt;BR /&gt;64 %&lt;BR /&gt;65 %&lt;BR /&gt;66 %&lt;BR /&gt;67 %&lt;BR /&gt;68 %&lt;BR /&gt;69 %&lt;BR /&gt;70 %&lt;BR /&gt;71 %&lt;BR /&gt;72 %&lt;BR /&gt;73 %&lt;BR /&gt;74 %&lt;BR /&gt;75 %&lt;BR /&gt;76 %&lt;BR /&gt;77 %&lt;BR /&gt;78 %&lt;BR /&gt;79 %&lt;BR /&gt;80 %&lt;BR /&gt;81 %&lt;BR /&gt;83 %&lt;BR /&gt;85 %&lt;BR /&gt;86 %&lt;BR /&gt;87 %&lt;BR /&gt;88 %&lt;BR /&gt;90 %&lt;BR /&gt;91 %&lt;BR /&gt;92 %&lt;BR /&gt;93 %&lt;BR /&gt;94 %&lt;BR /&gt;95 %&lt;BR /&gt;96 %&lt;BR /&gt;97 %&lt;BR /&gt;98 %&lt;BR /&gt;99 %&lt;BR /&gt;100 %&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;=== PARDISO: solving a real nonsymmetric system ===&lt;BR /&gt;Single-level factorization algorithm is turned ON&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Summary: ( factorization phase )&lt;BR /&gt;================&lt;/P&gt;&lt;P&gt;Times:&lt;BR /&gt;======&lt;BR /&gt;Time spent in copying matrix to internal data structure (A to LU): 0.000000 s&lt;BR /&gt;Time spent in factorization step (numfct) : 6.424396 s&lt;BR /&gt;Time spent in allocation of internal data structures (malloc) : 0.000219 s&lt;BR /&gt;Time spent in additional calculations : 0.000002 s&lt;BR /&gt;Total time spent : 6.424617 s&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;===========&lt;BR /&gt;Parallel Direct Factorization is running on 1 OpenMP&lt;/P&gt;&lt;P&gt;&amp;lt; Linear system Ax = b &amp;gt;&lt;BR /&gt;number of equations: 682712&lt;BR /&gt;number of non-zeros in A: 2329176&lt;BR /&gt;number of non-zeros in A (%): 0.000500&lt;/P&gt;&lt;P&gt;number of right-hand sides: 1&lt;/P&gt;&lt;P&gt;&amp;lt; Factors L and U &amp;gt;&lt;BR /&gt;number of columns for each panel: 128&lt;BR /&gt;number of independent subgraphs: 0&lt;BR /&gt;number of supernodes: 657617&lt;BR /&gt;size of largest supernode: 603&lt;BR /&gt;number of non-zeros in L: 17462996&lt;BR /&gt;number of non-zeros in U: 16270170&lt;BR /&gt;number of non-zeros in L+U: 33733166&lt;BR /&gt;gflop for the numerical factorization: 58.431298&lt;/P&gt;&lt;P&gt;gflop/s for the numerical factorization: 9.095220&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Factorization completed ...&lt;BR /&gt;=== PARDISO: solving a real nonsymmetric system ===&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Summary: ( solution phase )&lt;BR /&gt;================&lt;/P&gt;&lt;P&gt;Times:&lt;BR /&gt;======&lt;BR /&gt;Time spent in direct solver at solve step (solve) : 0.028705 s&lt;BR /&gt;Time spent in additional calculations : 0.077641 s&lt;BR /&gt;Total time spent : 0.106346 s&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;===========&lt;BR /&gt;Parallel Direct Factorization is running on 1 OpenMP&lt;/P&gt;&lt;P&gt;&amp;lt; Linear system Ax = b &amp;gt;&lt;BR /&gt;number of equations: 682712&lt;BR /&gt;number of non-zeros in A: 2329176&lt;BR /&gt;number of non-zeros in A (%): 0.000500&lt;/P&gt;&lt;P&gt;number of right-hand sides: 1&lt;/P&gt;&lt;P&gt;&amp;lt; Factors L and U &amp;gt;&lt;BR /&gt;number of columns for each panel: 128&lt;BR /&gt;number of independent subgraphs: 0&lt;BR /&gt;number of supernodes: 657617&lt;BR /&gt;size of largest supernode: 603&lt;BR /&gt;number of non-zeros in L: 17462996&lt;BR /&gt;number of non-zeros in U: 16270170&lt;BR /&gt;number of non-zeros in L+U: 33733166&lt;BR /&gt;gflop for the numerical factorization: 58.431298&lt;/P&gt;&lt;P&gt;gflop/s for the numerical factorization: 9.095220&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have been troubled by this problem for a long time. I will be very happy if it can be resolved smoothly. Looking forward to your reply&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;gaor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 07:01:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1522857#M35101</guid>
      <dc:creator>gaor</dc:creator>
      <dc:date>2023-09-12T07:01:56Z</dc:date>
    </item>
    <item>
      <title>Re:About MKL Pardiso Parallel</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1523014#M35104</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply and providing the details.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide us with the complete project file you are using which helps us to understand the settings and also to reproduce your issue at our end?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Sep 2023 17:10:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1523014#M35104</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-09-12T17:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re:About MKL Pardiso Parallel</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1523184#M35107</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am very glad to receive your reply. Attached is my VS2022 project. Please help me check if there is a problem with my Settings.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;gaor&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 01:38:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1523184#M35107</guid>
      <dc:creator>gaor</dc:creator>
      <dc:date>2023-09-13T01:38:50Z</dc:date>
    </item>
    <item>
      <title>Re:About MKL Pardiso Parallel</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1525907#M35151</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;But the results still don't seem to be parallel,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know why the results do not seem to be parallel? &lt;/P&gt;&lt;P&gt;Also, we tried using sequential mode the time taken is more when compared to parallel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know the expected results you want to get from the code?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Sep 2023 18:22:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1525907#M35151</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-09-20T18:22:43Z</dc:date>
    </item>
    <item>
      <title>Re:About MKL Pardiso Parallel</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1527982#M35194</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please provide us with an update on your issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Sep 2023 05:39:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1527982#M35194</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-09-27T05:39:36Z</dc:date>
    </item>
    <item>
      <title>Re:About MKL Pardiso Parallel</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1530343#M35245</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please provide us with an update on your issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2023 17:04:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-Pardiso-Parallel/m-p/1530343#M35245</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-10-04T17:04:47Z</dc:date>
    </item>
  </channel>
</rss>

