Shared libraries can be devilishly tricky little blighters, especially for parallel I/O builds.
[Read More]building NetCDF with parallel I/O and shared libraries
01 June 2011
Shared libraries can be devilishly tricky little blighters, especially for parallel I/O builds.
[Read More]Refactoring of the netCDF architecture and build system
18 May 2011
An explanation of what is happening to the netCDF architecture and build system, and why...
[Read More]option to speedup running of configure script
27 April 2011
To anyone tired of waiting for the configure script to run: try the -C option.
This creates a configure cache (config.cache) which stores the result of each test. When a test is to be run, configure first checks the cache, and if the answer is there, the test is not run. This helps a lot when rerunning configure, but also running it just one time. This is because configure reruns a lot of tests multiple times.
This also speeds up the libtool and udunits configure runs, which will use the answers from the netcdf configure run if they are available.