<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in icc.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>b5f0bcd6e9e8ed97648738542f5163d94f7b1782 - Merge branch &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#b5f0bcd6e9e8ed97648738542f5163d94f7b1782</link>
        <description>Merge branch &apos;release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Sat, 29 Nov 2025 22:33:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2ba495143639710a8fd2b5fe1b6902a8005f0f1e - Merge branch &apos;barry/2025-11-24/fix-pc-factor-nonzeros-along-diagonal/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#2ba495143639710a8fd2b5fe1b6902a8005f0f1e</link>
        <description>Merge branch &apos;barry/2025-11-24/fix-pc-factor-nonzeros-along-diagonal/release&apos; into &apos;release&apos;Crash when using MUMPs sequentially with -pc_factor_nonzeros_along_diagonal...See merge request petsc/petsc!8866

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Fri, 28 Nov 2025 17:05:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c294e005009c87a3932af9922105dd6539b7fc88 - Crash when using MUMPs sequentially with -pc_factor_nonzeros_along_diagonal but using MUMPS ordering.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#c294e005009c87a3932af9922105dd6539b7fc88</link>
        <description>Crash when using MUMPs sequentially with -pc_factor_nonzeros_along_diagonal but using MUMPS ordering.$ PETSC_OPTIONS=&quot;-pc_factor_mat_ordering_type external&quot; python pythonprogram.py[0]PETSC ERROR: ------------------------------------------------------------------------[0]PETSC ERROR: Caught signal number 11 SEGV: Segmentation Violation, probably memory access out of range[0]PETSC ERROR: Try option -start_in_debugger or -on_error_attach_debugger[0]PETSC ERROR: or see https://petsc.org/release/faq/#valgrind and https://petsc.org/release/faq/[0]PETSC ERROR: ---------------------  Stack Frames ------------------------------------The line numbers in the error traceback are not always exact.[0] #1 MatReorderForNonzeroDiagonal_SeqAIJ() at /Users/barrysmith/Src/petsc/src/mat/utils/zerodiag.c:77[0] #2 MatReorderForNonzeroDiagonal() at /Users/barrysmith/Src/petsc/src/mat/utils/zerodiag.c:61[0] #3 PCSetUp_LU() at /Users/barrysmith/Src/petsc/src/ksp/pc/impls/factor/lu/lu.c:84[0] #4 PCSetUp() at /Users/barrysmith/Src/petsc/src/ksp/pc/interface/precon.c:1120[0] #5 KSPSetUp() at /Users/barrysmith/Src/petsc/src/ksp/ksp/interface/itfunc.c:429Bug was it still tried the nonzero diagonal reordering even when the ordering type was external so PETSc did not generate an orderingAlso fixed bug in PCSetUp_Cholesky() where it used GetBool on -pc_factor_nonzeros_along_diagonal when the argument may be followed by a numerical valueReported-by: J&#248;rgen Dokken

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Mon, 24 Nov 2025 23:16:15 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>834855d6effb0d027771461c8e947ee1ce5a1e17 - Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#834855d6effb0d027771461c8e947ee1ce5a1e17</link>
        <description>Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;clang-format-21See merge request petsc/petsc!8202

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Wed, 27 Aug 2025 20:14:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3a7d0413a690b3ac55568f51e4c3dc23a888f57d - One-liners from petsc/petsc!5344 and petsc/petsc!5557</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#3a7d0413a690b3ac55568f51e4c3dc23a888f57d</link>
        <description>One-liners from petsc/petsc!5344 and petsc/petsc!5557Slightly reworked regular expressiongit ls-files -z -- &apos;*.c&apos; &apos;*.cxx&apos; &apos;*.cu&apos; &apos;*.h&apos; &apos;*.hpp&apos; &apos;*.cpp&apos; | while IFS= read -r -d &apos;&apos; file; do    cat $file | tr &apos;\n&apos; &apos;\r&apos; | sed -E &apos;s/\r([ ]*)(for|if|while|else) ([^\r]*)\{\r[ ]*Petsc([a-zA-Z]*)\(([^\r]*)\);\r[ ]*\}\r/\r\1\2 \3Petsc\4(\5);\r/g&apos; | tr &apos;\r&apos; &apos;\n&apos; &gt; ${file}.joe; mv ${file}.joe ${file}done

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Mon, 12 May 2025 18:15:37 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>c5e72636b2d9a321f94c0ae5541b656f747ad7ff - Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#c5e72636b2d9a321f94c0ae5541b656f747ad7ff</link>
        <description>Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;HousekeepingSee merge request petsc/petsc!8326

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Thu, 17 Apr 2025 01:14:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>523895ee4f068e6401cdb7a71a1bc8643023609c - Remove unneeded variable and functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#523895ee4f068e6401cdb7a71a1bc8643023609c</link>
        <description>Remove unneeded variable and functions

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Wed, 16 Apr 2025 12:54:02 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>347806e75ae86c9025d175dd7fbb3f1396681ded - Merge branch &apos;jolivet/feature-pcmatapplytranspose&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#347806e75ae86c9025d175dd7fbb3f1396681ded</link>
        <description>Merge branch &apos;jolivet/feature-pcmatapplytranspose&apos; into &apos;main&apos;PC: add PCMatApplyTranspose()See merge request petsc/petsc!8322

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Wed, 16 Apr 2025 19:25:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4dbf25a8fa98e38799e7b47dcb2d8a9309975f41 - PC: add PCMatApplyTranspose()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#4dbf25a8fa98e38799e7b47dcb2d8a9309975f41</link>
        <description>PC: add PCMatApplyTranspose()

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Wed, 16 Apr 2025 06:41:37 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce78bad369055609e946c9d2c25ea67a45873e27 - Fortran 90: fully embrace After 34 years!</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#ce78bad369055609e946c9d2c25ea67a45873e27</link>
        <description>Fortran 90: fully embrace After 34 years!- deprecate use of &apos;F90&apos; in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Thu, 20 Feb 2025 06:12:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&gt;</dc:creator>
    </item>
<item>
        <title>613ce9fe8f5e2bcdf7c72d914e9769b5d960fb4c - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#613ce9fe8f5e2bcdf7c72d914e9769b5d960fb4c</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Sun, 17 Dec 2023 06:30:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>08c30c10d81422a81c044650802b743109b994fe - Merge branch &apos;barry/2023-12-04/fix-manpage-references/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#08c30c10d81422a81c044650802b743109b994fe</link>
        <description>Merge branch &apos;barry/2023-12-04/fix-manpage-references/release&apos; into &apos;release&apos;Update references in the manual pages to use Sphinx citation processingSee merge request petsc/petsc!7101

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Sun, 17 Dec 2023 05:53:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1d27aa22b2f6148b2c4e3f06a75e0638d6493e09 - Update references in the manual pages to use Sphinx citation processing</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#1d27aa22b2f6148b2c4e3f06a75e0638d6493e09</link>
        <description>Update references in the manual pages to use Sphinx citation processing

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Mon, 04 Dec 2023 21:30:55 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cbb748920e211f6b92d982894ce7f87ce159189c - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#cbb748920e211f6b92d982894ce7f87ce159189c</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Sat, 02 Dec 2023 02:51:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c87f018dd60dd7cbbffff5f1ec4e5d075ae0fc6f - Merge branch &apos;barry/2023-11-24/fix-ksp-manpages/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#c87f018dd60dd7cbbffff5f1ec4e5d075ae0fc6f</link>
        <description>Merge branch &apos;barry/2023-11-24/fix-ksp-manpages/release&apos; into &apos;release&apos;Fix manual pages in KSPSee merge request petsc/petsc!7055

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Fri, 01 Dec 2023 17:18:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>562efe2ef922487c6beae96ba39e19afd4eefbe6 - Fix manual pages in KSP</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#562efe2ef922487c6beae96ba39e19afd4eefbe6</link>
        <description>Fix manual pages in KSP

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Fri, 01 Dec 2023 17:18:10 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4 - Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4</link>
        <description>Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;Remove first and last empty linesSee merge request petsc/petsc!6892

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>92bec4eefde5b79327e7cea3b0266e7580ec8183 - Remove first and last empty lines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:22 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>eb174ac9e9b5482a01cd61babae223ceae3b8aad - Merge branch &apos;stefanozampini/fix-issue-1365&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/icc/icc.c#eb174ac9e9b5482a01cd61babae223ceae3b8aad</link>
        <description>Merge branch &apos;stefanozampini/fix-issue-1365&apos; into &apos;main&apos;MatGetFactor: support returning NULLCloses #1365See merge request petsc/petsc!6377

            List of files:
            /petsc/src/ksp/pc/impls/factor/icc/icc.c</description>
        <pubDate>Thu, 27 Apr 2023 23:29:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
