Skip to content

Conversation

@kennyweiss
Copy link
Member

@kennyweiss kennyweiss commented Dec 24, 2025

Summary

TODO:

  • Update rz host-configs
  • Update cz host-configs
  • Update docker images
  • Update vcpkg
  • Update RELEASE-NOTES

@kennyweiss kennyweiss self-assigned this Dec 24, 2025
@kennyweiss kennyweiss added bug Something isn't working TPL Issues related to Axom's third party libraries maintenance Issues related to code maintenance labels Dec 24, 2025
//! \brief Accessor for the size of the quadrature rule
AXOM_HOST_DEVICE
int getNumPoints() const { return m_nodes.size(); }
int getNumPoints() const { return static_cast<int>(m_nodes.size()); }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed some type conversion warnings from msvc along the way.
(There are many more)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Some mfem-based shaping tests were failing after the upgrade to [email protected].
Some users were also experiencing memory-related issues w/ shaping against newer versions of mfem.

I think these fixes should resolve the user problem and work against [email protected] as well.

@kennyweiss kennyweiss force-pushed the feature/kweiss/update-mfem branch from b6586a1 to 3fef819 Compare December 26, 2025 20:10
Comment on lines +234 to +237
## Note that NUM_OMP_THREADS delegates to the corresponding argument
## in blt_add_test() and sets the OpenMP environment variable OMP_NUM_THREADS.
## When AXOM_ENABLE_OPENMP is set and NUM_OMP_THREADS is not provided,
## this macros also sets the environment variable OMP_NUM_THREADS=1.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This update is for a request in #1749

Tag: @Arlie-Capps @rhornung67


#if defined(AXOM_USE_MFEM)
#include "mfem.hpp"
#include "mfem/linalg/dtensor.hpp"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this not included in the above header? Should this be reported to mfem?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working maintenance Issues related to code maintenance TPL Issues related to Axom's third party libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants