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

bugfix: craycc now uses -v instead of -V #3811

Merged
merged 2 commits into from
May 15, 2024
Merged

Conversation

ericjbohm
Copy link
Contributor

Cray (HPE) has switched over to clang/LLVM, so the command line interface for their compiler is different.

This just replaces -V with -v and a test for the string Version with version. Nonetheless, it will allow a simple multicore-linux-x86_64 craycc build to compile properly on frontier with the cray compilers. This is desirable for NAMD GPU Resident targets to use newer versions of cce, rocm, and hip modules.

@ericjbohm ericjbohm added charmc The charmc build script Cray CMake The CMake build system Compiler Buildold The old non-CMake build system. labels May 9, 2024
@ericjbohm ericjbohm added this to the 8.1 milestone May 9, 2024
@ericjbohm ericjbohm self-assigned this May 9, 2024
Copy link
Contributor

@ritvikrao ritvikrao left a comment

Choose a reason for hiding this comment

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

looks good to me

@ericjbohm ericjbohm requested review from ZwFink and mayantaylor May 10, 2024 18:10
@ericjbohm ericjbohm merged commit a980dd6 into main May 15, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Buildold The old non-CMake build system. charmc The charmc build script CMake The CMake build system Compiler Cray
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants