NCAR / ParallelIO

A high-level Parallel I/O Library for structured grid applications
Apache License 2.0
136 stars 53 forks source link

cmake build issue #1856

Closed jedwards4b closed 3 years ago

jedwards4b commented 3 years ago

If I build with cmake but get the pnetcdf path wrong I see this in the cmake output:

# Features
--------
PnetCDF Support:    yes

but looking in config.h I see:

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

This is confusing and incorrect.