38,760
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 278: | Line 278: | ||
= Remote VNC desktop on Graham VDI nodes = | = Remote VNC desktop on Graham VDI nodes = | ||
For small interactive visualizations requiring up to 256GB memory and 16 cores, you can use Graham | For small interactive visualizations requiring up to 256GB memory and 16 cores, you can use the Graham VDI nodes. Unlike client-server visualizations you will be using VNC remote desktop. Here are the basic steps: | ||
1. Connect to gra-vdi as described [https://docs.computecanada.ca/wiki/VNC#VDI_Nodes TigerVNC] | 1. Connect to gra-vdi as described [https://docs.computecanada.ca/wiki/VNC#VDI_Nodes TigerVNC] then open a terminal window and run: | ||
module load CcEnv | |||
2. | 2. Show the available paraview module versions: | ||
module spider paraview | |||
module load | 3. Show how to load a specific version such as: | ||
module spider paraview/5.10.0 | |||
4. Load the required modules and start paraview: | |||
module load StdEnv/2020 gcc/9.3.0 openmpi/4.0.3 | |||
module load paraview/5.10.0 | |||
paraview | paraview | ||