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

Possible future landmine #129

Open
kutschke opened this issue Jun 14, 2024 · 0 comments
Open

Possible future landmine #129

kutschke opened this issue Jun 14, 2024 · 0 comments

Comments

@kutschke
Copy link
Contributor

These lines:

HH=$(spack find --format "{version} {hash:7}" codetools | sort -rn | head -1 | awk '{print $2}' )

H1=$(spack find --format "{version} {hash:7}" llvm | sort -rn | head -1 | awk '{print $2}' )

H1=$(spack find --format "{version} {hash:7}" llvm | sort -rn | head -1 | awk '{print $2}' )

Have a potential future failure modes. If we have > 1 hashes with the same version number, we will get a random hash. Depending on details that might or might not be OK.

One obvious option is to just put everything in our spack view so that there is no need to load it. Need to understand other options and cost/benefit of each.

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

No branches or pull requests

1 participant