add debug flags to GNU CI and fix remaining failures #1579
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds the debug flags from the mkmf template to the gnu CI and puts in fixes for two tests that were failing.
The
time_interp_external2
changes just remove thehi_tmp_src_data
temporary array that was added during mixed mode. I added the temp arrays to handle the intent(out) arguments inhoriz_interp
, but I don't think that argument specifically needed it. This change fixes a segfault occuring during one of the unit tests.Fixes #1480 (maybe.. 🤞)
Checklist:
make distcheck
passes