<?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 junit.py</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d6ed5abffa3823f6603d4dc65272439584c38270 - Merge pull request #1921 from CEED/jeremy/fortran-ex-1</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#d6ed5abffa3823f6603d4dc65272439584c38270</link>
        <description>Merge pull request #1921 from CEED/jeremy/fortran-ex-1ex - add fortran ex1

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Mon, 02 Feb 2026 15:20:41 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>860dc8215fde8015ce701d5081dc7f665abfde5f - ex - add fortran ex1</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#860dc8215fde8015ce701d5081dc7f665abfde5f</link>
        <description>ex - add fortran ex1

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Thu, 29 Jan 2026 16:50:01 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>48203ff5b2e76d34bb2203dfd66749ca64137ac2 - Merge pull request #1911 from CEED/jeremy/drop-occa</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#48203ff5b2e76d34bb2203dfd66749ca64137ac2</link>
        <description>Merge pull request #1911 from CEED/jeremy/drop-occaocca - retire backends

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Mon, 05 Jan 2026 19:59:33 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>346c77e6436e93de99b1714e06a264fc70d47960 - occa - retire backends</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#346c77e6436e93de99b1714e06a264fc70d47960</link>
        <description>occa - retire backends

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Tue, 16 Dec 2025 17:44:41 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>6a6b797f790a7f197cde448212987b3ead5d18fa - Merge pull request #1904 from CEED/jeremy/view-tab</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#6a6b797f790a7f197cde448212987b3ead5d18fa</link>
        <description>Merge pull request #1904 from CEED/jeremy/view-tabview - add Ceed*[Get/Set]ViewTabs for all objects

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Thu, 13 Nov 2025 17:49:45 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>681c4c4865e6a48cef1382a3d5a94c3bb19afc16 - junit - drop unused arg</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#681c4c4865e6a48cef1382a3d5a94c3bb19afc16</link>
        <description>junit - drop unused arg

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Tue, 11 Nov 2025 16:32:18 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>9b9f6113f51e15913d7f93f3cfe1286cbb8f166e - Merge pull request #1881 from CEED/SirAlienTheGreat/rust-qfunctions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#9b9f6113f51e15913d7f93f3cfe1286cbb8f166e</link>
        <description>Merge pull request #1881 from CEED/SirAlienTheGreat/rust-qfunctionsRust and cuda clang support (#1873)

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Fri, 08 Aug 2025 15:43:27 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>2027fb9d13fe34211738d8539f90542a9801ae2c - Rust and cuda clang support (#1873)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#2027fb9d13fe34211738d8539f90542a9801ae2c</link>
        <description>Rust and cuda clang support (#1873)* Switch compiler to clang (not portable)* test add_num* compile with llvm tools* not working linking* not fixed* Update ex1-volume.h* update* remove global path* changes* changes 2* crate works* basic gpu rust compilation* still not working* rust source roots basic support* nvrtc/clang selection* cleanup* update example (not working)* add rust example* fix merge issue* delete temp files* cleanup* rust qfunc 2d array (needs doc)* cleanup* more cleanup* downgrade back to c++11* format* final draft cleanup* formatting + CUDA_CLANG -&gt; GPU_CLANG* Update cuda CEED_QFUNCTION_RUST* fix python* fix python and format* format fr* update comment* fix python fr* Apply error suggestions from code review* update errors to libceed format* Apply suggestions from code review* add optimization flag* remove line breaks* Apply suggestions from code review* avoid python in macro better* add rust example* format* Apply suggestions from code review* move rust example to own directory* Simplify python exclusion logic* re-fix python* Update python/build_ceed_cffi.py* change names and simplify makefile* Revert &quot;change names and simplify makefile&quot;This reverts commit 96e762f9f5d50d8ed9d3673e7fda850dfc390abe.* Apply Jeremy&apos;s diff* Simplify CeedCallSystem* use rust-install llvm tools* add gitignores* update paths* example absolute path* fix comments* apply partial diff* add newline* add makefile* Update examples/rust-qfunctions/Makefile* update makefile---------Co-authored-by: Allen MacFarland &lt;alma4974@noether&gt;

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Thu, 31 Jul 2025 18:43:27 +0000</pubDate>
        <dc:creator>SirAlienTheGreat &lt;79958059+SirAlienTheGreat@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>03ea9c5e38decde08e88464ba86426bf9a31049e - Merge pull request #1869 from CEED/zach/update-tests</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#03ea9c5e38decde08e88464ba86426bf9a31049e</link>
        <description>Merge pull request #1869 from CEED/zach/update-testsci - update test suite for parity with Ratel

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Mon, 21 Jul 2025 15:20:10 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>f36e753100926c940e21f506e95c0b0794520501 - ci - update test suite for parity with Ratel</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#f36e753100926c940e21f506e95c0b0794520501</link>
        <description>ci - update test suite for parity with Ratel

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Fri, 18 Jul 2025 20:05:09 +0000</pubDate>
        <dc:creator>Zach Atkins &lt;zach.atkins@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>bdd4742d30d5b1a067c34ba18810a01cac386b2f - Merge pull request #1673 from CEED/jeremy/use-work-vecs</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#bdd4742d30d5b1a067c34ba18810a01cac386b2f</link>
        <description>Merge pull request #1673 from CEED/jeremy/use-work-vecsGPU Operators use work vectors

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Wed, 02 Oct 2024 14:33:14 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>8bbba8cdca038b4242f0cbb369bb1e31b8a6e289 - gpu - use cached work vectors across operators</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#8bbba8cdca038b4242f0cbb369bb1e31b8a6e289</link>
        <description>gpu - use cached work vectors across operators

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Thu, 26 Sep 2024 17:27:23 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>91d8b1ea738b1f1e2da477a71d3db5b7a7ff033b - Merge pull request #1623 from CEED/jeremy/disable-smartsim</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#91d8b1ea738b1f1e2da477a71d3db5b7a7ff033b</link>
        <description>Merge pull request #1623 from CEED/jeremy/disable-smartsimfluids - drop SGS, SmartSim, Torch (moved to HONEE)

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Fri, 28 Jun 2024 14:45:11 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>3e0c2f3f098a94aa29497d10cd3cab29dd4ca6e3 - fluids - Remove SGS, SmartSim, Torch (moved to HONEE)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#3e0c2f3f098a94aa29497d10cd3cab29dd4ca6e3</link>
        <description>fluids - Remove SGS, SmartSim, Torch (moved to HONEE)

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Thu, 27 Jun 2024 21:03:40 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>9702fad555bca64ebadd65b6683823bdeee0498a - Merge pull request #1581 from CEED/jrwrigh/pytorch_external_sgs</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#9702fad555bca64ebadd65b6683823bdeee0498a</link>
        <description>Merge pull request #1581 from CEED/jrwrigh/pytorch_external_sgsfluids: Add PyTorch external DD SGS evaluation

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Wed, 12 Jun 2024 23:28:06 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>637c7b11eaf8aa85ae3f6db9c10f649d172df128 - test(fluids): Add SGS torch testing</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#637c7b11eaf8aa85ae3f6db9c10f649d172df128</link>
        <description>test(fluids): Add SGS torch testing

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Fri, 24 May 2024 19:43:21 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>3d93edf450f63731d991577961519244c22c5fcf - Merge pull request #1555 from CEED/balin/smartsim</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#3d93edf450f63731d991577961519244c22c5fcf</link>
        <description>Merge pull request #1555 from CEED/balin/smartsimFixed small bug in sgs_dd_train Q function

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Mon, 08 Apr 2024 20:00:26 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>4dd4a1256c406e5f38baa03af4f7e34f10901913 - fix(fluids): Renable SmartSim testing and fix bug</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#4dd4a1256c406e5f38baa03af4f7e34f10901913</link>
        <description>fix(fluids): Renable SmartSim testing and fix bug- Fixed bug in sgs_dd_train QF, left over from debugging- SmartSim tests were previously not running at all, due to  junit.py checking if `SMARTREDIS_DIR` was a file instead of a  directoryCo-authored-by: James Wright &lt;james@jameswright.xyz&gt;

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Mon, 08 Apr 2024 19:09:30 +0000</pubDate>
        <dc:creator>Riccardo Balin &lt;balin@uan-0001.head.cm.americas.sgi.com&gt;</dc:creator>
    </item>
<item>
        <title>73c23039768e26d28dcb409d4f8621d203057219 - Merge pull request #1538 from CEED/jeremy/fluids-int64</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#73c23039768e26d28dcb409d4f8621d203057219</link>
        <description>Merge pull request #1538 from CEED/jeremy/fluids-int64Enable int64 testing for PETSc examples

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Wed, 27 Mar 2024 16:49:34 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>4d00b080eb3f95d2e04e55c0ff369c5c847bb288 - ex - enable int64 testing for PETSc examples, small fixes for compatibility</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/junit.py#4d00b080eb3f95d2e04e55c0ff369c5c847bb288</link>
        <description>ex - enable int64 testing for PETSc examples, small fixes for compatibility

            List of files:
            /libCEED/tests/junit.py</description>
        <pubDate>Tue, 26 Mar 2024 21:54:11 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
</channel>
</rss>
