Visualization
The recommended way of doing visualizations is now using the desktop session on (https://ondemand.hpc.taltech.ee)[https://ondemand.hpc.taltech.ee]
OnDemand Desktop on any node (software rendering)
The default desktop environment is xfce, which is configurable, lightweight and fast.
The menu only contain very few programs from the operating system.
To start software, open an XTerminal and use the module system as you would from the command-line and star the program from here.
NB: Do not use quality settings “Compression 0” and/or “Image Quality 9”, this will cause a zlib error message. The message box can be removed by reloading the browser tab.
Available Visualization software on compute nodes
ParaView
VisIt
Py-MayaVi
RasMol
VESTA
VMD
Ovito
Ospray (raytracer)
PoVray (raytracer)
OnDemand Desktop on GPU nodes (hardware rendering)
Requires of course to be submitted to a GPU node and a GPU to be reserved. The nodes are configured in a way that requires EGL rendering, and therefore may require other modules to be loaded (e.g. ParaView).
Otherwise the Desktop works as the regular (software rendering) one, see above.
Please note that for most applications software rendering is fast enough, only heavy visulalization, like volume visualization in ParaView, COVISE, VisIt, VMD, Star-CCM+ and Ansys may require the GPU rendering.
In-situ visualization (in preparation)
In-situ visualization creates the visualization during the simulation instead of during the postprocesssing phase. The simulation code needs to be connected to in-situ visualization libraries. e.g. Catalyst (ParaView), LibSim (VisIt) and Ascent.
The following are installed on our cluster
(Catalyst)[https://www.paraview.org/hpc-insitu/]
(Ascent)[https://github.com/Alpine-DAV/ascent]
LibSim
SENSEI
Ascent on all nodes
module load rocky8-spack
module load ascent
Catalyst on all nodes
module load rocky8-spack
module load libcatalyst/2.0.0-gcc-10.3.0-openblas-bp26
Catalyst can be used within OpenFOAM and (NEK5000)[https://github.com/KTH-Nek5000/InSituPackage] simulations.