cc_staff
1,857
edits
No edit summary |
No edit summary |
||
Line 298: | Line 298: | ||
<!--T:107--> | <!--T:107--> | ||
The VDI nodes have a special hardware and persistant virtual server configuration that support direct vncviewer connections and gpu accelerated OpenGL graphics for appropriately configured software applications. | The VDI nodes have a special hardware and persistant virtual server configuration that support direct vncviewer connections and gpu accelerated OpenGL graphics for appropriately configured software applications. However when you login to gra-vdi you will discover there are no modules loaded by default: | ||
<!--T:176--> | <!--T:176--> | ||
Line 307: | Line 307: | ||
<!--T:177--> | <!--T:177--> | ||
Before you can load any software module on gra-vdi you must first manually load either the global <code>StdEnv</code> environment or the local <code>SnEnv</code> environment. | |||
== | == StdEnv == <!--T:130--> | ||
<!--T: | <!--T:131--> | ||
Most users will find it sufficient to load the StdEnv module on gra-vdi. Doing so will provide access to the same software modules that are loaded by default on the clusters: | |||
{{Commands|prompt=[name@gra-vdi4]$ | {{Commands|prompt=[name@gra-vdi4]$ | ||
|module load CcEnv StdEnv/ | |module load CcEnv StdEnv/2023 | ||
|module avail | |module avail | ||
}} | }} | ||
<!--T: | |||
== SnEnv == <!--T:132--> | |||
<!--T:155--> | |||
In some rare cases users will need to load a locally installed module(s) on gra-vdi. To do this the <code>SnEnv</code> must first be loaded: | |||
<!--T:156--> | <!--T:156--> | ||
Line 332: | Line 334: | ||
<!--T:110--> | <!--T:110--> | ||
Instead of loading SnEnv or StdEnv users may want to use NIX which provides open-source software optimized to use accelerated OpenGL whenever possible. NIX can be used by loading the following <code>nix</code> module which is currently only available on gra-vdi and graham: | |||
<!--T:151--> | <!--T:151--> | ||
Line 340: | Line 342: | ||
<!--T:112--> | <!--T:112--> | ||
The nix and nix-env commands | The nix and nix-env commands will now be in your path to install (and use) nix software packages inside your personal nix environment. | ||
<!--T:114--> | <!--T:114--> |