This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
"Navarro, Sylvia" <address@hidden> writes: > Is NetCDF always compiled in 32 bit mode? > > Sylvia Not quite sure what you are asking. Most compilers default to 32-bit binaries. Many people (including me) also compile it for 64 bit architectures. In all cases, the same data file is produced. If you have a program, like a model, and it is compiled for 64-bit, and you want to call a netcdf function, you need a 64-bit version of the netcdf library. If you have a 32-bit program, you need a 32-bit netcdf library. Some people even have both on the same machine, in different places. Does any of this answer your question? Ed -- Ed Hartnett -- address@hidden