-
Notifications
You must be signed in to change notification settings - Fork 253
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
control_p8_atmlnd_intel fails in debug mode #2178
Comments
@uturuncoglu @barlage I was working on putting cpl_scalars into noahmp and ran across this failure while testing. |
@DeniseWorthen Let me check. Which machine is this and compiler? I am assuming that this is tested in every PR. Maybe the component land needs to be synced with CCPP version if there is a change over there. Since, noahmp is not submodule at this point, we are having two copies of it. One in component model and other is in FV3 and both needs to be same. |
I was testing on derecho+intel. There is no debug test for this config, but I assume it passed the the ORT when first committed. Once it gets fixed, we should add a debug test. |
@DeniseWorthen Okay. Are you compiling with debug mode? Maybe there is a bug that we missed. |
@DeniseWorthen Okay. I see now. It is debug mode. I am looking at this point. |
@barlage Following is the part of the code that we have issue, Since I got that part from ufs-land-driver, I also check that one to see anything changed or not It seems that both side uses very similar code. Maybe there is something with the masking etc. and vegtype goes to zero. I am plaining to put some print statements to see the actual cause. |
@barlage okay. it seems that the point that code fails is not land. So, the table gets 0. I think if I put check with mask to the loop, that will solve the problem. I think you have no any issue in your case since you are running code explicitly only over land points since ifs-land-driver uses vector format. |
Closed; Issue is created in #2189 |
Description
When running the
control_p8_atmlnd_intel
test in debug mode, it fails withTo Reproduce:
Compile and run in debug mode.
Additional context
Output
The text was updated successfully, but these errors were encountered: