-
Notifications
You must be signed in to change notification settings - Fork 177
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
Runner failing #921
Comments
I suspect some incompatibility between this version of Intel and Ubuntu24.04. Using Ubuntu 20.04 solved the issue. So what would be the best strategy: supporting a newer version of Intel-classic |
That's a good idea, I use oneapi23 with Ubuntu 22.04 flawlessly but haven't tried with Ubuntu 24, so it must probably be an incompatibility issue. |
I see that we use Intel 2024.1 for `ifx. Could we upgrade Intel classic from 2021 to 2024.1, instead of downgrading Ubuntu from 24.04 to 22.04? I have no idea what is the best solution. |
I think the last ifort version is the 2021.11, if I'm not mistaken this is the last that was shipped in the last version of oneapi2024. We could indeed try that, I'm not sure though if that will solve the problem. Also, I think Ubuntu 22.04 LTS is still heavily used. I would say then, let's try updating to the last oneapi with ifort which I think we should still support for a while. If that doesn't work, let's add an Ubuntu 22 runner. |
I've attempted to upgrade The default gcc in Ubuntu 24.04 is gcc-13. Its standard C library includes Intel reports that the latest Ubuntu they support is 22.04: This document: https://www.intel.com/content/www/us/en/developer/articles/system-requirements/oneapi-c-compiler-system-requirements.html So, I believe the only safe way to keep supporting Intel Classic is to limit its CI to Ubuntu 22.04 (for as long as it's available in the github runners) |
Description
There is a new bug with one of the Ubuntu intel runners since a week or so:
https://github.com/fortran-lang/stdlib/actions/runs/12945506890/job/36108202926
No clue what's going on as this file has not been changed.
Expected Behaviour
Should build
Version of stdlib
Main
Platform and Architecture
Ubuntu
Additional Information
No response
The text was updated successfully, but these errors were encountered: