Connect to a frontend node and start pvserver
via singularity:
ssh frontend1.eve.ufz.de -L 11111:frontend1.eve.ufz.de:11111
# OR: ssh frontend2.eve.ufz.de -L 11111:frontend2.eve.ufz.de:11111
# frontend2 has a NVidia K80 vs a P4000 in frontend1
singularity exec --nv -B /data:/data /data/ogs/images/pv-v5.6.0-egl.sif /opt/paraview/bin/pvserver
On your local machine:
localhost
11111
Settings / Render View
set Remote Render Threshold
to a small value (e.g. 1) to ensure remote renderingThe port tunneling with ssh is required as these ports are blocked from the firewall. If port 11111
is already in use by another user just try a different port, e.g. 11112
: pvserver -sp=11112
. Do not forget to tunnel this port with SSH too!
This article was written by Lars Bilke. If you are missing something or you find an error please let us know.
Generated with Hugo 0.64.1. Last revision: June 17, 2019
Commit: [web] Added docs for using ParaView on eve frontends. 949f45ee2
| Edit this page on