From bd53a9c16f05f236762c0cdd1de1db49dd54eee3 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 18 Jun 2021 09:41:44 +0000 Subject: [PATCH] [web] Update paraview-on-eve.md --- .../userguide/post-processing/paraview-on-eve.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/web/content/docs/userguide/post-processing/paraview-on-eve.md b/web/content/docs/userguide/post-processing/paraview-on-eve.md index 3be4f5c36e3..625fc8084c8 100644 --- a/web/content/docs/userguide/post-processing/paraview-on-eve.md +++ b/web/content/docs/userguide/post-processing/paraview-on-eve.md @@ -35,9 +35,22 @@ The port tunneling with ssh is required as these ports are blocked from the fire ## `envinf1` -`envinf1` has a NVidia K20m. Same instructions as for eve but port tunneling is not necessary: +`envinf1` has a NVidia K20m. Simila instructions as for eve but port tunneling is not necessary: ```bash ssh 141.65.34.100 +pvserver +# or with Singularity: singularity exec --nv /data/shared/container/pv-v5.8.0-egl-py2.sif /opt/paraview/bin/pvserver ``` + +## `envinf2` + +`envinf2` has a NVidia Quadro RTX 5000. Similar instructions as for eve but port tunneling is not necessary: + +```bash +ssh 141.65.34.90 +pvserver +# or with Singularity: +singularity exec --nv /data/shared/container/pv-v5.9.0-egl-py3.sif /opt/paraview/bin/pvserver +``` -- GitLab