History log of /libCEED/tests/junit.py (Results 1 – 25 of 121)
Revision Date Author Comments
# d6ed5abf 02-Feb-2026 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1921 from CEED/jeremy/fortran-ex-1

ex - add fortran ex1


# 860dc821 29-Jan-2026 Jeremy L Thompson <jeremy@jeremylt.org>

ex - add fortran ex1


# 48203ff5 05-Jan-2026 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1911 from CEED/jeremy/drop-occa

occa - retire backends


# 346c77e6 16-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

occa - retire backends


# 6a6b797f 13-Nov-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1904 from CEED/jeremy/view-tab

view - add Ceed*[Get/Set]ViewTabs for all objects


# 681c4c48 11-Nov-2025 Jeremy L Thompson <jeremy@jeremylt.org>

junit - drop unused arg


# 9b9f6113 08-Aug-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1881 from CEED/SirAlienTheGreat/rust-qfunctions

Rust and cuda clang support (#1873)


# 2027fb9d 31-Jul-2025 SirAlienTheGreat <79958059+SirAlienTheGreat@users.noreply.github.com>

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

* remov

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 -> 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 "change names and simplify makefile"

This reverts commit 96e762f9f5d50d8ed9d3673e7fda850dfc390abe.

* Apply Jeremy'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 <alma4974@noether>

show more ...


# 03ea9c5e 21-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1869 from CEED/zach/update-tests

ci - update test suite for parity with Ratel


# f36e7531 18-Jul-2025 Zach Atkins <zach.atkins@colorado.edu>

ci - update test suite for parity with Ratel


# bdd4742d 02-Oct-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1673 from CEED/jeremy/use-work-vecs

GPU Operators use work vectors


# 8bbba8cd 26-Sep-2024 Jeremy L Thompson <jeremy@jeremylt.org>

gpu - use cached work vectors across operators


# 91d8b1ea 28-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1623 from CEED/jeremy/disable-smartsim

fluids - drop SGS, SmartSim, Torch (moved to HONEE)


# 3e0c2f3f 27-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - Remove SGS, SmartSim, Torch (moved to HONEE)


# 9702fad5 12-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1581 from CEED/jrwrigh/pytorch_external_sgs

fluids: Add PyTorch external DD SGS evaluation


# 637c7b11 24-May-2024 James Wright <james@jameswright.xyz>

test(fluids): Add SGS torch testing


# 3d93edf4 08-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1555 from CEED/balin/smartsim

Fixed small bug in sgs_dd_train Q function


# 4dd4a125 08-Apr-2024 Riccardo Balin <balin@uan-0001.head.cm.americas.sgi.com>

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 `SMARTRE

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
directory

Co-authored-by: James Wright <james@jameswright.xyz>

show more ...


# 73c23039 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1538 from CEED/jeremy/fluids-int64

Enable int64 testing for PETSc examples


# 4d00b080 26-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

ex - enable int64 testing for PETSc examples, small fixes for compatibility


# c86abd2b 13-Feb-2024 James Wright <james@jameswright.xyz>

Merge pull request #1471 from CEED/jeremy/skip-tet

Skip tet tests without tetget installed


# d26b3214 13-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

junit - skip tet tests without tetget installed


# 694f24b0 31-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1436 from peterrum/dealii

Add deal.II example


# 8c81f8b0 23-Dec-2023 Peter Munch <peterrmuench@gmail.com>

Add deal.II example

Co-authored-by: jeremylt <jeremy@jeremylt.org>


# 3451ca54 27-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1203 from CEED/jrwrigh/smartsim

fluids: SmartSim Online Data-Driven SGS training


12345