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

change COMPILER_FAMILY_IS flags to CACHE variables so users can have … #512

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

robinson96
Copy link
Contributor

…control over detected family type.

@white238
Copy link
Member

I am curious what caused this to not work?

white238
white238 previously approved these changes Aug 14, 2021
@white238
Copy link
Member

white238 commented Aug 16, 2021

I am concerned these variables would be pushed from directory scoped to global and are not prefixed with "BLT_". Do codes ever use these variables? Can we just prefix them now so they dont potentially conflict with project variables? Thoughts @kennyweiss ?

Edit: RAJA does use these variables...

@kennyweiss
Copy link
Member

I agree with @white238's concern -- it seems that if we're exposing these to the cache, we should prefix them with BLT_,
(and give users some notice that we're doing this).

I am also interested in hearing about what prompted this.
Being able to modify this might lead to some unexpected behavior, so it would be good to understand the use case.

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.

None yet

3 participants