Difference between revisions of "NetCDF"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
===Serial=== | ===Serial=== | ||
*{{#var:app}} | *{{#var:app}} | ||
− | + | ||
+ | ==System Variables== | ||
+ | |||
+ | HPC_NETCDF_DIR | ||
+ | HPC_NETCDF_BIN | ||
+ | HPC_NETCDF_LIB | ||
+ | HPC_NETCDF_INC | ||
+ | |||
+ | To use the NETCDF library, compile the source code with the option: | ||
-I\$HPC_NETCDF_INC | -I\$HPC_NETCDF_INC | ||
and add the following options to the link step: | and add the following options to the link step: |
Revision as of 20:40, 7 September 2012
Description
NetCDF is a set of software libraries and self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data.
Required Modules
Serial
- netcdf
System Variables
HPC_NETCDF_DIR HPC_NETCDF_BIN HPC_NETCDF_LIB HPC_NETCDF_INC
To use the NETCDF library, compile the source code with the option:
-I\$HPC_NETCDF_INC
and add the following options to the link step:
-L\$HPC_NETCDF_LIB -lnetcdf
Configuration
See the NetCDF_4.1.3 page for netcdf configuration details.