-
Notifications
You must be signed in to change notification settings - Fork 10
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
add continous integration with the last intel compilers #17
Conversation
Happy new year @dareg and thanks for this much needed addition to the CI. We don't currently use ifx for ifs builds. Have you started using it? If you don't use it either, then perhaps it might be more useful to use ifort for the CI too. You can see an example here of how ifort rather than ifx can be installed: https://github.com/ecmwf-ifs/ecwam/blob/main/.github/tools/install-intel-oneapi.sh |
Hello,and happy new year too. For the moment we don't use ifx either, we are still using ifort too. |
Testing with both ifort and ifx makes a lot of sense to me too, I'd be happy with that! |
Hi @dareg. I have to file a fix for the FIELD_API build and CI setup. Do you think we could wrap up this PR soon, and then I'll rebase my changes on top of yours? |
Done, @awnawab . |
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 a lot @dareg for adding both ifort and ifx CI tests 👍 Good to go from me!
Downloads and install the last intel compilers from their official repository and run the field_api tests.
Note that it uses the new icx and ifx compilers instead of the old icc and ifort compilers.