- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

Hawk PrePostProcessing: Difference between revisions

From HLRS Platforms
Jump to navigationJump to search
No edit summary
Line 3: Line 3:


= Remote Visualization =
= Remote Visualization =
Since no Hawk is not equipped with Graphic Hardware remote visualization has either to be executed via the Vulcan cluster or client server schemes with locally installed clients.
Since Hawk is not equipped with Graphic Hardware, remote visualization has either to be executed via the Vulcan cluster or via locally installed clients.
 
== Paraview ==
 
ParaView is installed on Hawk with mpi support for parallel execution and rendering on the compute nodes. The installation is available via the module environment.
<pre>
module load paraview/server/<version>
</pre>
To enable parallel data processing and rendering on the CPU Paraview is installed with the mesa llvm gallium pipe. This means the qt based graphical user interface (GUI) is not available. Scripted usage is possible via
<pre>
pvbatch
</pre>
For interactive parallel post-processing and visualization
<pre>
pvserver
</pre>
has to be used.

Revision as of 22:30, 26 May 2021

For pre- and post-processing purposes with large memory requirements multi user smp nodes are available. These nodes are reachable via the smp queue. Please see the node types, examples and smp sections of the batch system documentation.

Remote Visualization

Since Hawk is not equipped with Graphic Hardware, remote visualization has either to be executed via the Vulcan cluster or via locally installed clients.

Paraview

ParaView is installed on Hawk with mpi support for parallel execution and rendering on the compute nodes. The installation is available via the module environment.

module load paraview/server/<version>

To enable parallel data processing and rendering on the CPU Paraview is installed with the mesa llvm gallium pipe. This means the qt based graphical user interface (GUI) is not available. Scripted usage is possible via

pvbatch

For interactive parallel post-processing and visualization

pvserver 

has to be used.