-
Notifications
You must be signed in to change notification settings - Fork 252
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
CA fails debug mode with GNU compiler #770
Comments
Hi @DeniseWorthen I recall this issue from Dom's test. It seems the gnu compiler doesn't like this arithmetic. We are updating this line in the new PR that addresses MPI reproducibility, and will ensure the gnu debug test works in this update. |
@lisa-bengtsson I expected that to be the case, but I wanted to make sure that since you were changing the code for MPI reproducibility that this issue didn't get overlooked. |
I'm on it! |
Pin down the version of miniconda3 on Hera, and do not append to the module path.
Description
The coupled RTs are tested with GNU on both Hera and Cheyenne. The cpld_control_p7 test from PR 765 fails in debug mode with GNU. This seems to be a known issue, since in rt_gnu.conf, the test is commented out with a note that # Both stochy and ca debug tests crash with GNU.
For the coupled P7 tests to include CA, this will need to be addressed.
To Reproduce:
Tested on hera.gnu. Compile the cpld_control_p7 test in debug mode for GNU. The run fails with
Program received signal SIGFPE: Floating-point exception - erroneous arithmetic operation.
and the err log points here:Line 249 is:
The text was updated successfully, but these errors were encountered: