Difference between revisions of "Applications/Paraview"

From HPC
Jump to: navigation , search
(Created page with " == Application Details == * Description : ParaView is an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizat...")
 
m (Paraview Client)
 
(15 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
* 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.
 
* 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
+
* Versions : gcc-mpi-qt-opengl/5.0.1, gcc-mpi-qt-ospray-opengl/5.0.1 and paraview/gcc-mpi-qt-ospray-opengl/5.6.1
* Module names : 4.4.0-qt4, gcc-mpi-qt-opengl/5.0.1 and gcc-mpi-qt-ospray-opengl/5.0.1
+
* Module names : gcc-mpi-qt-opengl/5.0.1, gcc-mpi-qt-ospray-opengl/5.0.1 and paraview/gcc-mpi-qt-ospray-opengl/5.6.1
 
* License: GNU
 
* License: GNU
  
Line 10: Line 10:
 
== Usage Examples ==
 
== Usage Examples ==
  
=== Batch Submission ===
+
==Paraview Client==
  
<pre style="background-color: #C8C8C8; color: black; border: 2px solid #C8C8C8; font-family: monospace, sans-serif;">
+
Paraview runs on the visualisation nodes.
  
</pre>
+
With the following method:
  
==Paraview Client==
+
Start an X2GO session, connect to rvisu01 and then open a terminal:
  
The paraview server runs on the visualisation nodes
+
<pre>
 +
$ module load paraview/gcc-mpi-qt-opengl/5.0.1
 +
$ vglrun paraview
 +
</pre>
  
<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
 
paraview
 
  
 
</pre>
 
</pre>
  
 +
* VirtualGL also provides a framework which can be used to develop custom image transport plugins.
  
 
== Further information ==  
 
== Further information ==  
  
 
* [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]]
+
* [[Quickstart/Interactive| Interactive Sessions]]
 
 
 
 
  
[[Category:Applications]]
+
{{Modulepagenav}}

Latest revision as of 14:47, 31 May 2023

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 : gcc-mpi-qt-opengl/5.0.1, gcc-mpi-qt-ospray-opengl/5.0.1 and paraview/gcc-mpi-qt-ospray-opengl/5.6.1
  • Module names : gcc-mpi-qt-opengl/5.0.1, gcc-mpi-qt-ospray-opengl/5.0.1 and paraview/gcc-mpi-qt-ospray-opengl/5.6.1
  • License: GNU


Usage Examples

Paraview Client

Paraview runs on the visualisation nodes.

With the following method:

Start an X2GO session, connect to rvisu01 and then open a terminal:

$ module load paraview/gcc-mpi-qt-opengl/5.0.1
$ vglrun paraview


</pre>

  • VirtualGL also provides a framework which can be used to develop custom image transport plugins.

Further information





Modules | Main Page | Further Topics