-
Notifications
You must be signed in to change notification settings - Fork 631
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
github-actions: cleanup and oneapi 2025.0 release #13735
Conversation
I would prefer to keep |
Okay, understood. I can remove the first of my commits to just bring the CI up-to-date.
The outcome of this PR is that we are updating oneapi on Windows to 2025.0. Previously we still use 2024.2. |
Please note that you are currently using Line 16 in d57658c
Line 244 in d57658c
|
Yes, we are using Randy, the changes look fine to me, but could you double-check. |
Build/Scripts/setup_intel_compilers.bat does the job.
I understand your reasoning to switch to |
In your Makefile, I reverted back from
mpiifx
tompiifort
. Further following your suggestions in the oneapi workflows, I specifiedINTEL_IFORT
as an environmental variable. I also made some smaller miscellaneous changes along the way.With this patch, you will compile FDS with
ifx
on linux and windows on the latest oneapi release 2025.0. It turns out you really only need to specifyINTEL_IFORT=ifx
. It appears that Intel MPI then automatically callsmpiifort -fc=ifx
.Thank you @mcgratta @rmcdermo @cxp484 for the discussion.