Skip to content
Snippets Groups Projects
Commit 949f45ee authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Added docs for using ParaView on eve frontends.

parent 1fa81aa9
No related branches found
No related tags found
No related merge requests found
+++
date = "2018-11-14T14:00:13+01`:00"
title = "ParaView on envinf1"
title = "ParaView on Eve frontends"
author = "Lars Bilke"
weight = 1
draft = "true"
[menu]
[menu.userguide]
parent = "post-processing"
+++
TODO: rewrite this for the envinf1 setup
aliases = ['paraview-on-envinf1']
+++
Connect to a frontend node and start `pvserver`:
Connect to a frontend node and start `pvserver` via singularity:
```bash
ssh envinf1.eve.ufz.de -L 11111:envinf1.eve.ufz.de:11111
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 K20 in envinf1
ml use /global/apps/modulefiles
ml paraview/egl/5.6.0-1
pvserver
# 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment