-
Notifications
You must be signed in to change notification settings - Fork 133
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
Update pull request template, Update conda_macos debug flag #484
Conversation
This flag causes nf90_create to fail with the latest version of the conda environment. This happens when debug flags are on and a test with netcdf is turned on.
Testing is working again on ghactions. I also duplicated the problem on my mac desktop with the latest conda env and verified the update to the debug flag fixed the error. I think this is a compiler problem. nf90_create seg faults when netcdf+debug is turned on for reasons I was not able to understand. This just started recently and with an update to the conda env, probably a newer version of the gnu compiler. Feel free to have another look at the PR. Unless I hear any feedback, I'll merge tonight or tomorrow. |
This is weird. I just build the environment today. So, maybe I am not getting the newest somehow? |
@dabail10, I have given up trying to understand the many subtle issues with conda and github actions. My goal is just to keep them functioning as best as I can. |
…sortium#484) Update pull request template to ask for additional information about the PR. This information can and will be used during the squash merge process to produce more useful commit logs. Update Macros.conda_macos to remove ffpe-trap=invalid from debug flags. This flag causes nf90_create to fail with the latest version of the conda environment. This happens when debug flags are on and a test with netcdf is turned on. I believe this is a compiler error.
PR checklist
Update pull request template, Update conda_macos debug flag
apcraig
Tested on mac desktop with os 11.6.4 with latest conda env. All tests pass.
Update pull request template to ask for additional information about the PR. This information can and will be used during the squash merge process to produce more useful commit logs.
Update Macros.conda_macos to remove ffpe-trap=invalid from debug flags.
This flag causes nf90_create to fail with the latest version of
the conda environment. This happens when debug flags are on
and a test with netcdf is turned on. I believe this is a compiler error.