<?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 mprint.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>0b8bdde92eb4bc9ed9cee42fe7fcadba66103007 - Merge branch &apos;barry/2026-02-09/ftn-interfaces-for-petscviewerascii-operations&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#0b8bdde92eb4bc9ed9cee42fe7fcadba66103007</link>
        <description>Merge branch &apos;barry/2026-02-09/ftn-interfaces-for-petscviewerascii-operations&apos; into &apos;main&apos;We were missing the manually provided Fortran interface definitions for...See merge request petsc/petsc!9020

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Mon, 23 Feb 2026 07:49:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3f7bdce8b5bdcd057977d211ea0c249171f844ce - We were missing the manually provided Fortran interface definitions for PetscViewerASCIISynchronizedPrintf()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#3f7bdce8b5bdcd057977d211ea0c249171f844ce</link>
        <description>We were missing the manually provided Fortran interface definitions for PetscViewerASCIISynchronizedPrintf()Reported-by: Randall Mackie

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Tue, 10 Feb 2026 03:16:43 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>76f14e82e4ef5dcf684231ad11e66de8b15385f6 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#76f14e82e4ef5dcf684231ad11e66de8b15385f6</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Mon, 11 Aug 2025 15:06:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3c740df38989639a041f09c339e2697373083c70 - Merge branch &apos;jolivet/fix-mingw-ucrt64&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#3c740df38989639a041f09c339e2697373083c70</link>
        <description>Merge branch &apos;jolivet/fix-mingw-ucrt64&apos; into &apos;release&apos;Remove obsolete (and now removed) function from UCRTSee merge request petsc/petsc!8620

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Sun, 10 Aug 2025 05:05:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c81e5e31c127e84162d3d5e8f86d4c149c7dddca - Remove obsolete (and now removed) function from UCRT</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#c81e5e31c127e84162d3d5e8f86d4c149c7dddca</link>
        <description>Remove obsolete (and now removed) function from UCRT

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Thu, 31 Jul 2025 14:08:43 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>c12c126234ed623246a63bfa78c9f75a3aa00323 - Merge branch &apos;rmills/feature-ml-petscregressor&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#c12c126234ed623246a63bfa78c9f75a3aa00323</link>
        <description>Merge branch &apos;rmills/feature-ml-petscregressor&apos; into &apos;main&apos;Add basic PetscRegressor component with support for a few linear regressorsSee merge request petsc/petsc!7709

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Thu, 10 Apr 2025 14:14:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>34b254c57d2aa195261fbc0db2d1455fb6d091da - Add initial version PetscRegressor, part of the planned machine learning (ML) toolkit</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#34b254c57d2aa195261fbc0db2d1455fb6d091da</link>
        <description>Add initial version PetscRegressor, part of the planned machine learning (ML) toolkitCo-authored-by: Mr. Hong Zhang &lt;hongzhang@anl.gov&gt;Co-authored-by: Hansol Suh &lt;hsuh@anl.gov&gt;Co-authored-by: Barry Smith &lt;bsmith@petsc.dev&gt;Co-authored-by: Toby Isaac &lt;toby.isaac@gmail.com&gt;Co-authored-by: Satish Balay &lt;balay@mcs.anl.gov&gt;Mr. Hong Zhang developed the petsc4py interface and examples.Hansol Suh provided extensive help with updating the code to the latest PETSc coding guidelines and APIs, some documentation development, getting documentation to build correctly, getting new tests into the test harness, and numerous big fixes plus minor changes.Barry Smith provided extensive feedback and code to get the Fortran interfaces and documentation build working.Toby Isaac provided a fix to prevent breakage with complex-arithmetic builds.Satish Balay provided important help with fixing builds.Thanks-to: Pierre Jolivet &lt;pierre@joliv.et&gt;Thanks-to: Jed Brown &lt;jed@jedbrown.org&gt;Thanks-to: Jose Roman &lt;jroman@dsic.upv.es&gt;Thanks-to: Stefano Zampini &lt;stefano.zampini@gmail.com&gt;Pierre, Jed, Jose, and Stefano provided extremely helpful feedback and suggestions during the merge review process.

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Wed, 09 Apr 2025 23:05:13 +0000</pubDate>
        <dc:creator>Richard Tran Mills &lt;rmills@rmills.org&gt;</dc:creator>
    </item>
<item>
        <title>49c2f9045d3a91e7be182f7f53e05380f8af9fad - Merge branch &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#49c2f9045d3a91e7be182f7f53e05380f8af9fad</link>
        <description>Merge branch &apos;release&apos;

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Sat, 01 Mar 2025 18:56:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f66216f923c17d4e70adfb7fbce8bc2d3739ff05 - Merge branch &apos;dalcinl/fix-fflush-for-glvis/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#f66216f923c17d4e70adfb7fbce8bc2d3739ff05</link>
        <description>Merge branch &apos;dalcinl/fix-fflush-for-glvis/release&apos; into &apos;release&apos;GLVis: Workaround aggressive error handling in PetscFFLush()See merge request petsc/petsc!8149

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Wed, 26 Feb 2025 16:57:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>33ff13ce85662abd4b859ebe9815d8a1164ce8ca - GLVis: Workaround aggressive error handling in PetscFFLush()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#33ff13ce85662abd4b859ebe9815d8a1164ce8ca</link>
        <description>GLVis: Workaround aggressive error handling in PetscFFLush()

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Wed, 19 Feb 2025 14:53:58 +0000</pubDate>
        <dc:creator>Lisandro Dalcin &lt;dalcinl@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d8e47b638cf8f604a99e9678e1df24f82d959cd7 - Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#d8e47b638cf8f604a99e9678e1df24f82d959cd7</link>
        <description>Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;Compiler finds (and forbid) casts from higher precision integers to lowerSee merge request petsc/petsc!7806

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Tue, 17 Sep 2024 21:30:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6497c311e7b976d467be1503c1effce92a60525c - Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#6497c311e7b976d467be1503c1effce92a60525c</link>
        <description>Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]Also fix the code to repository to compile cleanly with these flags in the CI

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Sun, 25 Aug 2024 03:44:46 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1ed6e3ff8437baa411029a28c2b08f047df9ad9a - Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#1ed6e3ff8437baa411029a28c2b08f047df9ad9a</link>
        <description>Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INTSee merge request petsc/petsc!7480

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Thu, 25 Apr 2024 22:16:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cc4c1da905d89950b196b027190941013bd3e15a - Update source code removing all unneeded /*@C and associated manual stubs and interfaces</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#cc4c1da905d89950b196b027190941013bd3e15a</link>
        <description>Update source code removing all unneeded /*@C and associated manual stubs and interfaces

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Sun, 14 Apr 2024 02:07:12 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>55cda6f51c86a483abe5781578f3bbdf986e1625 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#55cda6f51c86a483abe5781578f3bbdf986e1625</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Thu, 25 Apr 2024 04:27:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>99e79f2fa00b9edf66b5befd34b82026b832a5fa - Merge branch &apos;barry/2024-04-24/doc-fixes/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#99e79f2fa00b9edf66b5befd34b82026b832a5fa</link>
        <description>Merge branch &apos;barry/2024-04-24/doc-fixes/release&apos; into &apos;release&apos;release docs fixesSee merge request petsc/petsc!7498

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Thu, 25 Apr 2024 04:23:54 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a3b724e88d046d3fedf46cc78f622355d8be981f - release docs fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#a3b724e88d046d3fedf46cc78f622355d8be981f</link>
        <description>release docs fixesCommit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, exampleFunded-by:Project:Time:     hoursReported-by:Thanks-to:Development Tools: Vim, Emacs, Eclipse

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Wed, 24 Apr 2024 16:54:07 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c314a4813f61fcaf170eecd66543a66e2b5455f4 - Merge branch &apos;stefanozampini/check-log-sync-ci&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#c314a4813f61fcaf170eecd66543a66e2b5455f4</link>
        <description>Merge branch &apos;stefanozampini/check-log-sync-ci&apos; into &apos;main&apos;PetscLog: add checks in debug mode for log_sync and event begin/end callsSee merge request petsc/petsc!7185

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Sat, 20 Jan 2024 16:58:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8c509928d7e931a31f65354d6ad1942b07467c75 - Fix possible infinite recursion of PETSc errors</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#8c509928d7e931a31f65354d6ad1942b07467c75</link>
        <description>Fix possible infinite recursion of PETSc errorsPetscInfo may be called during MPI_Finalize, when no communicator is available is not MPI_COMM_WORLDPetscCallMPI(MPI_Comm_XXX()) calls may fail thus triggering recursive errors

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Thu, 18 Jan 2024 20:07:10 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6fb2f599ab2e484becc7b2e03a9d4775e64bfc8c - Merge branch &apos;barry/2023-11-30/strerror-on-sys-errors&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/mprint.c#6fb2f599ab2e484becc7b2e03a9d4775e64bfc8c</link>
        <description>Merge branch &apos;barry/2023-11-30/strerror-on-sys-errors&apos; into &apos;main&apos;Use strerror(errno) on fprintf() when possible to provide more detail on why the system call failedSee merge request petsc/petsc!7074

            List of files:
            /petsc/src/sys/fileio/mprint.c</description>
        <pubDate>Mon, 04 Dec 2023 19:33:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
