-
Notifications
You must be signed in to change notification settings - Fork 143
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
unicon.F90 and ifx compiler #852
Comments
UNICON is still a supported option for CAM. We still regression test it (though that test is on izumi using the gnu compiler). @JulioTBacmeister @adamrher @PeterHjortLauritzen @nusbaume - Do any of you have thoughts on this? |
there's if statements for unicon scattered all over the physics and so removing unicon properly would take some work; likely more work than it would take to just fix the issue in this thread. |
I have isolated this error in /glade/work/jedwards/ifx_unicon |
So it turns out that this is failing due to user memory limiting tools on derecho login nodes. If I compile with |
@jedwards4b - is this issue safe to close now? |
Yes, I think so. We need to communicate that compiling cesm on the login nodes of derecho is problematic and should not be done. |
What is the feature/what would you like to discuss?
When using
ifx --version
ifx (IFORT) 2023.0.0 20221201
on derecho I am getting an ICE when compiling file
unicos.F90:
I have worked around this by removing file unicon.F90 from the SrcFiles file in bld/atm/obj. Do we need to continue to carry this file that we do not use?
Is there anyone in particular you want to be part of this conversation?
No response
Will this change (regression test) answers?
Yes
Will you be implementing this enhancement yourself?
Yes
The text was updated successfully, but these errors were encountered: