-
Notifications
You must be signed in to change notification settings - Fork 383
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
Master fails PET_Ln9.ne30_oECv3_ICG.A_WCYCL1850S.cori-knl_intel #1850
Comments
message in
|
The following lower resolution G cases PASS.
|
Identical case passes using gnu:
|
Try PET_Ln5.ne4_ne4.FC5AV1C-L.cori-knl_intel |
I can't run the PET test with DEBUG as all threaded tests will fail with a known bug (#1829). So I also tried the following which passed (debug, forcing 1 thread):
Could be related to #1477. I tried with intel18 and it also failed compare:
And then when I use So if we want to use the consistent flag, I can make a PR, but it does slow down the code overall. I personally think we need a BFB build flag for testing and then a way to run fast in production. |
The failure of that test means the PET problem is in the atmosphere or land. Attn. @singhbalwinder @bishtgautam |
Yea, I think it's the same issue as #1477 |
@amametjanov FYI I just tested this for PR#1862, and this is also an issue on theta. This fails:
on theta with the same error as cori:
|
G cases pass, so it is most likely a threading mismatch in the atmosphere or land. |
Mark, if you read more in my other issues (commented above), I think we know that the issue is the floating-point treatment of the Intel compiler on KNL. Right now, if you modify the flags for Intel to use fp-model consistent instead of fp-model source, it will pass. |
OK, thanks. I just looked up further and realized that. |
fix error message Do not print message about leaving case directory if the directory was never created Test suite: hand tests of create_newcase Test baseline: Test namelist changes: Test status: bit for bit Fixes #1824 User interface changes?: Update gh-pages html (Y/N)?: Code review:
Actually, #1919 should have fixed this. I forgot to add this as an issue the PR addressed. |
commit 15780e3 from On Oct 17.
Passes the identical test with gnu. Passes G cases with both gnu and intel.
The text was updated successfully, but these errors were encountered: