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

Use oneapi compiler #41

Open
2 of 5 tasks
anton-seaice opened this issue Jan 30, 2025 · 3 comments
Open
2 of 5 tasks

Use oneapi compiler #41

anton-seaice opened this issue Jan 30, 2025 · 3 comments
Assignees

Comments

@anton-seaice
Copy link
Contributor

anton-seaice commented Jan 30, 2025

For ongoing support and better optimisation on new hardware, we need to move to using the Intel Oneapi / LLVM compilers instead of the current Intel Classic compilers. Initial discussion is here

We expect this change to not be bit for bit.

To-do:

It doesn't really matter if we do this before or after #34 / #35 which uses the new build system (we just need to make sure CMake and spack changes, if required are done in all the related repositories / packages.

I suggest we do this seperately from code changes (e.g. 2025.01.0 could be build with intel-classic and 2025.01.1 could be oneapi with the same source code). This makes it easier to examine any differences in the results.

I may have added extra steps here - let me know if you have done some of these already @micaeljtoliveira

@micaeljtoliveira
Copy link
Member

Confirm if oneapi matches against when=%intel in spack ?

No, it doesn't.

@micaeljtoliveira
Copy link
Member

Confirm if oneapi matches against (CMAKE_Fortran_COMPILER_ID MATCHES "Intel")

Yes, this matches correctly.

@chrisb13
Copy link

chrisb13 commented Feb 3, 2025

Just seen this new issue, great to see some of the things we discussed here, already being addressed!

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

No branches or pull requests

3 participants