<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>360cdf6b7b634fd407597d4111f54d1e9fdca075 - Merge branch &apos;barry/2023-10-25/rename-rules-doc&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#360cdf6b7b634fd407597d4111f54d1e9fdca075</link>
        <description>Merge branch &apos;barry/2023-10-25/rename-rules-doc&apos; into &apos;main&apos;Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.See merge request petsc/petsc!6965

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Sat, 28 Oct 2023 15:06:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cb5db2414029547a5ccf00a1710ee072432a08af - Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#cb5db2414029547a5ccf00a1710ee072432a08af</link>
        <description>Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.Thanks-to: Jed Brown

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Wed, 25 Oct 2023 18:23:41 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>97c047f8306e861d004fa98651e63d4b3bca0606 - Merge branch &apos;barry/2023-10-18/rm-dirs-from-makefiles&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#97c047f8306e861d004fa98651e63d4b3bca0606</link>
        <description>Merge branch &apos;barry/2023-10-18/rm-dirs-from-makefiles&apos; into &apos;main&apos;Remove use of and the DIRS variables from the makefilesSee merge request petsc/petsc!6945

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Wed, 25 Oct 2023 15:16:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>66af8762ec03dbef0e079729eb2a1734a35ed7ff - Remove DIRS variable and unneeded tabs from all makefiles since no longer needed</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#66af8762ec03dbef0e079729eb2a1734a35ed7ff</link>
        <description>Remove DIRS variable and unneeded tabs from all makefiles since no longer neededCommit-type: housekeeping

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Wed, 18 Oct 2023 19:31:26 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>93d6cec853fb8d778548f47f83264766552744e5 - Merge branch &apos;tisaac/feature-mat-vectordiagonal&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#93d6cec853fb8d778548f47f83264766552744e5</link>
        <description>Merge branch &apos;tisaac/feature-mat-vectordiagonal&apos; into &apos;main&apos;Add MATDIAGONAL and PCMatSetApplyOperation()See merge request petsc/petsc!6487

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Tue, 30 May 2023 03:28:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>345a4b08d02b12c6b890b4696d3c0881dab2c40c - Add `MATDIAGONAL` and `PCMatSetApplyOperation()`</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#345a4b08d02b12c6b890b4696d3c0881dab2c40c</link>
        <description>Add `MATDIAGONAL` and `PCMatSetApplyOperation()``MATDIAGONAL` (`MatCreateDiagonal()`) is an interface formanipulating a diagonal matrix as a `Vec`, in particular supportingno-copy modification of the diagonal and inverse diagonal via`MatDiagonalGetDiagonal()`, `MatDiagonalRestoreDiagonal()`,`MatDiagonalGetInverseDiagonal()`, and`MatDiagonalRestoreInverseDiagonal`().`PCMatSetApplyOperation()` and `PCMatGetApplyOperation()`support using all the linear operators currently defined by a `Mat`(`MatMult()`, `MatMultTranspose()`, `MatMultHermitianTranspose()`,`MatSolve()`, `MatSolveTranspose()`) as the operation of `PCApply()`for a `PCMAT`.  The advantage over a `PCSHELL` is that the otheroperations (`PCApplyTranspose()`, `PCMatApply()`) are automaticallyinferred.These tools help make it easier to route operations like`VecPointwiseMult()` and `VecPointwiseDivide()` through`KSPSolve()` to avoid handling diagonal matrices as a specialcase (a pattern that is going to be removed from `MATLMVM`).

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Fri, 19 May 2023 16:10:28 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e6bb321c5bac5907bf3da34ed8e28b6c2d064a7f - Merge branch &apos;barry/2023-03-17/rm-unneeded-test-from-makefiles&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#e6bb321c5bac5907bf3da34ed8e28b6c2d064a7f</link>
        <description>Merge branch &apos;barry/2023-03-17/rm-unneeded-test-from-makefiles&apos; into &apos;main&apos;simplify/cleanup makefile systemSee merge request petsc/petsc!6201

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Sun, 26 Mar 2023 06:10:35 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>aeb908f09df1cf954966007cec6324369d3f3f90 - non-test and tutorial makefiles only need rules.doc not the full rules</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#aeb908f09df1cf954966007cec6324369d3f3f90</link>
        <description>non-test and tutorial makefiles only need rules.doc not the full rulesCommit-type: documentation

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Sat, 18 Mar 2023 20:42:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>27f49a208b01d2e827ab9db411a2d16003fe9262 - Only makefiles in the test and tutorial directories need lib/petsc/conf/test</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#27f49a208b01d2e827ab9db411a2d16003fe9262</link>
        <description>Only makefiles in the test and tutorial directories need lib/petsc/conf/testCommit-type: housekeeping

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Sat, 18 Mar 2023 02:46:57 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>297cb52ff6a320e9a11661b9797b2e9b1020637d - Merge branch &apos;barry/2023-02-22/rm-locdir&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#297cb52ff6a320e9a11661b9797b2e9b1020637d</link>
        <description>Merge branch &apos;barry/2023-02-22/rm-locdir&apos; into &apos;main&apos;Remove need for hardwired LOCDIR in all makefilesSee merge request petsc/petsc!6113

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Wed, 01 Mar 2023 21:30:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>21e3ffae2f3b73c0bd738cf6d0a809700fc04bb0 - Remove unneeded declarations of LOCDIR from all the makefiles</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#21e3ffae2f3b73c0bd738cf6d0a809700fc04bb0</link>
        <description>Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Thu, 23 Feb 2023 19:43:23 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6ffe77eaecce1557e50d00ca5347a7f48e598865 - Merge branch &apos;barry/2022-05-03/cleanup-makefiles&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#6ffe77eaecce1557e50d00ca5347a7f48e598865</link>
        <description>Merge branch &apos;barry/2022-05-03/cleanup-makefiles&apos; into &apos;main&apos;remove unneeded stuff from makefilesSee merge request petsc/petsc!5211

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Thu, 12 May 2022 21:01:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f97672e55eacc8688507b9471cd7ec2664d7f203 - remove garbage from makefiles</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#f97672e55eacc8688507b9471cd7ec2664d7f203</link>
        <description>remove garbage from makefilesIncluding  * unused FLAGS variables  * All: lib that did not work  * stray blank lines etcCommit-type: housekeeping/spend 1h

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Tue, 03 May 2022 18:17:02 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>76afb28b6eed47b2acc363e5a957e7019b36bc56 - Merge branch &apos;stefanozampini/hara-to-h2opus-rebased-v7&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#76afb28b6eed47b2acc363e5a957e7019b36bc56</link>
        <description>Merge branch &apos;stefanozampini/hara-to-h2opus-rebased-v7&apos; into &apos;main&apos;Update distributed hierarchical matrix package H2OpusSee merge request petsc/petsc!4347

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Mon, 27 Sep 2021 14:47:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>53022affac82b2fcec7b6432d0d3b2c8aa0487f8 - Update H2 package</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#53022affac82b2fcec7b6432d0d3b2c8aa0487f8</link>
        <description>Update H2 package

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Wed, 22 Sep 2021 22:44:59 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5c56ec448954e624a85b6307dd007b01aa02b357 - Merge branch &apos;rmills/feature-matcentering&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#5c56ec448954e624a85b6307dd007b01aa02b357</link>
        <description>Merge branch &apos;rmills/feature-matcentering&apos; into &apos;main&apos;Add MATCENTERING special matrix type.See merge request petsc/petsc!3896

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Fri, 30 Apr 2021 20:42:09 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c1fff1c61b7c73dce33b8662829f3364e0b146a8 - Add MATCENTERING special matrix type.</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#c1fff1c61b7c73dce33b8662829f3364e0b146a8</link>
        <description>Add MATCENTERING special matrix type.

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Thu, 15 Apr 2021 06:32:23 +0000</pubDate>
        <dc:creator>Richard Tran Mills &lt;rmills@rmills.org&gt;</dc:creator>
    </item>
<item>
        <title>ff3d9dffb42ec77042f27bc3e1bcbffc3cd04b6f - Merge branch &apos;jolivet/feature-download-htool&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#ff3d9dffb42ec77042f27bc3e1bcbffc3cd04b6f</link>
        <description>Merge branch &apos;jolivet/feature-download-htool&apos; into &apos;main&apos;Add MATHTOOLSee merge request petsc/petsc!3857

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Mon, 26 Apr 2021 17:03:54 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c7a4214aa78cb41fbd20979609c6a6680968e7d6 - Add MATHTOOL</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#c7a4214aa78cb41fbd20979609c6a6680968e7d6</link>
        <description>Add MATHTOOL

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Mon, 26 Apr 2021 17:03:54 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>0382be2f5a3a900e7dbd6b623595f2f9198600d8 - Merge branch &apos;jose/scalapack&apos; into &apos;master&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/impls/makefile#0382be2f5a3a900e7dbd6b623595f2f9198600d8</link>
        <description>Merge branch &apos;jose/scalapack&apos; into &apos;master&apos;MATSCALAPACK: new Mat type that wraps a ScaLAPACK matrixSee merge request petsc/petsc!2858

            List of files:
            /petsc/src/mat/impls/makefile</description>
        <pubDate>Thu, 25 Jun 2020 14:05:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
