Difference between revisions of "Applications/Paraview"

From HPC
Jump to: navigation , search
m
m (Paraview Client)
 
(3 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
==Paraview Client==
 
==Paraview Client==
  
The paraview server runs on the visualisation nodes or GPUs.  
+
Paraview runs on the visualisation nodes.
  
* Note because of paraview's dependence on OpenGL we must use a '''vglconnect''' command to wrap the '''paraview''' application as below:
+
With the following method:
  
<pre style="background-color: black; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
+
Start an X2GO session, connect to rvisu01 and then open a terminal:
  
[pysdlb@login01 ~]$ interactive -p gpu --exclusive
+
<pre>
salloc: Granted job allocation 920145
+
$ module load paraview/gcc-mpi-qt-opengl/5.0.1
Job ID 920145 connecting to gpu02, please wait...
+
$ vglrun paraview
Last login: Fri Mar 16 09:44:40 2018 from login01
+
</pre>
[pysdlb@gpu02 ~]$ vglconnect -f localhost
 
  
VirtualGL Client 64-bit v2.4.1 (Build 20150612)
 
Listening for unencrypted connections on port 4242
 
Redirecting output to /home/pysdlb/.vgl/vglconnect-gpu02-localhost:10.0.log
 
  
Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.
 
Last login: Fri Mar 16 10:07:41 2018 from login01
 
[pysdlb@gpu02 ~]$ module add paraview/gcc-mpi-qt-ospray-opengl/5.6.1
 
[pysdlb@gpu02 ~]$ cd project/
 
[pysdlb@gpu02 project]$ vglrun paraview
 
  
 
</pre>
 
</pre>
  
 
* VirtualGL also provides a framework which can be used to develop custom image transport plugins.
 
* VirtualGL also provides a framework which can be used to develop custom image transport plugins.
 
  
 
== Further information ==  
 
== Further information ==  
Line 43: Line 33:
 
* [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]]
 
 
==Navigation==
 
 
 
* [[Main_Page|Home]]
 
* [[Applications|Application support]] *
 
* [[General|General]]
 
* [[Programming|Programming support]]
 
 
 
  
[[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