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

Aurora scripts #1398

Conversation

mvictoras
Copy link
Contributor

Added SYCL and Aurora compile scripts.

Copy link
Member

@cyrush cyrush left a 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`
Copy link
Member

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.

Copy link
Member

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 whichs to the auroa specific script.

Copy link
Contributor Author

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`
Copy link
Member

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 whichs to the auroa specific script.

@cyrush cyrush changed the base branch from develop to task/2024_11_aurora_bv_scripts_merge November 22, 2024 16:27
@cyrush cyrush merged commit 32d8a84 into Alpine-DAV:task/2024_11_aurora_bv_scripts_merge Nov 22, 2024
20 of 22 checks passed
@cyrush cyrush mentioned this pull request Nov 22, 2024
cyrush added a commit that referenced this pull request Dec 13, 2024
* 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]>
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

Successfully merging this pull request may close these issues.

2 participants