-
Notifications
You must be signed in to change notification settings - Fork 194
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
Cannot load intel/2024.0.0 module #1912
Comments
same for intel/2024.0.1, waiting for a walkaround |
any progress or workaround on intel 2024? |
Looking at TACC/Lmod#680 it does not seem to be implemented in Lmod yet. We need to wait for a fix in Lmod or someone needs to contribute it to Lmod. Or you could ask Intel to ensure it works with Lmod. |
This will be fixed in 3.1. Full CI runs are happy with the upcoming changes. |
are there any plans to fix it for RL8.x with 2.x? |
Ah, sorry about that. Re-opening. |
2.8 should fix this |
How does it fix it? I'm not seeing it... |
Are you meaning 2.8 or 3.1? In the upcoming 3.1 I can just do:
I am just re-running a 2.8 based CI run to see if it works the same in 2.8, but I was pretty sure it was also working in 2.8. Let me verify. |
You are right, We did not catch this as we only test against our default version. Not sure what to do here for 2.x. The biggest difference between the 2.x and 3.x branches are:
To work around the problems with the Intel module files we are just pre-loading the necessary requirements. What would help you the most? A fixed package? A new release? I could just build something in our OBS and provide a link. |
I built a new version with a fix available at: http://obs.openhpc.community:82/OpenHPC:/2.9:/Factory/EL_8/x86_64/ |
That seems to work, though we still have the issue with the modulefiles not getting regenerated on updates, only fresh installs. |
Thanks for the confirmation.
I don't remember, but did you suggest an easy fix somewhere. There is the PR rewriting everything, but if there is a simple fix we could easily bring it into the next release. |
I've started work on a simpler PR here #1984 |
Just updated to Intel oneAPI 2024 and now I get:
It seems that now the Intel compiler module does pre-req checks:
Not quite sure why they don't just load the modules like they did before.
The text was updated successfully, but these errors were encountered: