-
Notifications
You must be signed in to change notification settings - Fork 323
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
Intermittent fortran errors #1490
Comments
These are tricky errors. A similar bug MODFLOW-ORG/mt3d-usgs#46 was fixed with a debug build and inspecting the routines and variables near the crash (I probably used |
We love to get to the bottom of these little bugs, but they are sometimes hard to reproduce. There are a couple of intermittent Fortran bugs that show up on CI from time to time. If they are in older legacy versions of MODFLOW, then they are lower priority, but it's good to call attention to them. |
Would it be best to close this and keep track of these in another location? I guess it sounds like they are not really flopy issues. I wondered if I might have introduced some of them with the recent pytest changes. Apologies, should have asked before filing an issue. |
It's good that you raised this here as they are affecting our CI. It would probably be good to keep track of offending tests like this that fail intermittently and also those that take a long time to run. We can then assign people to look into them and see if we can get some resolution. |
I opened corresponding issues on the usg and mt3d repos so we don't lose track of these, I'll close here as these aren't flopy problems. |
I occasionally see fortran errors when running the test suite. These have occurred locally and in CI.
I am pretty sure Windows-only.Update: seen on both Windows and Mac.Will continue to add examples from CI runs as they occur.
Affected tests include:
test_lgr.py::test_simple_lgrmodel_from_scratch
: forrtl: error (65): floating invalidtest_usg.py::test_freyberg_usg
: forrtl: error (72): floating overflowtest_mt3d.py::test_mfnwt_CrnkNic
: forrtl: error (72): floating overflow, forrtl: error (74): floating underflowCurrently using the
flaky
pytest plugin to retry on failure.The text was updated successfully, but these errors were encountered: