Difference between revisions of "Silo"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Library {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|silo}} |{{#vardefine:url|https://wci.llnl.gov/codes/silo/index.html}} <!--CONFIGURATI...")
 
 
(10 intermediate revisions by 2 users not shown)
Line 19: Line 19:
 
<!--Description-->
 
<!--Description-->
 
{{#if: {{#var: url}}|
 
{{#if: {{#var: url}}|
{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}
+
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 +
 
 
Silo is a library for reading and writing a wide variety of  
 
Silo is a library for reading and writing a wide variety of  
 
scientific data to binary, disk files. The files Silo produces  
 
scientific data to binary, disk files. The files Silo produces  
Line 32: Line 33:
 
compile $(CC) -c yourfile.c and link with $(CLINKER) -o yourprog  
 
compile $(CC) -c yourfile.c and link with $(CLINKER) -o yourprog  
 
yourfile.o $(HPC_SILO_LIB).
 
yourfile.o $(HPC_SILO_LIB).
<!--Location-->
+
 
{{App_Location|app={{#var:app}}|{{#var:ver}}}}
 
<!--Versions-->
 
==Available versions==
 
* 4.7 (EL6)
 
 
<!--Modules-->
 
<!--Modules-->
{{#if: {{#var: mod}}|==Running the application using modules==
+
==Environment Modules==
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below-->
+
==System Variables==
 +
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Run-->
 
<!--Run-->
 +
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
 
DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY
 
DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY
Line 53: Line 52:
 
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}
 
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}
 
<!--Policy-->
 
<!--Policy-->
{{#if: {{#var: policy}}|==Usage policy==
+
{{#if: {{#var: policy}}|==Usage Policy==
 
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)
 
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)
 
|}}
 
|}}

Latest revision as of 17:28, 10 June 2022

Description

silo website  

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).

Environment Modules

Run module spider silo to find out what environment modules are available for this application.

System Variables

  • HPC_SILO_DIR - installation directory