-
Notifications
You must be signed in to change notification settings - Fork 67
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
Aurora scripts #1398
Aurora scripts #1398
Conversation
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.
Thanks!
|
||
CC=`which icx` | ||
CXX=`which icpx` | ||
FTN=`which ifx` |
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.
Can you pass these in the aurora script instead of here b/c we won't be able to override with this way of finding the compilers.
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.
I am going to merge this, and then move these which
s to the auroa specific script.
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.
I apologize, I completely missed this! Thanks for fixing it
|
||
CC=`which icx` | ||
CXX=`which icpx` | ||
FTN=`which ifx` |
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.
I am going to merge this, and then move these which
s to the auroa specific script.
32d8a84
into
Alpine-DAV:task/2024_11_aurora_bv_scripts_merge
* Added SYCL and Aurora support (#1398) Co-authored-by: Victor Mateevitsi <[email protected]> * refactor to allow more flexibility with compiler setup for sycl case * update kokkos and a few tweaks * .01 not .1 * extra echo * fix * unescape * tweaks * updates + use new rocm container for ghaction * name * name * defend against suprise new compiler * ward off change * pin ubuntu version for gcc * last one --------- Co-authored-by: Victor Mateevitsi <[email protected]> Co-authored-by: Victor Mateevitsi <[email protected]>
Added SYCL and Aurora compile scripts.