-
Notifications
You must be signed in to change notification settings - Fork 43
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
Split CI workflows into gfortran and containerized #88
Conversation
@RobertPincus would you mind reviewing this one? I'll tidy up the download of the KGOs in a separate pull request, but I believe it would be useful to get this onto the master branch to avoid delaying the other PRs that are open. Thanks! |
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. Looks good, I will be happy to see more graceful downloading via some Github action
Thanks @RobertPincus . Changes merged. |
This PR split the continuous integration tests into two workflows, one for the gfortran compilers and a second one for containerized ifort compilers. This PR also creates KGOs for ifort and ifx that allows for strict regression tests (as it was done for gfortran compilers).
This is an interim step that fixes the CI workflows. Support for nvidia compiler will be added in a separate PR because that compiler throws a runtime error that needs to be investigated.