<?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 mpiov.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>2235c4e21094f57f73a5851b0c05b8ecf6dffc6d - Merge branch &apos;dalcinl/bt-byte&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#2235c4e21094f57f73a5851b0c05b8ecf6dffc6d</link>
        <description>Merge branch &apos;dalcinl/bt-byte&apos; into &apos;main&apos;Implement PetscBT with new PetscByte datatype as unsigned charSee merge request petsc/petsc!9046

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Mon, 23 Feb 2026 17:25:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>73bc78fd37e75d4ddbfce74f660d516a70dae68b - Implement PetscBT with new PetscByte datatype as unsigned char</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#73bc78fd37e75d4ddbfce74f660d516a70dae68b</link>
        <description>Implement PetscBT with new PetscByte datatype as unsigned char

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Tue, 17 Feb 2026 10:13:36 +0000</pubDate>
        <dc:creator>Lisandro Dalcin &lt;dalcinl@gmail.com&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/mat/impls/aij/mpi/mpiov.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/mat/impls/aij/mpi/mpiov.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/mat/impls/aij/mpi/mpiov.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/mat/impls/aij/mpi/mpiov.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>117456d72e0ecdb7fa0111a6a7d461a93657e25b - Merge branch &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#117456d72e0ecdb7fa0111a6a7d461a93657e25b</link>
        <description>Merge branch &apos;release&apos;

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Wed, 27 Aug 2025 12:24:09 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ab5046e2ca2927ebd68a619314597a4b137040f8 - Merge branch &apos;jolivet/fix-matsetseqmats&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#ab5046e2ca2927ebd68a619314597a4b137040f8</link>
        <description>Merge branch &apos;jolivet/fix-matsetseqmats&apos; into &apos;release&apos;MatSetSeqMats_MPIAIJ: switch from row to column indices for shiftingSee merge request petsc/petsc!8659

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Wed, 27 Aug 2025 12:09:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>070134c44f42b27b61df2a378b0aacb2e1150637 - MatSetSeqMats_MPIAIJ: switch from row to column indices for shifting</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#070134c44f42b27b61df2a378b0aacb2e1150637</link>
        <description>MatSetSeqMats_MPIAIJ: switch from row to column indices for shiftingReported-by: Alexis Salzman &lt;alexis.salzman@ec-nantes.fr&gt;

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Tue, 26 Aug 2025 13:39:31 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>89a8e22d45cf8ef376b46ea5983ec24985e49039 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#89a8e22d45cf8ef376b46ea5983ec24985e49039</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Sun, 16 Mar 2025 17:20:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a641e28ec16d1bc96683fc1c716da7d6a2ae9faf - Merge branch &apos;jolivet/fix-overallocation&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#a641e28ec16d1bc96683fc1c716da7d6a2ae9faf</link>
        <description>Merge branch &apos;jolivet/fix-overallocation&apos; into &apos;release&apos;MatIncreaseOverlap_MPIAIJ_Once: no need for overallocationSee merge request petsc/petsc!8194

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Fri, 14 Mar 2025 20:19:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fa7fd462e34b9655538bc6f452ad1dcaee141795 - MatIncreaseOverlap_MPIAIJ_Once: no need for overallocation</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#fa7fd462e34b9655538bc6f452ad1dcaee141795</link>
        <description>MatIncreaseOverlap_MPIAIJ_Once: no need for overallocation

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Thu, 13 Mar 2025 12:02:42 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>d0e6bf2ad94dcc89b258ce16c7987200a4714786 - Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#d0e6bf2ad94dcc89b258ce16c7987200a4714786</link>
        <description>Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;clang-format-19See merge request petsc/petsc!7644

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Wed, 25 Sep 2024 06:44:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0d5ef98addb54ced821e7e5fade9ccac0ec8ccde - CI: update checkclangformat to use clang-format-19.1.0</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#0d5ef98addb54ced821e7e5fade9ccac0ec8ccde</link>
        <description>CI: update checkclangformat to use clang-format-19.1.0

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Wed, 18 Sep 2024 17:18:59 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>57508ece14a6b1339c0bbf016ecd72f673a062b0 - Remove unneeded parentheses</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#57508ece14a6b1339c0bbf016ecd72f673a062b0</link>
        <description>Remove unneeded parentheses

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Tue, 17 Sep 2024 23:49:15 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>383426fb4e8970a3bcc85603b04a41d8b062208c - Merge branch &apos;jolivet/minor-fixes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#383426fb4e8970a3bcc85603b04a41d8b062208c</link>
        <description>Merge branch &apos;jolivet/minor-fixes&apos; into &apos;main&apos;Minor fixesSee merge request petsc/petsc!7842

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Fri, 20 Sep 2024 15:55:59 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a3f1d042deeee8d591d0e166df91c7782e45ac59 - Minor fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#a3f1d042deeee8d591d0e166df91c7782e45ac59</link>
        <description>Minor fixesSee also: https://gitlab.com/slepc/slepc/-/merge_requests/692

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Wed, 18 Sep 2024 00:01:00 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/mat/impls/aij/mpi/mpiov.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/mat/impls/aij/mpi/mpiov.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>462c564db5c15796f1f07c2b71ff29812cdd1aad - Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#462c564db5c15796f1f07c2b71ff29812cdd1aad</link>
        <description>Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()Introduce MPIU_Count to be used when MPI_Count is not available

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Sat, 14 Sep 2024 12:41:22 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6a210b70a61472cf8733db59e8a3fa68f6578c01 - Add support to MPIU_Allreduce to prevent int overflow with a single integer argument</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#6a210b70a61472cf8733db59e8a3fa68f6578c01</link>
        <description>Add support to MPIU_Allreduce to prevent int overflow with a single integer argument

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Tue, 10 Sep 2024 20:35:04 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@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/mat/impls/aij/mpi/mpiov.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/mat/impls/aij/mpi/mpiov.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>8a9a218a9f818747db6f6f9242cfe150b25f4071 - Merge branch &apos;stephan-koehler/improve-MatCreateSubMatrix_MPIAIJ_All&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/mpi/mpiov.c#8a9a218a9f818747db6f6f9242cfe150b25f4071</link>
        <description>Merge branch &apos;stephan-koehler/improve-MatCreateSubMatrix_MPIAIJ_All&apos; into &apos;main&apos;Use MPI_Allreduce in MatCreateSubMatrix_MPIAIJ_AllSee merge request petsc/petsc!7356

            List of files:
            /petsc/src/mat/impls/aij/mpi/mpiov.c</description>
        <pubDate>Wed, 20 Mar 2024 17:24:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
