Difference between revisions of "Silo"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
|||
Line 41: | Line 41: | ||
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below--> | <!--Add additional HPC_FOO_BIN and other ENV VARIABLES below--> | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
<!--Run--> | <!--Run--> | ||
Revision as of 21:24, 6 December 2019
Description
Silo is a library for reading and writing a wide variety of scientific data to binary, disk files. The files Silo produces and the data within them can be easily shared and exchanged between wholly independently developed applications running on disparate computing platforms. Consequently, Silo facilitates the development of general purpose tools for processing scientific data. One of the more popular tools that process Silo data files is the VisIt visualization tool.
Usage: include $(HPC_SILO_DIR)/include in your makefile, then compile $(CC) -c yourfile.c and link with $(CLINKER) -o yourprog yourfile.o $(HPC_SILO_LIB).
Required Modules
Serial
- silo
System Variables
- HPC_SILO_DIR - installation directory
Validation
- Validated 4/5/2018