<?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 ex30.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><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/sys/tests/ex30.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/sys/tests/ex30.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/sys/tests/ex30.c#3886731f808f6f9ca8348e6e791c818340d72f91</link>
        <description>Remove explicitly listed empty files and switch to output/empty.out

            List of files:
            /petsc/src/sys/tests/ex30.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>b8cc7c9f4d009fc70297f21117c19687cd866881 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#b8cc7c9f4d009fc70297f21117c19687cd866881</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Thu, 10 Apr 2025 14:48:06 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a35682ad9256cb8ce724665ad673bc3856a894ca - Merge branch &apos;tisaac/fix-log-view-multiple&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#a35682ad9256cb8ce724665ad673bc3856a894ca</link>
        <description>Merge branch &apos;tisaac/fix-log-view-multiple&apos; into &apos;release&apos;Logging: Account for multiple log viewers in final checks (with new test)See merge request petsc/petsc!8301

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Thu, 10 Apr 2025 14:25:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0bc1c2e8e3dc4082cdfa268312e338118df56085 - Logging: Account for multiple log viewers in final checks (with new test)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#0bc1c2e8e3dc4082cdfa268312e338118df56085</link>
        <description>Logging: Account for multiple log viewers in final checks (with new test)PetscLogHandlerView_Default_Info() wants to be sure that the only objects still in existenceat the end are the viewers for the log handlers: this commit creates globals to keep track ofhow many of these have been created and destroyed.sys_tests-ex30_11 and sys_tests-ex30_12 test this functionalityReported-by: Jed Brown &lt;jed@jedbrown.org&gt;Co-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;Helped-by: Pierre Jolivet &lt;pierre@joliv.et&gt;

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Wed, 09 Apr 2025 20:13:56 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>732aec7a18f2199fb53bb9a2f3aef439a834ce31 - Merge branch &apos;jolivet/remove-cast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#732aec7a18f2199fb53bb9a2f3aef439a834ce31</link>
        <description>Merge branch &apos;jolivet/remove-cast&apos; into &apos;main&apos;Use NULL or nullptr instead of casted 0See merge request petsc/petsc!7857

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Sun, 22 Sep 2024 17:54:06 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c8025a5415d73fd1c6005393f2b0e60677bf5915 - Use NULL or nullptr instead of casted 0</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#c8025a5415d73fd1c6005393f2b0e60677bf5915</link>
        <description>Use NULL or nullptr instead of casted 0

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Sat, 21 Sep 2024 07:20:33 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/sys/tests/ex30.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/sys/tests/ex30.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>2c9b8e7aeb7f862fc28b5fddba8e172a7a87d7b5 - Logging: tweak ex30 test to avoid reduce regressions due to time variabiity in CI</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#2c9b8e7aeb7f862fc28b5fddba8e172a7a87d7b5</link>
        <description>Logging: tweak ex30 test to avoid reduce regressions due to time variabiity in CIsys/tests/ex30_1 produces flamegraph output, which is sorted by (inclusive time)It has two stages which should take 0.5 and 0.3 seconds, but in CI there is enough noise in the runtime thatthe order of the stages will reverse.  This lengthens the first stage to 0.7 seconds, which will reduce thenumber of false positives that are created.

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Fri, 30 Aug 2024 14:12:57 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4 - Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4</link>
        <description>Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;Remove first and last empty linesSee merge request petsc/petsc!6892

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>92bec4eefde5b79327e7cea3b0266e7580ec8183 - Remove first and last empty lines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:22 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>33fbd3852632b176876ffe3ee64d3ccc24a8a42b - Merge branch &apos;tisaac/feature-log-nvtx&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#33fbd3852632b176876ffe3ee64d3ccc24a8a42b</link>
        <description>Merge branch &apos;tisaac/feature-log-nvtx&apos; into &apos;main&apos;Profiling: Create PETSCLOGHANDLERNVTX (`-log_view` no longer required for Nsight ranges)See merge request petsc/petsc!6884

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Fri, 22 Sep 2023 15:33:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>61cc744836451fb4d1d6f02ab6992be430960ed1 - Profiling: Create PETSCLOGHANDLERNVTX</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#61cc744836451fb4d1d6f02ab6992be430960ed1</link>
        <description>Profiling: Create PETSCLOGHANDLERNVTX

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Thu, 21 Sep 2023 18:47:51 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6c37f76f2ace6b1ab1a4a8f1d7a04dee3e7f2aa9 - Merge branch &apos;tisaac/feature-log-handler&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#6c37f76f2ace6b1ab1a4a8f1d7a04dee3e7f2aa9</link>
        <description>Merge branch &apos;tisaac/feature-log-handler&apos; into &apos;main&apos;Deglobalize logging into PetscLogHandler and PetscLogStateSee merge request petsc/petsc!6709

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Thu, 27 Jul 2023 15:06:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4d0bca776686f47d3b16e29808a75967a001cdfb - Config: add configure test for PETSC_HAVE_LINUX</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#4d0bca776686f47d3b16e29808a75967a001cdfb</link>
        <description>Config: add configure test for PETSC_HAVE_LINUXThis would be redundant with __linux__ in a source file, butis useful for allowing the test suite to have&apos;requires: linux&apos;

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Wed, 26 Jul 2023 23:21:46 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>461318ebf8fdc56c60685925aa4ecfd797869ba1 - Profiling: add flag for testing threadsafe data structures</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#461318ebf8fdc56c60685925aa4ecfd797869ba1</link>
        <description>Profiling: add flag for testing threadsafe data structuresWe don&apos;t have coverage tests with PETSC_HAVE_THREADSAFETY, sothis flag allows us to test the data structures even withoutit.

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Wed, 19 Jul 2023 06:01:55 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>02aabc329f4a96193b198c8965a8e52dab8668ca - Profiling: Add tests of PetscLogHandler to sys/tests/ex30.c</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/ex30.c#02aabc329f4a96193b198c8965a8e52dab8668ca</link>
        <description>Profiling: Add tests of PetscLogHandler to sys/tests/ex30.c- The pattern of events and stages is made more complicated  to test the fact that nested logging can represent nested  stages now.- To test perfstubs without adding TAU as an optional dependency,  a dummy perfstubs tool implementation is tested.New tests:- 0: tests the fact that events and stages can be registered  in different orders for different processes (at least  for the default log handler: this is not true of all external tools  like MPE)- 1: Test flamegraph (nested log handler)- 2: Test trace log handler- 3: Test PetscLogDump() output with actions and objects logging  Note that this test uses the &quot;temporaries:&quot; test key for the  dump file Log.0- 4: Test CSV output- 5: Test MPE log handler  MPE logging creates a .clog2 binary file.  Without trying  to add a dependency to turn it into text, if we use  `strings` we can at least see if the names of the events  created in the test are in the file- 6: Test perfstubs  Because this relies on dlsym(RTLD_DEFAULT, ...) dynamic linking, this  test can only be run on linux

            List of files:
            /petsc/src/sys/tests/ex30.c</description>
        <pubDate>Fri, 14 Jul 2023 07:18:34 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@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/sys/tests/ex30.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/sys/tests/ex30.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/sys/tests/ex30.c#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/src/sys/tests/ex30.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>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/sys/tests/ex30.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/sys/tests/ex30.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>
</channel>
</rss>
