<?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 ex24.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><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/vec/is/sf/tests/ex24.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/vec/is/sf/tests/ex24.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>ac530a7e429a3ef5a9263376acf6071236a5db98 - Remove unnecessary braces around one-liners</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/tests/ex24.c#ac530a7e429a3ef5a9263376acf6071236a5db98</link>
        <description>Remove unnecessary braces around one-linersgit grep -lE &quot;[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$&quot; -- &apos;*.c&apos; &apos;*.cxx&apos; &apos;*.cu&apos; &apos;*.h&apos; &apos;*.hpp&apos; &apos;*.cpp&apos; | xargs sed -i &apos;&apos; -E &apos;s#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#&apos;

            List of files:
            /petsc/src/vec/is/sf/tests/ex24.c</description>
        <pubDate>Tue, 03 Jun 2025 13:10:33 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>609caa7c8c030312b00807b4f015fd827bb80932 - Merge branch &apos;jolivet/rm-explicit-empty-output_file&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/tests/ex24.c#609caa7c8c030312b00807b4f015fd827bb80932</link>
        <description>Merge branch &apos;jolivet/rm-explicit-empty-output_file&apos; into &apos;main&apos;Remove 535 empty .out and consolidate the use of output/empty.outSee merge request petsc/petsc!8538

            List of files:
            /petsc/src/vec/is/sf/tests/ex24.c</description>
        <pubDate>Sat, 19 Jul 2025 04:14:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3886731f808f6f9ca8348e6e791c818340d72f91 - Remove explicitly listed empty files and switch to output/empty.out</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/tests/ex24.c#3886731f808f6f9ca8348e6e791c818340d72f91</link>
        <description>Remove explicitly listed empty files and switch to output/empty.out

            List of files:
            /petsc/src/vec/is/sf/tests/ex24.c</description>
        <pubDate>Wed, 09 Jul 2025 05:18:30 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>0337bfe0b9dcc77abc5d44df0b7f57cdcdf2ff74 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/tests/ex24.c#0337bfe0b9dcc77abc5d44df0b7f57cdcdf2ff74</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/vec/is/sf/tests/ex24.c</description>
        <pubDate>Tue, 08 Jul 2025 15:22:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dafc4149271cc919beac5b603fa836e66ed2f29c - Merge branch &apos;jczhang/2025-07-01/disable-sf-window&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/tests/ex24.c#dafc4149271cc919beac5b603fa836e66ed2f29c</link>
        <description>Merge branch &apos;jczhang/2025-07-01/disable-sf-window&apos; into &apos;release&apos;Disable two tests for sf_window as they are frequent timed out with the CI job linux-hip-cmplxSee merge request petsc/petsc!8509

            List of files:
            /petsc/src/vec/is/sf/tests/ex24.c</description>
        <pubDate>Tue, 01 Jul 2025 19:00:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c204e120ad108382443b7959bfb6b60adac38f68 - SF: disable two tests for sf_window as they are frequent timed out with the CI job linux-hip-cmplx</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/tests/ex24.c#c204e120ad108382443b7959bfb6b60adac38f68</link>
        <description>SF: disable two tests for sf_window as they are frequent timed out with the CI job linux-hip-cmplxIt happens more often with openmpi

            List of files:
            /petsc/src/vec/is/sf/tests/ex24.c</description>
        <pubDate>Tue, 01 Jul 2025 15:42:15 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9ddca8615442a0b31776ad6b81dd5c21bf6f5faf - Merge branch &apos;tisaac/bugfix-sfwindow&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/tests/ex24.c#9ddca8615442a0b31776ad6b81dd5c21bf6f5faf</link>
        <description>Merge branch &apos;tisaac/bugfix-sfwindow&apos; into &apos;main&apos;Add PetscSFRegisterPersistent() and fix PETSCSFWINDOW for empty ranksSee merge request petsc/petsc!7786

            List of files:
            /petsc/src/vec/is/sf/tests/ex24.c</description>
        <pubDate>Mon, 09 Sep 2024 15:04:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>33e3ecb2fe4b52c32599116bc622b359dfa41247 - PetscSF: Add test ex24 for testing overlapping sparse communication</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/tests/ex24.c#33e3ecb2fe4b52c32599116bc622b359dfa41247</link>
        <description>PetscSF: Add test ex24 for testing overlapping sparse communication

            List of files:
            /petsc/src/vec/is/sf/tests/ex24.c</description>
        <pubDate>Tue, 03 Sep 2024 13:23:48 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
