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

NETCDF: Fix search of netcdf_meta #285

Merged
merged 1 commit into from
Apr 3, 2019

Conversation

gsjaardema
Copy link
Contributor

To determine whether NetCDF is compiled for parallel, we search the netcdf_meta.h file for the setting of NETCDF_PARALLEL. The problem is that the NetCDF team recently added another setting which is named NETCDF_PARALLEL4. We want the NETCDF_PARALLEL so to make sure we get that one only, we add a space to the end of the symbol NETCDF_PARALLEL

To determine whether NetCDF is compiled for parallel, we search the `netcdf_meta.h` file for the setting of `NETCDF_PARALLEL`. The problem is that the NetCDF team recently added another setting which is named `NETCDF_PARALLEL4`.  We want the `NETCDF_PARALLEL` so to make sure we get that one only, we add a space to the end of the symbol `NETCDF_PARALLEL `
Copy link
Member

@bartlettroscoe bartlettroscoe left a comment

Choose a reason for hiding this comment

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

Seems logical to me. If @gsjaardema tested this and he says it works, that is good enough to me.

@gsjaardema, after the merge to TriBITS 'master', how urgent is it to get this into the Trilinos 'develop' branch?

@bartlettroscoe bartlettroscoe merged commit 7389a43 into TriBITSPub:master Apr 3, 2019
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.

2 participants