-
Notifications
You must be signed in to change notification settings - Fork 267
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
Consolidating Several PR's #956
Conversation
Visual Studio 2013 and older do not support `inline` in C code.
Fix unused variable warning for `printid`. Looks like it was not substituted in all places where it should have been and was only used inside an ifdef so was unused if `LOGGING` was false. Add use in `fprintf` line following the ifdef block. Minor change, but compilation output is so clean that a little wart sticks out...
…o pr-consolidate.wif
…cdf-c into pr-consolidate.wif
Seeing a compiler fail under parallel; will push the fix shortly. |
Seeing a downstream issue in If the issue is non-trivial, will back out that particular PR. |
The issue with netcdf-fortran is external to this consolidation, so merging this and then looking at fortran. |
Getting caught up on PR's, consolidating several into a single PR to avoid cascading CI checks.