cc_staff
32
edits
m (add category BiomolecularSimulation) |
No edit summary |
||
Line 5: | Line 5: | ||
== Using pre-installed VMD == <!--T:1--> | == Using pre-installed VMD == <!--T:1--> | ||
Connect with <code>ssh -X/-Y</code> or via VNC to have graphics enabled. | |||
There are, currently, two versions of VMD available on CC clusters: | |||
<pre> | |||
$ module avail vmd | |||
... | |||
------------------ Compiler-dependent avx2 modules ---------------------- | |||
vmd/1.9.3 (L,vis) vmd/1.9.4a43 (vis,D) | |||
</pre> | |||
The default version is <code>1.9.4a43</code>. | |||
To use it: | |||
<!--T:3--> | <!--T:3--> | ||
{{Commands | {{Commands | ||
Line 13: | Line 22: | ||
|vmd | |vmd | ||
}} | }} | ||
This should VMD graphical windows. | |||
== Instructions for installing version 1.9.4 Alpha == <!--T:5--> | == Instructions for installing version 1.9.4 Alpha == <!--T:5--> |