Difference between revisions of "Applications/Paraview"

From HPC
Jump to: navigation , search
m
m
Line 16: Line 16:
 
<pre style="background-color: black; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
 
<pre style="background-color: black; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
  
Load the Modules
 
 
module load paraview/4.4.0_qt4
 
module load paraview/4.4.0_qt4
 
paraview
 
paraview
Line 26: Line 25:
  
 
* [http://www.paraview.org/ http://www.paraview.org/]
 
* [http://www.paraview.org/ http://www.paraview.org/]
* [[General/Visualisation_Nodes Visualisation Nodes]]
+
* [[General/Visualisation_Nodes|Visualisation Nodes]]
* [[General/Interactive Interactive Sessions]]
+
* [[General/Interactive|InteractiveSessions]]
  
  
  
 
[[Category:Applications]]
 
[[Category:Applications]]

Revision as of 10:04, 28 March 2017

Application Details

  • 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.
  • Versions : 4.4.0-qt4, gcc-mpi-qt-opengl/5.0.1 and gcc-mpi-qt-ospray-opengl/5.0.1
  • Module names : 4.4.0-qt4, gcc-mpi-qt-opengl/5.0.1 and gcc-mpi-qt-ospray-opengl/5.0.1
  • License: GNU


Usage Examples

Paraview Client

The paraview server runs on the visualisation nodes


module load paraview/4.4.0_qt4
paraview


Further information