You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The optimized build (-O2) can be inlining division stored in the intermediate variables. This was with -fpe0 and so is the first/earliest time such error occurs and aborts the run.
The text was updated successfully, but these errors were encountered:
@amametjanov , as you said, this statement does not include an explicit division operation, which part of it is more likely to to involve inlining division involving intermediate variables? Sorry, I am clueless. I think this is part of your effort in investigating why high-res coupled + cosp is not able to run stably. Is cosp to be blamed? What if doing this test but manually turn off cosp?
Looking at the code, the following variables in the expression at line 875 (seems strange to point into the middle of this by the way) involve divisions:
Logging this error for ne120-wcycl runs on Theta (
SMS.ne120_oRRS18v3_ICG.A_WCYCL1950S_CMIP6_HR.theta_intel.cam-cosplite
)The location of the error does not immediately reveal the source of the div-by-0:
The optimized build (
-O2
) can be inlining division stored in the intermediate variables. This was with-fpe0
and so is the first/earliest time such error occurs and aborts the run.The text was updated successfully, but these errors were encountered: