netCDF 4.2.1.1
|
Note: --disable prefix indicates that the option is normally enabled.
Option | Description | Dependencies | |
---|---|---|---|
--disable-doxygen | Disable generation of documentation. | doxygen | |
--disable-fsync | disable fsync support | kernel fsync support | |
--enable-valgrind-tests | build with valgrind-tests; static builds only | valgrind | |
--enable-netcdf-4 | build with netcdf-4 | HDF5 and zlib | |
--enable-netcdf4 | synonym for enable-netcdf-4 | ||
--enable-hdf4 | build netcdf-4 with HDF4 read capability | HDF4, HDF5 and zlib | |
--enable-hdf4-file-tests | test ability to read HDF4 files | selected HDF4 files from Unidata ftp site | |
--enable-pnetcdf | build netcdf-4 with parallel I/O for classic and 64-bit offset files using parallel-netcdf | ||
--enable-extra-example-tests | Run extra example tests | --enable-netcdf-4,GNU sed | |
--enable-parallel-tests | run extra parallel IO tests | --enable-netcdf-4, parallel IO support | |
--enable-logging | enable logging capability | --enable-netcdf-4 | |
--disable-dap | build without DAP client support. | libcurl | |
--disable-dap-remote-tests | disable dap remote tests | --enable-dap | |
--enable-dap-long-tests | enable dap long tests | ||
--enable-extra-tests | run some extra tests that may not pass because of known issues | ||
--enable-ffio | use ffio instead of posixio (ex. on the Cray) | ||
--disable-examples | don't build the netCDF examples during make check (examples are treated as extra tests by netCDF) | ||
--disable-v2 | turn off the netCDF version 2 API | ||
--disable-utilities | don't build netCDF utilities ncgen, ncdump, and nccopy | ||
--disable-testsets | don't build or run netCDF tests | ||
--enable-large-file-tests | Run tests which create very large data files | ~13 GB disk space required, but recovered when tests are complete). See option --with-temp-large to specify temporary directory | |
--enable-benchmarks | Run benchmarks. This is an experimental feature. The benchmarks are a bunch of extra tests, which are timed. We use these tests to check netCDF performance. | sample data files from the Unidata ftp site | |
--disable-extreme-numbers | don't use extreme numbers during testing, such as MAX_INT - 1 | ||
--enable-dll | build a win32 DLL | mingw compiler | |
--disable-shared | build shared libraries | ||
--disable-static | build static libraries | ||
--disable-largefile | omit support for large files | ||
--enable-mmap | Use mmap to implement NC_DISKLESS |