Differences
This shows you the differences between two versions of the page.
|
Next revision
|
Previous revision
|
howto:vesta [2022/12/01 14:25] ccrosby created |
howto:vesta [2022/12/01 14:40] (current) ccrosby |
| ====== Using Vesta ====== | ====== Using Vesta ====== |
| The visualization code [[https://jp-minerals.org/vesta/en/|Vesta-3.4.6]] is available. In order to access it, load the appropriate module: <code> module load chpc/compmech/vesta-3.4.6 </code> Vesta can then be loaded with the command <code> VESTA </code>. However, it is necessary to work in a graphics-enabled session to do this. This can be obtained with a [[howto:remote_viz|Visualisation servers]] | The visualization code [[https://jp-minerals.org/vesta/en/|Vesta-3.4.6]] is available. In order to access it, load the appropriate module: <code> module load chpc/compmech/vesta-3.4.6 </code> Vesta can then be loaded with the command <code> VESTA </code> However, it is necessary to work in a graphics-enabled session to do this. This can be obtained with a [[howto:remote_viz|VNC session]] on either a visualization node or a compute node. |
| | |
| | When working on a visualization node, use VirtualGL to access the graphics processing capabilities of the node's GPU: |
| | |
| | <code> |
| | module load chpc/compmech/vesta-3.4.6 |
| | module load chpc/compmech/VirtualGL |
| | vglrun VESTA |
| | </code> |
| | |
| | It is also possible to do this on a compute node which does not have a GPU. When doing this, also load a Mesa module to enable software rendering: |
| | <code> |
| | module load chpc/compmech/vesta-3.4.6 |
| | module load chpc/compmech/mesa/22.0.2 |
| | module load chpc/compmech/gcc/8.3.0 |
| | VESTA |
| | </code> |
| |
| |
| 1) chpc/compmech/vesta-3.4.6 2) chpc/compmech/gcc/8.3.0 3) chpc/compmech/mesa/22.0.2 | |
| |
| |