-
Notifications
You must be signed in to change notification settings - Fork 0
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
Setup CI build using Intel compiler - take 2 #48
Conversation
Current CI fail (e.g., https://github.com/fetch4/GISS-GC/actions/runs/11558597634/job/32171338627) is because |
The Action log for the Intel build is not particularly helpful: https://github.com/fetch4/GISS-GC/actions/runs/11595895302/job/32285629975?pr=48. However, I tried building locally. I checked that the Intel compiler does get used, as expected, but isn't able to compile CMake:
It seems there is some incorrectly formatted assembly code. |
One option might be to build openssl with GCC (see https://spack.readthedocs.io/en/latest/getting_started.html). |
Closing this. Lee says GEOS-Chem doesn't currently support IFX so it isn't worth our effort right now. |
Closes #20.
Rework of #28.
#38 should be merged first as its commits are included here.