<?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 example_template.py</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>7b5fd022a6ba26727040df7457b27566b4c6742d - Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#7b5fd022a6ba26727040df7457b27566b4c6742d</link>
        <description>Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;Minor housekeepingSee merge request petsc/petsc!8811

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Tue, 28 Oct 2025 13:36:29 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ab701a13729552d5c5ef588d660fdd88f1a8bdd2 - checkbadSource: check style of config/*</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#ab701a13729552d5c5ef588d660fdd88f1a8bdd2</link>
        <description>checkbadSource: check style of config/*

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Mon, 27 Oct 2025 09:39:40 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>505e148b113189046e8083bc38510d32f321c47f - Merge branch &apos;stefanozampini/refix-valgrind&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#505e148b113189046e8083bc38510d32f321c47f</link>
        <description>Merge branch &apos;stefanozampini/refix-valgrind&apos; into &apos;main&apos;More general handling of executable location in command line for testing scriptsSee merge request petsc/petsc!7313

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Thu, 22 Feb 2024 13:07:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2ef0b79d2ecb39267795f3cbd37e7d76c6a7bc76 - More general handling of executable location in command line</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#2ef0b79d2ecb39267795f3cbd37e7d76c6a7bc76</link>
        <description>More general handling of executable location in command line

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Thu, 22 Feb 2024 08:46:14 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@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/config/example_template.py#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/config/example_template.py</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>d68d54c7c77e67f355f59cef0b2b3547c8e78a09 - Testing: Add &apos;temporaries:&apos; field to the test suite</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#d68d54c7c77e67f355f59cef0b2b3547c8e78a09</link>
        <description>Testing: Add &apos;temporaries:&apos; field to the test suiteIt&apos;s nice when the output that needs to be tested goes to stdout, and wecan do that with our own viewers, but some output that needs to betested can only be written to temporary files.  An example is MPElogging, which produces a .clog2 file, let&apos;s say it&apos;s called ex30.clog2.We can access that file through the test suite:    /*TEST        test:          filter: strings ex30.clog2 | grep &quot;Petsc&quot;    TEST*/But the problem is that ex30.clog2 will stay in the test builddirectory.  Suppose the test breaks and the program does not writethe ex30.clog2 file: then a stale version of that file will be read.This change allows us to write the test as:    /*TEST        test:          temporaries: ex30.clog2          filter: strings ex30.clog2 | grep &quot;Petsc&quot;    TEST*/which indices that (the localized version of) `rm -f ex30.clog2` willrun before the test.

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Thu, 13 Jul 2023 01:28:23 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>597312bb6c345b23a699f9b4a0709e000a8fd5d1 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#597312bb6c345b23a699f9b4a0709e000a8fd5d1</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Tue, 02 May 2023 23:33:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7168d968c8ec57a99e271b109d7a3463ed3a5e80 - Merge branch &apos;stefanozampini/fix-setinf&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#7168d968c8ec57a99e271b109d7a3463ed3a5e80</link>
        <description>Merge branch &apos;stefanozampini/fix-setinf&apos; into &apos;release&apos;Fixes for -fp_trapSee merge request petsc/petsc!6372

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Tue, 02 May 2023 23:29:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2b6f951b86ef7b05845d41fe0f67a3222cfc0c15 - Plex: More FPE fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#2b6f951b86ef7b05845d41fe0f67a3222cfc0c15</link>
        <description>Plex: More FPE fixesallow cells with no coordinatesFVM: More robust limiterPetscGridHash: use Calloc to avoid floating point exceptionsPetscDT: fpe fixes

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Mon, 01 May 2023 08:07:52 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>986f41eab0c64bdfefeb0ba1649ab37dce15f4f1 - Merge branch &apos;jczhang/add-mpiexec-tail&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#986f41eab0c64bdfefeb0ba1649ab37dce15f4f1</link>
        <description>Merge branch &apos;jczhang/add-mpiexec-tail&apos; into &apos;main&apos;Add --with-mpiexec-tail to add arguments right before user&apos;s executableSee merge request petsc/petsc!6167

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Mon, 13 Mar 2023 19:30:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>64f7b2732a9039e3daa26de6c34bd6712768732a - Config: add --with-mpiexec-tail to add arguments right before user&apos;s executable</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#64f7b2732a9039e3daa26de6c34bd6712768732a</link>
        <description>Config: add --with-mpiexec-tail to add arguments right before user&apos;s executableSo that we are albe to do mpiexec &lt;mpiexec_flags&gt; -n &lt;np&gt; &lt;mpiexec_tail&gt; ./ex1

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Thu, 09 Mar 2023 22:58:45 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a207d08edab748df642306d213e6e891ba48ee92 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#a207d08edab748df642306d213e6e891ba48ee92</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Sun, 30 Oct 2022 16:03:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ed31fb71c382ced3521e135689f4f4deaeece76b - Merge branch &apos;jose/codespell-typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#ed31fb71c382ced3521e135689f4f4deaeece76b</link>
        <description>Merge branch &apos;jose/codespell-typos&apos; into &apos;release&apos;A few more codespell fixesSee merge request petsc/petsc!5786

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Sun, 30 Oct 2022 16:01:21 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d5b43468fb8780a8feea140ccd6fa3e6a50411cc - A few more codespell fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#d5b43468fb8780a8feea140ccd6fa3e6a50411cc</link>
        <description>A few more codespell fixes

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Sat, 29 Oct 2022 10:39:42 +0000</pubDate>
        <dc:creator>Jose E. Roman &lt;jroman@dsic.upv.es&gt;</dc:creator>
    </item>
<item>
        <title>755922ebc0fc4fa92bb1e0ee46776c9c0a59081b - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#755922ebc0fc4fa92bb1e0ee46776c9c0a59081b</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Mon, 17 Oct 2022 18:03:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e4ead62afe7fa57e0cd0035bdb7ea7539211de26 - Merge branch &apos;jacobf/2022-10-06/test-harness-env-keyword&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#e4ead62afe7fa57e0cd0035bdb7ea7539211de26</link>
        <description>Merge branch &apos;jacobf/2022-10-06/test-harness-env-keyword&apos; into &apos;release&apos;Add env: keyword to test harnessSee merge request petsc/petsc!5721

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Fri, 14 Oct 2022 14:03:53 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fa236c6ab48d755f4c1575c9173a547079d28b10 - Add env: keyword to test harness</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#fa236c6ab48d755f4c1575c9173a547079d28b10</link>
        <description>Add env: keyword to test harness

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Thu, 06 Oct 2022 18:08:47 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bda772717712deb013c2250756e6fdd59a1ea127 - Merge branch &apos;barry/2022-06-24/linenumbers-petscstack&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#bda772717712deb013c2250756e6fdd59a1ea127</link>
        <description>Merge branch &apos;barry/2022-06-24/linenumbers-petscstack&apos; into &apos;main&apos;Fixes/improvements for PETSc stack handlingSee merge request petsc/petsc!5368

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Wed, 20 Jul 2022 13:07:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>660278c0612eddb50605b63d23f7384c6f3231af - Add PETSc CI mode to allow better handling of errors and system dependent output when running in test harness</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#660278c0612eddb50605b63d23f7384c6f3231af</link>
        <description>Add PETSc CI mode to allow better handling of errors and system dependent output when running in test harness-petsc_ci - automatically set for all runs in test harness-petsc_ci_portable_error_output - ensures all error messages (when possible are system and compiler information),should be only used in tests that are explicitly testing the error handlingThis allows proper comparisons of runs on different machines and when errors are intentionally triggered to test error handlingCommit-type: error-checking, testing-fix/spend 5h

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Sun, 26 Jun 2022 15:54:06 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>036e4bdc5ff4e9428be71571d75dc99dc1cdff13 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/example_template.py#036e4bdc5ff4e9428be71571d75dc99dc1cdff13</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/config/example_template.py</description>
        <pubDate>Sat, 14 May 2022 17:44:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
