Difference between revisions of "ParaView"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
Line 37: Line 37:
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
  
When running paraview analyses on HiPerGator it may be necessary to set up a virtual X11 environment with Xvfb. Use the following code between the module load and the paraview code execution
+
To run ParaView with GUI, please follow GUI application instructions at:  
DISPLAY_ID=$RANDOM
 
export DISPLAY=:${DISPLAY_ID}
 
Xvfb :${DISPLAY_ID} -screen 0 1024x768x16 &
 
  
 
|}}
 
|}}

Revision as of 17:50, 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 at: