Difference between revisions of "NetCDF"
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
* HPC_NETCDF_DIR - installation directory | * HPC_NETCDF_DIR - installation directory | ||
− | * HPC_NETCDF_BIN - executable directory | + | * HPC_NETCDF_BIN - executable binary directory |
* HPC_NETCDF_LIB - library directory | * HPC_NETCDF_LIB - library directory | ||
* HPC_NETCDF_INC - include directory | * HPC_NETCDF_INC - include directory | ||
Line 35: | Line 35: | ||
WRITE INSTRUCTIONS ON RUNNING THE APP WITHOUT MODULES HERE|}} | WRITE INSTRUCTIONS ON RUNNING THE APP WITHOUT MODULES HERE|}} | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== | ||
− | See the [[{{PAGENAME}}_4. | + | See the [[{{PAGENAME}}_4.2]] page for {{#var: app}} configuration details.|}} |
{{#if: {{#var: pbs}}|==PBS Script Examples== | {{#if: {{#var: pbs}}|==PBS Script Examples== | ||
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}} | See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}} |
Revision as of 20:42, 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 - installation directory
- HPC_NETCDF_BIN - executable binary directory
- HPC_NETCDF_LIB - library directory
- HPC_NETCDF_INC - include directory
Configuration
See the NetCDF_4.2 page for netcdf configuration details.