Skip to content

Commit

Permalink
cleaned up cmake_config.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 19, 2020
1 parent a604f76 commit 15527bf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cmake_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@

#define USE_VARD @USE_VARD@

/* Does netCDF and HDF5 support parallel I/O filters? */
#cmakedefine HAVE_PAR_FILTERS
#cmakedefine NETCDF_INTEGRATION

#cmakedefine HAVE_PAR_FILTERS
/* Was PIO built with netCDF integration? */
#cmakedefine NETCDF_INTEGRATION

/* Does PIO support netCDF/HDF5 files? */
#cmakedefine _NETCDF4

/* Does PIO support using pnetcdf for I/O? */
#cmakedefine _PNETCDF

#endif /* _PIO_CONFIG_ */

0 comments on commit 15527bf

Please sign in to comment.