Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
356 commits
Select commit Hold shift + click to select a range
cfd9c5c
Disables `stats` in 3D WN example
kennyweiss Feb 25, 2026
0a6ecb7
Bugfix: evaluateLinearDerivatives needed the partial
kennyweiss Feb 25, 2026
b5dcba9
Move info around in files so github can find license info.
rhornung67 Feb 25, 2026
4ec1c73
Merge pull request #1811 from llnl/task/rhornung67/license-fix
rhornung67 Feb 26, 2026
91d6ec0
Merge branch 'develop' into feature/han12/lj_multi_combiners
bmhan12 Feb 26, 2026
50b63b3
Merge pull request #1809 from llnl/feature/han12/lj_multi_combiners
bmhan12 Feb 26, 2026
7caf40f
Fix algorithm to get proper mixed derivatives
jcs15c Feb 27, 2026
1d1dc93
Merge branch 'develop' into feature/kweiss/optimize-wn-3d
jcs15c Feb 27, 2026
00d7178
Merge branch 'develop' into bugfix/whitlock/reduce_compiler_warnings
BradWhitlock Feb 27, 2026
b55c1ac
Improve comments and release notes
jcs15c Feb 27, 2026
77371d2
Merge pull request #1796 from llnl/bugfix/whitlock/reduce_compiler_wa…
BradWhitlock Feb 27, 2026
6398232
Fix typo
kennyweiss Feb 28, 2026
5de5c99
Added a function to Combiner class, isMessageCandidateForCombiner, th…
bmhan12 Feb 24, 2026
25d4239
Maintain a list of candidates for each Combiner
bmhan12 Feb 25, 2026
ccfd9df
Revert "Maintain a list of candidates for each Combiner"
bmhan12 Feb 26, 2026
25eadc2
Add unit test for isMessageCandidateForCombiner
bmhan12 Feb 26, 2026
b3ebb4a
Check if both messages are candidates prior to shouldMessagesBeCombin…
bmhan12 Feb 27, 2026
ffb7f8a
Merge branch 'develop' into feature/kweiss/optimize-wn-3d
jcs15c Mar 2, 2026
302ad99
Fix a warning.
BradWhitlock Mar 2, 2026
871cff3
Remove ad-hoc testing in favor of added unit tests
bmhan12 Mar 3, 2026
dac0c60
Merge pull request #1777 from llnl/feature/kweiss/optimize-wn-3d
kennyweiss Mar 3, 2026
3cec62d
documentation
bmhan12 Mar 3, 2026
af0073a
Fix removeCombiner ID
bmhan12 Mar 3, 2026
48208d1
Add speed test for non-combinable messages case
bmhan12 Mar 3, 2026
142f017
Make ZoneListBuilder nmatsPerNode calculation faster with codex sugge…
BradWhitlock Mar 4, 2026
b4011d6
Merge branch 'develop' into feature/han12/lj_combiner_tags
bmhan12 Mar 4, 2026
a500129
Add dependencies from upstream conduit spack recipe
bmhan12 Nov 6, 2025
d82c809
Separate pysidre/conduit+python; add view and logic to python path wi…
bmhan12 Nov 7, 2025
93ce520
darwin spec ordering
bmhan12 Dec 10, 2025
5d19a98
Test for conduit python module && add cmake check as well
bmhan12 Dec 10, 2025
e54e7cb
Add conduit test to sidre_smoke_Py
bmhan12 Dec 10, 2025
2df6600
Convenience script - Add conduit to PYTHONPATH; use script in lieu of…
bmhan12 Dec 11, 2025
c772062
Testing - using conduit_python to create test function that takes as …
bmhan12 Jan 14, 2026
87fe287
REMOVE - testing devtools toss 4
bmhan12 Jan 14, 2026
32d05db
WIP/Testing - getAttributeNodeRef // using conduit python to create f…
bmhan12 Jan 14, 2026
b8d827e
getDefaultNodeRef() for sidre Attribute
bmhan12 Jan 20, 2026
02358a0
Extend sidre_external_Py unit test to C++ version
bmhan12 Jan 20, 2026
83054cd
Add createExternalLayout to pysidre, additional sidre_external_Py test
bmhan12 Jan 20, 2026
e913fdb
Add additional sidre_external_Py test
bmhan12 Jan 21, 2026
8e4cde0
First attempt at adding yapf to devtools
bmhan12 Jan 26, 2026
3b0be5d
Add blt hooks into yapf & initial config file for yapf (PEP 8)
bmhan12 Jan 27, 2026
442efc9
Generalize conduit::Node python/C++ conversions into helper functions
bmhan12 Jan 28, 2026
c5cf7a0
Remove conduit python scratch
bmhan12 Jan 28, 2026
f433d9a
Comment correct
bmhan12 Jan 28, 2026
85d1a53
Bump spack to 1.1.1 and spack-packages version; remove radiuss spack …
bmhan12 Feb 4, 2026
a415791
Match python externals and view for toss 4 cray to toss 4; use newer …
bmhan12 Feb 4, 2026
522c602
Update spack packages commit for newer raja suite updates
bmhan12 Feb 5, 2026
d6cb140
Disable ~caliper for rocm@6.3.1
bmhan12 Feb 5, 2026
245f5dc
testing - also do need caliper hash for sdk
bmhan12 Feb 6, 2026
7f54ab6
Fix device architecture variant values for caliper
bmhan12 Feb 11, 2026
c184101
cce-20 - build caliper static to bypass dlopen rocm hang
bmhan12 Feb 13, 2026
2e8b8e7
Remove old conduit recipe - make explicit in recipe conduit+python wh…
bmhan12 Feb 17, 2026
0400422
Update devtool paths
bmhan12 Feb 18, 2026
fc0caf9
Using CMake example - add rocm path to CMAKE_PREFIX_PATH to find cali…
bmhan12 Feb 18, 2026
d1cbc92
Update RZ host-configs
bmhan12 Feb 19, 2026
b90323b
Update CZ host-configs
bmhan12 Feb 20, 2026
e57921b
Update notes
bmhan12 Feb 20, 2026
8710bb9
Run yapf formatter
bmhan12 Feb 20, 2026
fa20c08
Actually remove radiuss-spack-configs submodule
bmhan12 Feb 23, 2026
2e29096
Update GHA Docker image tags
bmhan12 Feb 24, 2026
5b00398
Update Docker host-configs
bmhan12 Feb 24, 2026
a60a8ac
Undo devtools testing change
bmhan12 Feb 24, 2026
99734a1
Update notes
bmhan12 Feb 26, 2026
fca66cf
fix spacing
bmhan12 Feb 26, 2026
9c1a538
Add usage of disable/enable yapf
bmhan12 Feb 26, 2026
b15c052
Update usage message for gen-multidom-structured-mesh.py
bmhan12 Feb 26, 2026
5b8270c
Update None/nullptr comment for getAttributeNodeRef() unit test case
bmhan12 Feb 26, 2026
50ec653
Fix sphinx table, remove warning
bmhan12 Mar 4, 2026
aea78cb
Revert views in axom TPL builds and the hard-coded python path logic
bmhan12 Mar 4, 2026
4545a46
Try list table instead
bmhan12 Mar 4, 2026
05b0900
Add python installation directories to host-config; modify nanobind C…
bmhan12 Mar 4, 2026
f856e33
Add check to allow python environment with required modules; Add nano…
bmhan12 Mar 5, 2026
92540fa
Example of host-config with new python installation path logic
bmhan12 Mar 5, 2026
a120199
Add commas in array printing.
BradWhitlock Mar 5, 2026
1c74b9d
Change ArrayView so setting m_allocator_id is deferred.
BradWhitlock Mar 5, 2026
9cf2f64
Added axom::ArrayOptions::Uninitialized() to Array constructors. Remo…
BradWhitlock Mar 6, 2026
4eabc3d
Fixed some stuff in PolygonShape.
BradWhitlock Mar 6, 2026
c7a3b60
Changed UnstructuredTopologySingleShapeView::zone()
BradWhitlock Mar 6, 2026
ebf36c7
Added timed_for_all.hpp
BradWhitlock Mar 6, 2026
7874c19
Use the exclusive_scan offset results to calculate some sizes instead…
BradWhitlock Mar 6, 2026
bd0504a
Added a clang directory and set OMP variables in benchmark script.
BradWhitlock Mar 6, 2026
add5809
Fix loop bounds
BradWhitlock Mar 6, 2026
fedb2f7
Added more timers
BradWhitlock Mar 6, 2026
755c0b7
Add speedup labels to plot.
BradWhitlock Mar 6, 2026
4e43984
Speedups for NodeToZoneRelationBuilder.hpp - use SEQ mode for OMP.
BradWhitlock Mar 6, 2026
139629e
Added fast-path for fixed-size zones.
BradWhitlock Mar 6, 2026
63728df
Small optimizations in MergeMeshes
BradWhitlock Mar 7, 2026
965281c
Change to TableBasedExtractor to try and make fields in parallel for …
BradWhitlock Mar 7, 2026
890d776
Added a mode to make fields in parallel for OMP.
BradWhitlock Mar 9, 2026
c29853c
Added axom::ArrayOptions::Uninitialized() in Unique.
BradWhitlock Mar 9, 2026
a6db7d9
Added --key to MIR benchmark script.
BradWhitlock Mar 9, 2026
f72fe02
Updated build names in scripts/benchmarks/mir_concentric_circles.py
BradWhitlock Mar 9, 2026
3a100f7
Fixed merge
BradWhitlock Mar 9, 2026
aaf1c03
Update notes
bmhan12 Mar 9, 2026
75b9c69
Script improvements for plotting.
BradWhitlock Mar 9, 2026
7d03803
improvement to plotting in benchmark script
BradWhitlock Mar 9, 2026
35e659e
6.4.2 --> 6.4.3
bmhan12 Mar 10, 2026
2951feb
Update lj core concepts RTD
bmhan12 Mar 10, 2026
12a587c
Create axom_add_python_test CMake macro
bmhan12 Mar 10, 2026
c90a28e
Clarify comments
bmhan12 Mar 10, 2026
d769d5b
Fix cce mpich path
bmhan12 Mar 10, 2026
58cdcbe
Added a test for scans.
BradWhitlock Mar 10, 2026
f1b81ff
Added another exclusive_scan test for char to int.
BradWhitlock Mar 10, 2026
00b501d
Add comments to combineMessages for reference
bmhan12 Mar 10, 2026
4376b24
Clarify speed test comments; add regex to check expected behavior
bmhan12 Mar 10, 2026
8cd6e63
Add override keyword to Combiner's
bmhan12 Mar 10, 2026
1cf24a7
Cleanup unused message variable logic
bmhan12 Mar 10, 2026
86291f6
Run styling; move Macro header
bmhan12 Mar 10, 2026
8c13a1b
Update RZ host-configs; remove 6.4.2 host-configs
bmhan12 Mar 10, 2026
78ff321
Fix warnings on CUDA
BradWhitlock Mar 11, 2026
d331285
Changes to scans that let TableBasedExtractor use char scans on CPU b…
BradWhitlock Mar 11, 2026
746ebf7
Merge branch 'bugfix/whitlock/equiz_mir_openmp_performance' of github…
BradWhitlock Mar 11, 2026
3077763
Merge pull request #1812 from llnl/feature/han12/lj_combiner_tags
bmhan12 Mar 11, 2026
eea32d7
Update CZ host-configs
bmhan12 Mar 11, 2026
568fd17
Merge branch 'develop' into feature/han12/pysidre_conduit
bmhan12 Mar 11, 2026
be00c76
Add CUDA property to example source
bmhan12 Mar 11, 2026
3d839b8
Adjust gitlab CI for 6.4.3
bmhan12 Mar 11, 2026
46a40f9
Use mask_traits more widely.
BradWhitlock Mar 12, 2026
43b87d8
make style
BradWhitlock Mar 12, 2026
5a06269
Release notes.
BradWhitlock Mar 12, 2026
3616809
Merge develop to branch
BradWhitlock Mar 12, 2026
d776f64
Compilation fix for non-RAJA inplace scans.
BradWhitlock Mar 12, 2026
78b8f6c
Converted some bool operations to arithmetic.
BradWhitlock Mar 12, 2026
957cbf4
Added omp to matrix in mir_concentric_circles.py
BradWhitlock Mar 12, 2026
9a3fb96
Added a [[maybe_unused]] in some newer code.
BradWhitlock Mar 12, 2026
da087cd
fix assertion for empty values
ebchin Mar 12, 2026
387a173
Added more timers
BradWhitlock Mar 12, 2026
ec40196
make style
BradWhitlock Mar 12, 2026
3e92634
Run TransposeDenseImpl() kernel sequentially to bypass intermittent m…
bmhan12 Mar 12, 2026
45daf23
Improve labels in mir_concentric_circles.py so it supports multiple s…
BradWhitlock Mar 13, 2026
04b4f3b
Experiment with umpire allocators in MIR applications.
BradWhitlock Mar 13, 2026
780dd31
make style
BradWhitlock Mar 13, 2026
627341b
add a test
ebchin Mar 13, 2026
b32c295
Reverting some memory pool changes. I will put them in a different br…
BradWhitlock Mar 13, 2026
249d214
Initial allocator plumbing in bump.
BradWhitlock Mar 13, 2026
4f765c3
Added override to fix warnings.
BradWhitlock Mar 14, 2026
687b7fd
Change how MIR supports allocators.
BradWhitlock Mar 14, 2026
a286a22
Release notes
BradWhitlock Mar 14, 2026
63c7bb4
make style
BradWhitlock Mar 14, 2026
73edba6
Merge pull request #1808 from llnl/feature/han12/pysidre_conduit
bmhan12 Mar 16, 2026
4ffef3b
Add opencascade bounding box method
jcs15c Jan 30, 2026
b28e44b
Refactor to look make flexible for future methods
jcs15c Jan 30, 2026
04a1c0b
Initial commit
jcs15c Jan 30, 2026
8249204
Update BVH implementation
jcs15c Jan 30, 2026
ef4f022
Add 2D curve implementation
jcs15c Jan 30, 2026
80ad46e
Refactor 2D example to look like 3D example
jcs15c Feb 3, 2026
ea7b999
Add direct evaluation method for triangulated WN
jcs15c Feb 5, 2026
55a5d40
Update 2D example to mirror 3D example
jcs15c Feb 5, 2026
6f01589
Move reduction logic to traverser
jcs15c Feb 5, 2026
bf9eaac
Reflect changes in example
jcs15c Feb 5, 2026
76bd927
Remove 3rd positional argument from traversal predicates
jcs15c Feb 5, 2026
14a8ba6
Add compile time function to check/invoke bin check
jcs15c Feb 5, 2026
e180ce6
Rename example
jcs15c Feb 6, 2026
afa958c
Change to support STL input
jcs15c Feb 6, 2026
08ea371
Add normalization for 3D triangles
jcs15c Feb 6, 2026
e0ee8c0
Add missing includes, move things to other files
jcs15c Feb 11, 2026
d75b708
Add new test
jcs15c Feb 11, 2026
e8a46c1
Add extra GWN methods
jcs15c Feb 11, 2026
e386dfe
Fix includes, rename test
jcs15c Feb 13, 2026
c2be2c6
Change flags for mfem-related quest tests
jcs15c Feb 13, 2026
b1ffad4
Remove useless comment
jcs15c Feb 13, 2026
0360f5b
Use the right include for mesh utils
jcs15c Feb 13, 2026
6745f16
Guard step reader include
jcs15c Feb 13, 2026
4b3376b
flip foolish boolean
jcs15c Feb 13, 2026
673565b
Fix the same thing a second time
jcs15c Feb 13, 2026
c05644d
Move methods to make shapes, add test
jcs15c Feb 24, 2026
85dc321
Add doxygen comment for analytic surfaces file
jcs15c Mar 4, 2026
ca60635
Improve documentation
jcs15c Mar 4, 2026
044a5f2
Improve CLI11 interface
jcs15c Mar 4, 2026
db9a14d
Improve some comments throughout
jcs15c Mar 5, 2026
4c91abb
Improve comments and readibility throughout
jcs15c Mar 5, 2026
cd32693
New tests and bugfix in methods
jcs15c Mar 12, 2026
0ae4807
Make method order 2 and 3D triangles
jcs15c Mar 13, 2026
2858e5d
Streamline tests
jcs15c Mar 13, 2026
3bd0475
fix a warning
jcs15c Mar 14, 2026
f404808
Address a few warnings, fix test
jcs15c Mar 14, 2026
3f33b76
Make device compatible
jcs15c Mar 16, 2026
dceada8
Merge branch 'develop' into bugfix/ebchin/array-empty-inserts
ebchin Mar 16, 2026
f7b382c
Fixed a few places where custom allocators were not being propagated.
BradWhitlock Mar 16, 2026
06def8f
Remove maybe unused attribute
jcs15c Mar 16, 2026
6d21a54
Added some allocator validation.
BradWhitlock Mar 16, 2026
2ef27e5
remove unneeded include
ebchin Mar 16, 2026
bda2ac8
Fix a problem trying to set an allocator for strings in a Conduit node.
BradWhitlock Mar 16, 2026
f723bc0
Fixed an issue initializing PlaneIntersector options on the host from…
BradWhitlock Mar 16, 2026
5e15dc7
Update RELEASE-NOTES.md
jcs15c Mar 16, 2026
4888402
Fix issue trying host compute with device data.
BradWhitlock Mar 17, 2026
d86b269
Merge branch 'feature/whitlock/resolve_conduit_allocators' of github.…
BradWhitlock Mar 17, 2026
0d4353d
Change memory pool code in MIR examples.
BradWhitlock Mar 17, 2026
68211ed
Merged develop into branch.
BradWhitlock Mar 17, 2026
24264d7
Merged openmp optimization branch into this branch.
BradWhitlock Mar 17, 2026
62fce0f
Quiet a very noisy compiler warning
Arlie-Capps Mar 17, 2026
89d3670
make style
BradWhitlock Mar 17, 2026
d599730
Merge pull request #1820 from llnl/bugfix/capps2/quiet_should_finalize
Arlie-Capps Mar 17, 2026
9de9df5
Merge branch 'develop' into bugfix/whitlock/equiz_mir_openmp_performance
BradWhitlock Mar 17, 2026
d43bb87
Added braces.
BradWhitlock Mar 17, 2026
6b74850
Remove warning from slic testing, id override
bmhan12 Mar 17, 2026
5e72a05
Try release mode for elvira2d test on HIP
BradWhitlock Mar 17, 2026
49d123c
Apply Axom coding style conventions
BradWhitlock Mar 18, 2026
2c4a9eb
Rewrite NodeArrayView functions.
BradWhitlock Mar 18, 2026
42d7864
Added strided array support in bump::utilities::make_array_data
BradWhitlock Mar 18, 2026
6c67bca
make style
BradWhitlock Mar 18, 2026
f8046b7
Merge pull request #1823 from llnl/bugfix/han12/slic_id_override
bmhan12 Mar 18, 2026
d6d4711
Merge branch 'develop' into bugfix/whitlock/equiz_mir_openmp_performance
BradWhitlock Mar 18, 2026
8c8def3
Added [[maybe_unused]] to some functions for no-Umpire case.
BradWhitlock Mar 18, 2026
d7f3247
Merge pull request #1813 from llnl/bugfix/whitlock/equiz_mir_openmp_p…
BradWhitlock Mar 19, 2026
a4c6ce5
Merge branch 'develop' into feature/whitlock/resolve_conduit_allocators
BradWhitlock Mar 19, 2026
6a2334c
Added sidre as bump and mir dependencies.
BradWhitlock Mar 19, 2026
91f69ef
Updated bump and mir dependency graph.
BradWhitlock Mar 19, 2026
7233c55
Removed some debug comments.
BradWhitlock Mar 20, 2026
affdab8
Improved PlaneIntersector origin,normal initialization.
BradWhitlock Mar 20, 2026
b111263
Add -DAXOM_NO_INT64_T=1 to one of the CI builds.
BradWhitlock Mar 20, 2026
c970b0a
Fix quest build when AXOM_NO_INT64_T is defined.
BradWhitlock Mar 20, 2026
0ffa0dc
Converted some more std::int64_t to axom::IndexType in MeshClipper. R…
BradWhitlock Mar 20, 2026
d4bc1fc
make style
BradWhitlock Mar 20, 2026
958a124
Merge pull request #1819 from llnl/feature/whitlock/resolve_conduit_a…
BradWhitlock Mar 20, 2026
81275c4
Make some methods static in quest clipping so some lambdas do not acc…
BradWhitlock Mar 20, 2026
fbb1340
Merge branch 'develop' into bugfix/whitlock/apply_coding_conventions_…
BradWhitlock Mar 20, 2026
e9a15b5
Change from [[maybe_unused]] to AXOM_UNUSED_VAR.
BradWhitlock Mar 20, 2026
af9d3f8
Change some test prefix names.
BradWhitlock Mar 20, 2026
4a42ad3
Merge branch 'develop' into bugfix/whitlock/fix_build_for_no_int64_flag
BradWhitlock Mar 20, 2026
b9770d3
Merge pull request #1824 from llnl/bugfix/whitlock/apply_coding_conve…
BradWhitlock Mar 23, 2026
90034a7
Merge branch 'develop' into bugfix/whitlock/fix_build_for_no_int64_flag
BradWhitlock Mar 23, 2026
f1ccba6
Merge branch 'develop' into feature/spainhour/fast_gwn_triangles
jcs15c Mar 23, 2026
db9bead
Merge pull request #1791 from llnl/feature/spainhour/fast_gwn_triangles
jcs15c Mar 23, 2026
6475e39
Merge branch 'develop' into bugfix/whitlock/fix_build_for_no_int64_flag
BradWhitlock Mar 23, 2026
9c1e1b4
CUDA compiler error fixes
bmhan12 Mar 23, 2026
b3570fb
Merge pull request #1826 from llnl/bugfix/whitlock/fix_build_for_no_i…
BradWhitlock Mar 24, 2026
0c67c15
Fix narrowing warning
BradWhitlock Mar 24, 2026
c76faa3
Fix first batch of this captures.
BradWhitlock Mar 24, 2026
69331e0
Fix this capture.
BradWhitlock Mar 24, 2026
55a34d7
Merge branch 'develop' into bugfix/han12/lambda_errors
bmhan12 Mar 24, 2026
43cefba
Merge pull request #1829 from llnl/bugfix/han12/lambda_errors
bmhan12 Mar 25, 2026
a9b2934
Changes from upstream spack recipe
bmhan12 Mar 24, 2026
9f78f85
StaticArray changes and tests.
BradWhitlock Mar 25, 2026
991d26f
Added another clipping test for copying static polygons.
BradWhitlock Mar 25, 2026
83542da
Changed polygon-polygon clip to use fewer temporaries.
BradWhitlock Mar 25, 2026
c84919a
Merge pull request #1830 from llnl/feature/han12/spack_back
bmhan12 Mar 26, 2026
4cd2b2a
Better error checking in TopologyMapper, reduce captures.
BradWhitlock Mar 27, 2026
3e488a5
Merge branch 'develop' into bugfix/whitlock/fix_recent_warnings
BradWhitlock Mar 27, 2026
dc4b08a
Scaled back some changes in TopologyMapper.
BradWhitlock Mar 27, 2026
4753453
Merge branch 'bugfix/whitlock/fix_recent_warnings' of github.com:llnl…
BradWhitlock Mar 27, 2026
8661b8d
make style
BradWhitlock Mar 27, 2026
8c22ed9
Changed test string to match the filename. Changed 2 tests so on HIP …
BradWhitlock Mar 27, 2026
8f54ed5
Try to limit testing verbosity in CI.
BradWhitlock Mar 28, 2026
6db7dcf
Merge branch 'develop' into bugfix/ebchin/array-empty-inserts
kennyweiss Mar 30, 2026
cb9e11e
Merge pull request #1832 from llnl/bugfix/whitlock/fix_recent_warnings
BradWhitlock Mar 30, 2026
3af8c4b
Merge branch 'develop' into bugfix/ebchin/array-empty-inserts
kennyweiss Mar 30, 2026
2b55fba
Update RELEASE-NOTES.md, Axom version, and make small correction in i…
BradWhitlock Mar 30, 2026
584d464
Merge pull request #1817 from llnl/bugfix/ebchin/array-empty-inserts
kennyweiss Mar 31, 2026
5f058f8
Merge branch 'develop' into v0.14.0-rc
BradWhitlock Mar 31, 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
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' }}

env:
CLANG_DOCKER_IMAGE: axom/tpls:clang-19_01-29-26_21h-32m
GCC_DOCKER_IMAGE: axom/tpls:gcc-13_01-29-26_21h-28m
CLANG_DOCKER_IMAGE: axom/tpls:clang-19_02-17-26_21h-05m
GCC_DOCKER_IMAGE: axom/tpls:gcc-13_02-17-26_21h-05m

jobs:
# Hacky solution to reference env variables outside of `run` steps https://stackoverflow.com/a/74217028
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- job_name: gcc@13.3.1, shared, 32bit
host_config: gcc@13.3.1.cmake
compiler_image: ${{ needs.set_image_vars.outputs.gcc_docker_image }}
cmake_opts: '-DBUILD_SHARED_LIBS=ON -DAXOM_USE_64BIT_INDEXTYPE:BOOL=OFF'
cmake_opts: '-DBUILD_SHARED_LIBS=ON -DAXOM_USE_64BIT_INDEXTYPE:BOOL=OFF -DAXOM_NO_INT64_T=1'
do_build: 'yes'
do_benchmarks: 'no'
- job_name: llvm@19.0.0, shared, benchmarks, quest regression
Expand Down
10 changes: 5 additions & 5 deletions .gitlab/build_tuolumne.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@

####
# PR Build jobs
tuolumne-llvm-amdgpu_6_4_2_hip-src:
tuolumne-llvm-amdgpu_6_4_3_hip-src:
variables:
COMPILER: "llvm-amdgpu@6.4.2_hip"
COMPILER: "llvm-amdgpu@6.4.3_hip"
HOST_CONFIG: "tuolumne-toss_4_x86_64_ib_cray-${COMPILER}.cmake"
extends: .src_build_on_tuolumne

####
# Full Build jobs
tuolumne-llvm-amdgpu_6_4_2_hip-full:
tuolumne-llvm-amdgpu_6_4_3_hip-full:
variables:
COMPILER: "llvm-amdgpu@6.4.2_hip"
COMPILER: "llvm-amdgpu@6.4.3_hip"
SPEC: "%${COMPILER}~openmp+rocm+mfem+c2c"
EXTRASPEC: "amdgpu_target=gfx90a ^hip@6.4.2 ^hsa-rocr-dev@6.4.2 ^raja~openmp+rocm ^umpire~openmp+rocm ^hdf5 cflags=-Wno-int-conversion"
EXTRASPEC: "amdgpu_target=gfx90a ^hip@6.4.3 ^hsa-rocr-dev@6.4.3 ^raja~openmp+rocm ^umpire~openmp+rocm ^hdf5 cflags=-Wno-int-conversion"
extends: .full_build_on_tuolumne
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@
[submodule "scripts/uberenv"]
path = scripts/uberenv
url = https://github.com/LLNL/uberenv.git
[submodule "scripts/spack/radiuss-spack-configs"]
path = scripts/spack/radiuss-spack-configs
url = https://github.com/LLNL/radiuss-spack-configs.git
6 changes: 3 additions & 3 deletions .uberenv_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"package_final_phase": "initconfig",
"package_source_dir": "../..",
"spack_url": "https://github.com/spack/spack.git",
"spack_commit": "0c2be44e4ece21eb091ad5de4c97716b7c6d4c87",
"spack_commit": "2e2169d5282d166f63e3ee4db8d4446c43cefa8a",
"spack_configs_path": "scripts/spack/configs",
"spack_packages_commit": "ba7ec6e6121679029b2f4ccff8c3806f0450e563",
"spack_packages_path": ["scripts/spack/radiuss-spack-configs/spack_repo/llnl_radiuss/packages", "scripts/spack/packages"],
"spack_packages_commit": "17ea6a6d483fc0bde1b2cca96ddaad0a10f2ef69",
"spack_packages_path": "scripts/spack/packages",
"spack_concretizer": "clingo",
"vcpkg_url": "https://github.com/microsoft/vcpkg",
"vcpkg_commit": "ce613c41372b23b1f51333815feb3edd87ef8a8b",
Expand Down
14 changes: 14 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Intellectual Property Notice
------------------------------

Axom is produced at the Lawrence Livermore National Laboratory

Unlimited Open Source - BSD Distribution
LLNL-CODE-825966
CP02462

Previous open source releases:
Unlimited Open Source - BSD Distribution
LLNL-CODE-741217
OCEC-17-187

This file is part of Axom
For details, see https://github.com/llnl/axom

Axom is licensed under the BSD 3-Clause license
(BSD-3-Clause or https://opensource.org/licenses/BSD-3-Clause).

Expand Down
20 changes: 2 additions & 18 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC.

Produced at the Lawrence Livermore National Laboratory

Unlimited Open Source - BSD Distribution
LLNL-CODE-825966
CP02462

Previous open source releases:
Unlimited Open Source - BSD Distribution
LLNL-CODE-741217
OCEC-17-187
BSD 3-Clause License

Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC.
All rights reserved.

This file is part of Axom

For details, see https://github.com/llnl/axom

Please also read axom/COPYRIGHT

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Expand Down
39 changes: 38 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,42 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/

## [Unreleased] - Release date yyyy-mm-dd

### Added

### Removed

### Deprecated

### Changed

### Fixed

## [Version 0.14.0] - Release date 2026-03-31

### Added
- Lumberjack: Adds optional virtual function `isMessageCandidateForCombiner()` to the `Combiner`
class that checks if a single given Message is a candidate for the Combiner (returns true by default).
- Sidre: Added Conduit `Node` to the Python interface.
- Adds yapf as a Python formatter.
- Quest: Adds fast GWN methods for STL/Triangulated STEP input and linearized NURBS Curve input which
leverage error-controlled approximation and a spatial index (BVH).

### Changed
- Primal: Axom's polygon clipping was modified to handle some corner cases.
- Mir: The `EquiZAlgorithm` class was improved so it performs better with OpenMP.
- Bump: Several Bump algorithms were improved so they perform better with OpenMP.
- Many algorithms in Bump and Mir have been enhanced with `setAllocatorID()` methods to permit use of custom allocators.
- Uberenv's spack updated to v1.1.1
- `radiuss-spack-configs` submodule removed.

### Fixed
- Primal: Fixed `NURBSPatch::evaluateDerivatives` returning a matrix with empty values. The old behavior
can be recovered with an optional flag, which is more efficient if the previously missing values are unneeded
- Core: the `ArrayView` class was modified so it defers initializing an internal
allocator id via Umpire, if present. This prevents excessive calls to Umpire,
which are not needed in all use cases.
- Quest: A compilation problem with `-DAXOM_NO_INT64_T=1` was fixed.

## [Version 0.13.0] - Release date 2026-02-05

### Added
Expand Down Expand Up @@ -1384,7 +1420,8 @@ fractions for the associated materials must be supplied before shaping.
- Use this section in case of vulnerabilities


[Unreleased]: https://github.com/LLNL/axom/compare/v0.13.0...develop
[Unreleased]: https://github.com/LLNL/axom/compare/v0.14.0...develop
[Version 0.14.0]: https://github.com/LLNL/axom/compare/v0.13.0...v0.14.0
[Version 0.13.0]: https://github.com/LLNL/axom/compare/v0.12.0...v0.13.0
[Version 0.12.0]: https://github.com/LLNL/axom/compare/v0.11.0...v0.12.0
[Version 0.11.0]: https://github.com/LLNL/axom/compare/v0.10.1...v0.11.0
Expand Down
Loading
Loading