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

BUGFIX: fixed pnetcdf issues #650

Merged

Conversation

edhartnett
Copy link
Contributor

@edhartnett edhartnett commented Nov 14, 2017

Fixes #647.

Several fixes needed to get pnetcdf build working. @DennisHeimbigner please glance at the code and tell me if you think it is correct WRT the options_maskp argument. (I surmise that you took that out of the parameters and now pass it in with params in the HDF4 code?)

Also had to add the new nc_def_var_filter() function to the dispatch table for pnetcdf.

@WardF please make this PR a priority since my pnetcdf CI build will be broken until this is merged. I believe there is no other pnetcdf CI build at the moment.

@gsjaardema
Copy link
Contributor

Mine is also broken...

Need to check the parameter stuff.
See libsrc/nc3dispatch.c#NC3_inq_var_all
for example
@DennisHeimbigner
Copy link
Collaborator

With respect to NOTNC4 stuff, you can look at the corresponding
code in libsrc to get an idea of how to handle it. I added a change
to deal with the parameters for NCP_inq_var_all.

@edhartnett
Copy link
Contributor Author

@gsjaardema do you use pnetcdf through netCDF? Or do you use pnetcdf directly?

@gsjaardema
Copy link
Contributor

I use it through NetCDF

@WardF WardF merged commit 90e16dd into Unidata:master Nov 16, 2017
@edhartnett edhartnett deleted the ejh_pnetcdf_broken branch November 16, 2017 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After recent merge, pnetcdf build no longer working
4 participants