-
Notifications
You must be signed in to change notification settings - Fork 56
Add support for ICX compiler instead of DPCPP #3558
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
Conversation
As of Intel oneAPI 2022, clang is no longer supported in the compiler toolchain. This commit fixes the issues that arise from this change (and uses ICX instead of DPCPP).
jszaday
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Charm++ now builds with ICX on a machine that does not have clang++, thanks!
|
Is it worth leaving DPCPP support for versions of oneAPI prior to 2022, in case users don't have access to the newest version? |
I think |
|
@evan-charmworks I think it is cleaner to just have an ICX build available, I believe |
As of Intel oneAPI 2022, Clang is no longer supported in the compiler toolchain.
This commit fixes the issues that arise from this change (and uses ICX instead of DPCPP).
Build tested on Intel DevCloud with NAMD.
Example build command:
./build charm++ multicore-linux-x86_64 icx -j --with-production