ParaView
Revision as of 16:20, 24 July 2018 by Moskalenko (talk | contribs)
Description
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_{{#uppercase:ParaView}}_DIR - installation directory
- HPC_{{#uppercase:ParaView}}_BIN - executable program directory
- HPC_{{#uppercase:ParaView}}_LIB - library directory
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
DISPLAY_ID=$RANDOM export DISPLAY=:${DISPLAY_ID} Xvfb :${DISPLAY_ID} -screen 0 1024x768x16 &