Difference between revisions of "ParaView"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Data Analysis {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|ParaView}} |{{#vardefine:url|http://www.paraview.org}} <!--CONFIGURATION: OP...")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Data Analysis]]
+
[[Category:Software]][[Category:Data Mining]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|ParaView}}
 
|{{#vardefine:app|ParaView}}
Line 7: Line 7:
 
|{{#vardefine:intel|}} <!-- "11.1" - Compiler Module Choice -->
 
|{{#vardefine:intel|}} <!-- "11.1" - Compiler Module Choice -->
 
|{{#vardefine:mpi|}} <!-- "openmpi/1.3.4"- MPI Module Choice -->
 
|{{#vardefine:mpi|}} <!-- "openmpi/1.3.4"- MPI Module Choice -->
|{{#vardefine:exe|}} <!--RUNNING -->
+
|{{#vardefine:exe|1}} <!--RUNNING -->
 
|{{#vardefine:conf|}} <!--CONFIGS-->
 
|{{#vardefine:conf|}} <!--CONFIGS-->
|{{#vardefine:pbs|1}} <!--PBS SCRIPTS-->
+
|{{#vardefine:pbs|}} <!--PBS SCRIPTS-->
 
|{{#vardefine:policy|}} <!--POLICY-->
 
|{{#vardefine:policy|}} <!--POLICY-->
 
|{{#vardefine:testing|}} <!--TESTING/PROFILING-->
 
|{{#vardefine:testing|}} <!--TESTING/PROFILING-->
Line 24: Line 24:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
[[Modules|modules documentation]]
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
+
See [[Modules|modules documentation]] for details.
* gcc/4.7.2
+
 
* paraview
 
 
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below-->
 
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below-->
 
==System Variables==
 
==System Variables==
* {{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable program directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - installation directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - library 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
+
 
 +
To run ParaView with GUI, please follow [[GUI_Programs|GUI application instructions]].
 +
 
 
|}}
 
|}}
 
<!--Configuration-->
 
<!--Configuration-->

Revision as of 17:53, 28 January 2020

Description

ParaView website  

ParaView is an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques. The data exploration can be done interactively in 3D or programmatically using ParaView’s batch processing capabilities.

Environment Modules

Run module spider ParaView to find out what environment modules are available for this application. See modules documentation for details.

System Variables

  • HPC_PARAVIEW_DIR - installation directory
  • HPC_PARAVIEW_BIN - executable program directory
  • HPC_PARAVIEW_LIB - library directory

How To Run

To run ParaView with GUI, please follow GUI application instructions.