Skip to content
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

Fix to runoff_regrid.c #192

Merged
merged 3 commits into from
Dec 5, 2022
Merged

Fix to runoff_regrid.c #192

merged 3 commits into from
Dec 5, 2022

Conversation

ilaflott
Copy link
Contributor

Test07-runoff_regrid.sh runs to completion on MacOS 12.5/Intel upon change to runoff_regrid.c.

underwoo and others added 3 commits October 16, 2022 11:45
The files mpp.c and mpp_domain.c shared three variables.  This sharing
is removed.  Both files now have `static` global variables.

Cleaned up a few error messages in make_hgrid.c and remap_land.c

Added .vscode mac configuration.
grabbing Seth's FRE-NCtools changes into my current fork
…LL,NULL) to set the right integer values for npes, pe, root_pe

only small changes to test_utils.bash, remove unnecessary comment and add in comment text showing SKIP_TESTS example
@ilaflott ilaflott requested a review from ngs333 November 17, 2022 17:20
@ilaflott ilaflott added the bug label Nov 17, 2022
@ilaflott ilaflott marked this pull request as ready for review November 17, 2022 17:37
@ngs333 ngs333 linked an issue Nov 17, 2022 that may be closed by this pull request
@ngs333 ngs333 requested a review from underwoo November 17, 2022 19:53
}
],
"version": 4
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was including this vscode config file intentional? It looks useful but might be specific to @ilaflott's setup.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ceblanton it was intentional. It is specific to a mac using homebrew. The configuration name should be more specific. However, don't worry about it ATT.

@ngs333 ngs333 merged commit f8a6ea8 into NOAA-GFDL:master Dec 5, 2022
@ngs333 ngs333 self-assigned this Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make fails on apple M1/arm64 with "error: addend too big for relocation"
4 participants