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

Failure in parallel build #2136

Closed
gsjaardema opened this issue Nov 3, 2021 · 2 comments · Fixed by #2137
Closed

Failure in parallel build #2136

gsjaardema opened this issue Nov 3, 2021 · 2 comments · Fixed by #2137

Comments

@gsjaardema
Copy link
Contributor

I am getting the following error in my current parallel builds. This looks like it was added in f6e25b6

TPL/netcdf/netcdf-c-test/libdispatch/dinfermodel.c:1120:70: error: no member named 's3' in
      'struct NC_MPI_INFO'
                                   ((NC_MPI_INFO*)file->parameters)->s3,
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^
1 error generated.
DennisHeimbigner added a commit to DennisHeimbigner/netcdf-c that referenced this issue Nov 3, 2021
re: Unidata#2136

Patch for: Unidata#2134

Inadvertent error changing ->info to ->s3.
@DennisHeimbigner
Copy link
Collaborator

Sorry. It was a substitution error. Inadvertently changed ->info to ->s3.
fixed by: #2137

@gsjaardema
Copy link
Contributor Author

Thanks.

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 a pull request may close this issue.

2 participants