<?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: PARDISO crashes with access violation in case of OpenMP parallel METIS reordering in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-crashes-with-access-violation-in-case-of-OpenMP-parallel/m-p/1747510#M37580</link>
    <description>&lt;P&gt;Dear Fengrui,&amp;nbsp;&lt;BR /&gt;I've checked the issue, it works now properly. You can close the thread, thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2026 11:03:02 GMT</pubDate>
    <dc:creator>BZoltan</dc:creator>
    <dc:date>2026-05-11T11:03:02Z</dc:date>
    <item>
      <title>PARDISO crashes with access violation in case of OpenMP parallel METIS reordering</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-crashes-with-access-violation-in-case-of-OpenMP-parallel/m-p/1723838#M37402</link>
      <description>&lt;P&gt;Currently we are using Intel Fortran Compiler IFX 2025.2.1, however the crash happens with older and the newer (2025.3) versions as well.&lt;BR /&gt;We would like to solve sparse matrix equations with pardiso. We reproduced the crash with several Intel and AMD processors and on win10 and win11 as well.&lt;/P&gt;&lt;P&gt;The crash happens only if Iparm(2)=3 (parallel METIS reordering).&lt;BR /&gt;With Iparm(2)=2 there is no problem (METIS reordering).&lt;/P&gt;&lt;P&gt;Problem statement:&lt;/P&gt;&lt;P&gt;If we try to solve a sparse matrix with the above mentioned Iparm(2)=3 reordering type, pardiso sometimes crashes with the attached access violation.&lt;BR /&gt;We figured out the crash only happens if the processor usage is high from another process as well next to the actual program.&lt;/P&gt;&lt;P&gt;The parallel running high CPU usage program can be arbitrary. The crash can be reproduced with running several programs which call pardiso separately,&lt;BR /&gt;but the program running in parallel does not necessarily have to be the pardiso, it can be a random program.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is how we reproduced the problem constantly:&lt;/P&gt;&lt;P&gt;In a batch file we run 20 separate exe-s with one equation solver separately one-by-one.&lt;BR /&gt;The 20 different exe run the pardiso solver separately. Some of the programs return with correct solution,&lt;BR /&gt;some of them returns with a valid error code that there is insufficient memory (which is a totally valid returning error code).&lt;BR /&gt;But some of the exe-s crash and show acces violation (see attached pic).&lt;/P&gt;&lt;P&gt;With the mentioned conditions (with arbitrary parallel running high CPU usage program) only one pardiso program could crash with the same access violation as well.&lt;/P&gt;&lt;P&gt;We attached the main program but the sparse matrix input files are too large to be attached. The crash can be reproduced by relatively large matrices but not by only a specific matrix.&lt;BR /&gt;If there is a way to attach the complete inputs (ca. 800 MB) please let us know. How can we avoid the random crash with Iparm(2)=3 reordering mode?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 08:41:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-crashes-with-access-violation-in-case-of-OpenMP-parallel/m-p/1723838#M37402</guid>
      <dc:creator>BZoltan</dc:creator>
      <dc:date>2025-10-28T08:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: PARDISO crashes with access violation in case of OpenMP parallel METIS reordering</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-crashes-with-access-violation-in-case-of-OpenMP-parallel/m-p/1747311#M37572</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue has been fixed in the latest 2026.0 release. Please verify.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Fengrui&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 18:22:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-crashes-with-access-violation-in-case-of-OpenMP-parallel/m-p/1747311#M37572</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2026-05-08T18:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: PARDISO crashes with access violation in case of OpenMP parallel METIS reordering</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-crashes-with-access-violation-in-case-of-OpenMP-parallel/m-p/1747510#M37580</link>
      <description>&lt;P&gt;Dear Fengrui,&amp;nbsp;&lt;BR /&gt;I've checked the issue, it works now properly. You can close the thread, thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 11:03:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-crashes-with-access-violation-in-case-of-OpenMP-parallel/m-p/1747510#M37580</guid>
      <dc:creator>BZoltan</dc:creator>
      <dc:date>2026-05-11T11:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: PARDISO crashes with access violation in case of OpenMP parallel METIS reordering</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-crashes-with-access-violation-in-case-of-OpenMP-parallel/m-p/1747534#M37583</link>
      <description>&lt;P&gt;Great! Thank you again for reporting this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 14:26:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-crashes-with-access-violation-in-case-of-OpenMP-parallel/m-p/1747534#M37583</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2026-05-11T14:26:49Z</dc:date>
    </item>
  </channel>
</rss>

