Merged
Conversation
btalamini
approved these changes
Feb 5, 2026
…ate-tpls-2026-02-05
…NL/serac into task/chapman39/update-tpls-2026-02-05
…NL/smith into task/chapman39/update-tpls-2026-02-05
…nl/smith into task/chapman39/update-tpls-2026-02-05
kennyweiss
reviewed
Feb 24, 2026
| packages: | ||
| axom: | ||
| require: | ||
| - spec: "@0.12.0.1" |
Member
There was a problem hiding this comment.
Not sure if you need this for your current development, but we recently released axom@0.13
tupek2
approved these changes
Feb 25, 2026
white238
reviewed
Feb 26, 2026
| set(CALIPER_DIR "${TPL_ROOT}/caliper-2.12.1-am6ehnzp2m2z5f6ekxcuwrf2ugzhewqi" CACHE PATH "") | ||
|
|
||
| # ENZYME not built | ||
| set(ENZYME_DIR "${TPL_ROOT}/enzyme-0.0.249-zpsgmqbv7vldpmzugxl7vx3n5b7qapkk" CACHE PATH "") |
white238
approved these changes
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR
mfem patches
about dfem-related tests and examples
test_dfem_explicit_dynamics,dfem_gpu, anddfem_force_gpucannot yet run with a GPU execution space. Each get this warning:i decided to revert that error back to a warning. but it may be possible to resolve it by simplifying the kernel resource usage (e.g. reducing ir_order) - according to livchat at least. given my limited physics knowledge i decided not to go too deep into that route.
the
test_dfem_explicit_dynamicstest is the only one of the 3 programs listed above that actually used gpu as execution space. as a result, i get this error after the test passes. (output has been simplified)to resolve this error for now i set the execution space to CPU, though we will probably want to fix this soon, so ill make an issue. #1546