<?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 sfalltoall.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>be37439ebbbdb2f81c3420c175a94aa72e59929c - Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#be37439ebbbdb2f81c3420c175a94aa72e59929c</link>
        <description>Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;Remove useless castSee merge request petsc/petsc!7894

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Mon, 21 Oct 2024 21:59:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>835f2295474254850a9de28f274be7ce943244c7 - Brain dead fixes for useless casts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#835f2295474254850a9de28f274be7ce943244c7</link>
        <description>Brain dead fixes for useless casts

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Sat, 05 Oct 2024 11:54:52 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@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/vec/is/sf/impls/basic/alltoall/sfalltoall.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/vec/is/sf/impls/basic/alltoall/sfalltoall.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/vec/is/sf/impls/basic/alltoall/sfalltoall.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/vec/is/sf/impls/basic/alltoall/sfalltoall.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>872ab141943dee616010b2ad741aa550bd53b329 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#872ab141943dee616010b2ad741aa550bd53b329</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Mon, 03 Jun 2024 16:21:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>783bcfebb96597e3892054185599e236d30aac62 - Merge branch &apos;jczhang/2024-05-31/fix-petscsf-gpu-bug&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#783bcfebb96597e3892054185599e236d30aac62</link>
        <description>Merge branch &apos;jczhang/2024-05-31/fix-petscsf-gpu-bug&apos; into &apos;release&apos;Need to sync the stream before MPI send even when there is nothing to send (but has something to receive)See merge request petsc/petsc!7597

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Mon, 03 Jun 2024 16:20:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>646b835dd74e42d2b8324facdc6838bbab01abab - SF: need to sync the stream before MPI send even when there is nothing to send but has something to receive</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#646b835dd74e42d2b8324facdc6838bbab01abab</link>
        <description>SF: need to sync the stream before MPI send even when there is nothing to send but has something to receiveThere might be pending gpu operations on the receive buffer. Without synchronization, say we proceed to MPI_Waitall(). MPI might stage on host and do a H2D copy on an internal stream on the receive side.  Previous gpu operations COULD happen after the H2D copy,  causing a write-after-write reorder violation!

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Fri, 31 May 2024 23:14:06 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>21f37e1660c6169d1d66bfa1d1c9ed0e9abd6fc9 - Merge branch &apos;jczhang/2023-10-16/feature-persistent-mpi-nbr&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#21f37e1660c6169d1d66bfa1d1c9ed0e9abd6fc9</link>
        <description>Merge branch &apos;jczhang/2023-10-16/feature-persistent-mpi-nbr&apos; into &apos;main&apos;SF: Add MPI-4.0 persistent MPI neighborhood collectives supportSee merge request petsc/petsc!6943

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Thu, 26 Oct 2023 20:14:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6677b1c16ddd84d9490cb5064381f6d7f4cdad93 - PetscSF: add MPI-4.0 persistent neighborhood collectives support</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#6677b1c16ddd84d9490cb5064381f6d7f4cdad93</link>
        <description>PetscSF: add MPI-4.0 persistent neighborhood collectives support

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Fri, 20 Oct 2023 14:56:56 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f5d27ee7dde11c933a8c6f6ef7ab9e5456705271 - PetscSF: refactor and modulize the code to better support persistent communication</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#f5d27ee7dde11c933a8c6f6ef7ab9e5456705271</link>
        <description>PetscSF: refactor and modulize the code to better support persistent communication

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Wed, 18 Oct 2023 15:15:59 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>31d78bcd2b98084dc1368b20eb1129c8b9fb39fe - Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#31d78bcd2b98084dc1368b20eb1129c8b9fb39fe</link>
        <description>Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;Feature: Non-discardable PetscErrorCodeSee merge request petsc/petsc!5923

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Thu, 02 Feb 2023 20:39:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3ba1676111f5c958fe6c2729b46ca4d523958bb3 - Make PetscErrorCode a non-discardable enum</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Sat, 10 Dec 2022 18:29:11 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>061e922f3926be00487707c73b78dd3d40309129 - Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#061e922f3926be00487707c73b78dd3d40309129</link>
        <description>Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;Feature: Bicycle Storage Facility 2See merge request petsc/petsc!5661

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Thu, 22 Sep 2022 02:09:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d71ae5a4db6382e7f06317b8d368875286fe9008 - source code format changes due to .clang-format changes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Wed, 21 Sep 2022 21:15:28 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b7124133bcd51a3ab3000e5ce6fd55508e9e5602 - Merge branch &apos;jacobf/2022-09-17/slimmer-petscobject&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#b7124133bcd51a3ab3000e5ce6fd55508e9e5602</link>
        <description>Merge branch &apos;jacobf/2022-09-17/slimmer-petscobject&apos; into &apos;main&apos;Feature: Slimmer PetscObjectSee merge request petsc/petsc!5649

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Tue, 20 Sep 2022 13:14:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4dfa11a44d5adf2389f1d3acbc8f3c1116dc6c3a - Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#4dfa11a44d5adf2389f1d3acbc8f3c1116dc6c3a</link>
        <description>Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Sat, 17 Sep 2022 21:14:16 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>58d68138c660dfb4e9f5b03334792cd4f2ffd7cc - Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#58d68138c660dfb4e9f5b03334792cd4f2ffd7cc</link>
        <description>Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;format repository with clang-formatSee merge request petsc/petsc!5541

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Tue, 23 Aug 2022 05:26:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9371c9d470a9602b6d10a8bf50c9b2280a79e45a - clang-format: convert PETSc sources to comply with clang-format</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#9371c9d470a9602b6d10a8bf50c9b2280a79e45a</link>
        <description>clang-format: convert PETSc sources to comply with clang-format

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Mon, 22 Aug 2022 15:20:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dfd676b1a855b7f967ece75a22ee7f6626d10f89 - Merge branch &apos;barry/2022-04-17/rm-petsccheckfalse-vec&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#dfd676b1a855b7f967ece75a22ee7f6626d10f89</link>
        <description>Merge branch &apos;barry/2022-04-17/rm-petsccheckfalse-vec&apos; into &apos;main&apos;Remove PetscCheckFalse() from the vec directorySee merge request petsc/petsc!5133

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Mon, 25 Apr 2022 14:43:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c9cc58a286c8c88e832fec383b23499de67c4274 - Remove PetscCheckFalse() from the vec directory</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c#c9cc58a286c8c88e832fec383b23499de67c4274</link>
        <description>Remove PetscCheckFalse() from the vec directoryCommit-type: style-fix/spend 35m

            List of files:
            /petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c</description>
        <pubDate>Sun, 17 Apr 2022 18:05:39 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
