Updated UseCase1_vmd (markdown) authored by Markus Rampp's avatar Markus Rampp
## Interactive graphical analysis with VMD
### prepare the preconfigured VMD session for UseCase1
```
ssh hydra.rzg.mpg.de
mkdir -p $HOME/Desktop
cp /u/mjr/public/NOMAD-VIZ/UseCase1_VMD.desktop $HOME/Desktop
### connect to pRVS
establish a TurboVNC connection to the MPCDF remote visualization service [[as described here|MPCDF-RVS]]
### Start VMD
### launch the preconfigured VMD session for UseCase1
click on the Desktop launcher named NOMAD-VIZ_UseCase1_VMD
or start VMD manually on the commandline:
```
~>module load vmd
~>vglrun vmd
~>vglrun vmd -e /u/mjr/public/NOMAD-VIZ/UseCase1_VMD.vmd
```
(the -e ... option manually loads the preconfigured session for UseCase1 on the commandline)
### Instructions for working with the GUI
......
......