Difference between revisions of "ParaView"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Data Mining]]
+
[[Category:Software]][[Category:Data Science]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|ParaView}}
 
|{{#vardefine:app|ParaView}}
Line 16: Line 16:
 
|{{#vardefine:installation|}} <!--INSTALLATION-->
 
|{{#vardefine:installation|}} <!--INSTALLATION-->
 
|}
 
|}
 +
{|align=right
 +
  |__TOC__
 +
  |}
 
<!--BODY-->
 
<!--BODY-->
 
<!--Description-->
 
<!--Description-->
Line 36: Line 39:
  
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
 +
===Using GUI on HiPerGator===
 +
To run ParaView with GUI, use the appropriate partition (such as "hwgui", "gpu" or "hpg-dev"). For more details, please follow [[GUI_Programs|GUI application instructions]].
  
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
+
===Using Client/Server Mode===
DISPLAY_ID=$RANDOM
+
In client/server mode, you install ParaView on your local machine as a client and use HiPerGator as the back end server to do the processing.   
export DISPLAY=:${DISPLAY_ID}
 
  Xvfb :${DISPLAY_ID} -screen 0 1024x768x16 &
 
  
 +
To accomplish this, you will need to start the server on HiPerGator and then use SSH port forwarding to be able to connect to that server from your local machine, learn more at [[ParaView Client]].
 
|}}
 
|}}
 
<!--Configuration-->
 
<!--Configuration-->
Line 69: Line 73:
 
{{#if: {{#var: installation}}|==Installation==
 
{{#if: {{#var: installation}}|==Installation==
 
See the [[{{PAGENAME}}_Install]] page for {{#var: app}} installation notes.|}}
 
See the [[{{PAGENAME}}_Install]] page for {{#var: app}} installation notes.|}}
__NOTOC____NOEDITSECTION__
+
__NOEDITSECTION__

Latest revision as of 21:28, 13 October 2023

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

Using GUI on HiPerGator

To run ParaView with GUI, use the appropriate partition (such as "hwgui", "gpu" or "hpg-dev"). For more details, please follow GUI application instructions.

Using Client/Server Mode

In client/server mode, you install ParaView on your local machine as a client and use HiPerGator as the back end server to do the processing.

To accomplish this, you will need to start the server on HiPerGator and then use SSH port forwarding to be able to connect to that server from your local machine, learn more at ParaView Client.