Skip to content

Commit

Permalink
adding fields to build summary
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 27, 2020
1 parent f835a8d commit f130a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libpio.settings.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ Parallel Filters: @HAS_PAR_FILTERS@
NetCDF/HDF5 Support: @HAS_NETCDF4@
NetCDF/HDF5 Par I/O: @HAS_NETCDF4_PAR@
NetCDF Integration: @HAS_NETCDF_INTEGRATION@
PIO Logging: @HAS_LOGGING@
MPIEXEC: @WITH_MPIEXEC@

1 change: 1 addition & 0 deletions src/clib/pio_meta.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
#define PIO_HAS_NETCDF4 @PIO_HAS_NETCDF4@ /*!< NetCDF-4 supported. */
#define PIO_HAS_NETCDF4_PAR @PIO_HAS_NETCDF4_PAR@ /*!< NetCDF-4 parallel I/O supported. */
#define PIO_HAS_NETCDF_INTEGRATION @PIO_HAS_NETCDF_INTEGRATION@ /*!< NetCDF integration supported. */
#define PIO_HAS_LOGGING @PIO_HAS_LOGGING@ /*!< PIO logging turned on. */

#endif

0 comments on commit f130a86

Please sign in to comment.