-
Notifications
You must be signed in to change notification settings - Fork 47
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
fix openmpi version on Hercules #1326
Conversation
That's fantastic! I guess it warrants re-tagging once more, but I am going to wait until we (hopefully) have a PR merged for S4, too. Can you confirm that Orion is also good now? I see you updated the Wiki page for that system. |
Confirming, both Hercules and Orion have both Intel and GNU environments installed. |
@climbfuji Changes:
While typing this, I saw you committed this PR. I'll do another one. Or, maybe I can try to run ufs-weather-model other machines and collect changes (if any other that Hercules) into one PR. |
hmm ok - yes please, try the other platforms if you can |
@climbfuji here we stand with ufs-weather-model:
Can you please check why is 1.8.0 skipping sp library for ufs-weather-model-env/1.0.0.lua? BTW, it is missing in 1.7.0 as well, 1.6.0 is OK. |
Regarding See also #1330 |
OK, we can add it in ufs-weather-model derecho module file. |
I don't understand why that is needed. All UFS platforms currently load the individual modules explicitly, including https://github.com/ufs-community/ufs-weather-model/blob/develop/modulefiles/ufs_common.lua |
Not all, Derecho is (for reason unknown to me) using:
in ufs_derecho.intel.lua |
Now I remember ... but I don't remember why we had to do this. Ok, makes sense then. |
Summary
Switched from used installed openmpi 4.1.6-gcc-12.2.0-spack to system installed [email protected]
This fixed problem on installing gcc environment on Hercules.
Testing
Installed spack-stack-1.8.0/gcc
Wiki page updated,
Systems affected
Hercules
Issue(s) addressed
#1278
Checklist