Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9dca29f
update tribol and mfem
chapman39 Feb 5, 2026
5034ae7
add mfem patch, update enzyme, remove rdc flag usage
chapman39 Feb 5, 2026
9f12e62
Merge remote-tracking branch 'origin/develop' into task/chapman39/upd…
chapman39 Feb 13, 2026
8840367
update mfem, tribol, spack, spack packages again
chapman39 Feb 13, 2026
137fe1e
fix enzyme remove mfem patch
chapman39 Feb 13, 2026
6a3ae7e
remove mfem patch, small changes to darwin yaml
chapman39 Feb 14, 2026
9bba150
Merge branch 'task/chapman39/update-tpls-2026-02-05' of github.com:LL…
chapman39 Feb 14, 2026
ac70bb0
rz host configs
chapman39 Feb 19, 2026
37df8ae
dane host configs
chapman39 Feb 19, 2026
63a85be
tuo host config
chapman39 Feb 20, 2026
2d2fa39
Merge branch 'task/chapman39/update-tpls-2026-02-05' of github.com:LL…
chapman39 Feb 20, 2026
376f19f
update mfem submodule with device-specific abort issue
chapman39 Feb 23, 2026
95d795d
Merge branch 'task/chapman39/update-tpls-2026-02-05' of github.com:ll…
chapman39 Feb 23, 2026
7356097
revert pass-failed warning to error + use cpu exec space for dfem tes…
chapman39 Feb 23, 2026
31ae0b0
fix mfem submodule
chapman39 Feb 23, 2026
ac8dc5d
update cmake versions used in ci
chapman39 Feb 23, 2026
a00c8c6
remove cuda from docker tpl build
chapman39 Feb 24, 2026
6f76610
handle mfem codevelop debug case
chapman39 Feb 24, 2026
42acb73
docker host configs
chapman39 Feb 24, 2026
250b7d7
Merge branch 'develop' into task/chapman39/update-tpls-2026-02-05
chapman39 Feb 24, 2026
56c6476
update mfem commit to my branch
chapman39 Feb 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mfem
Submodule mfem updated 107 files
4 changes: 2 additions & 2 deletions scripts/spack/configs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
- spec: "@2.33.0"
mfem:
require:
- spec: "@4.9.0.3"
- spec: "@4.9.0.4"
petsc:
require:
- spec: "@3.21.6"
Expand All @@ -33,7 +33,7 @@ packages:
- spec: "@7.5.0"
tribol:
require:
- spec: "@0.1.0.24"
- spec: "@0.1.0.25"
umpire:
require:
- spec: "@2025.09.0"
2 changes: 1 addition & 1 deletion scripts/spack/spack_repo/smith/packages/mfem/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Mfem(BuiltinMfem):
# Note: Make sure this sha coincides with the git submodule
# Note: We add a number to the end of the real version number to indicate that we have
# moved forward past the release. Increment the last number when updating the commit sha.
version("4.9.0.3", commit="232853214d99a7ef7a8fb85bcf7a28ee92131115")
version("4.9.0.4", commit="8efb9483bc8353cfcda3cc2531427f048f606e01")

variant('asan', default=False, description='Add Address Sanitizer flags')

Expand Down
2 changes: 1 addition & 1 deletion scripts/spack/spack_repo/smith/packages/tribol/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Tribol(CachedCMakePackage, CudaPackage, ROCmPackage):
# SMITH EDIT START
# Note: We add a number to the end of the real version number to indicate that we have
# moved forward past the release. Increment the last number when updating the commit sha.
version("0.1.0.24", commit="9f9d4d6fc8735106e9118992ed11a9188249962a", submodules=True, preferred=True)
version("0.1.0.25", commit="65101cdad68c2b4b8b17e582ce167c93ad912c9c", submodules=True, preferred=True)
# SMITH EDIT END

# -----------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion tribol
Submodule tribol updated 0 files