Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try for a reproducer of a host code's build environment failure #1188

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

agcapps
Copy link
Member

@agcapps agcapps commented Sep 14, 2023

Summary

The fixes all involve arrays of Point objects or arrays of objects that contain a Point.

namespace
{
// #if defined(AXOM_USE_UMPIRE) && defined(AXOM_USE_RAJA) && defined(AXOM_USE_CUDA)
#if defined(AXOM_USE_CUDA) && defined(AXOM_USE_CUDA)
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure this code should be compiled if AXOM_USE_CUDA is defined or are you doubly sure? 😆

namespace
{
// #if defined(AXOM_USE_UMPIRE) && defined(AXOM_USE_RAJA) && defined(AXOM_USE_CUDA)
#if defined(AXOM_USE_CUDA) && defined(AXOM_USE_RAJA)
Copy link
Member

Choose a reason for hiding this comment

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

👍

@agcapps
Copy link
Member Author

agcapps commented Sep 15, 2023

I can't get it to build mfem yet, because hypre has a problem building. I'm sure I need to change the spack setup to properly point it to the system netlib-lapack. TPLs build when I use ~mfem and ^cuda+allow-unsupported-compilers. And this also builds, so there is something still different between this build environment and the build failure I'm seeing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User code on BlueOS machine reports ptxas error when including IntersectionShaper.h
2 participants