-
Notifications
You must be signed in to change notification settings - Fork 371
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
Update CMake for oneapi-ifxgpu runs #6715
Conversation
|
Move -Xsycl-target-backend to link flags
e6001f9
to
ac93ede
Compare
Testing on Aurora:
Testing on Sunspot:
|
for the gpu tests, the above says 1 out of 2 tests, but the cdash link shows only 1 test, where is the other, failing, one? why did you test cpu builds? do i understand it right that the files you modified are not used in the cpu builds? |
i cannot seem to find SYCL_EXE_LINKER_FLAGS in a recent master, but other machine files are using CMAKE_EXE_LINKER_FLAGS . i also do not remember using ${ARCH}_EXE_LINKER_FLAGS before . thanks! |
The cdash link above is now updated to show both This PR separates link flags
In E3SM builds, these flags are already in |
if i understood it right, then |
Notes: will rename variable and then merge. |
(PR #6715) Update CMake for oneapi-ifxgpu runs Move -Xsycl-target-backend to link flags. [BFB]
Move
-Xsycl-target-backend
to link flags.[BFB]