-
Notifications
You must be signed in to change notification settings - Fork 139
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
extend CICE technical testing #247
Comments
tests on conrad_cray and conrad_intel with above signaling nan flags on Nov 20, 2018 revealed potential problems with the following tests FAIL conrad_intel_restart_gx3_6x2_alt01_debug_short run For now, I just note it and will turn off the signaling nans again. |
What do the signalling-nan errors mean? We need to make a list of other tests that we know are missing, such as revp, maybe not in this issue. |
The flags means that all arrays and scalars are initialized with signaling nans. Signaling nans make the code abort if any computations uses them. It is a way to check that the code does not use uninitialized variables |
Revp is included in the base_suite through test using the options "alt02" and "boxrestore" |
Two thoughts :
|
I have run a number of qc tests against each other with CICE #5f97e45e2362518d which is CICE6.1.1. All qc comparisons pass. These include conrad_intel all with 64x1 pe counts. I also tried a 16x4 case, but it was running too slow, so I abandoned that test. I think for the time being, we can consider this task as being checked and OK. |
There are a few things I'd like to do,
The text was updated successfully, but these errors were encountered: