Currently when accessing the node, each user gets 4 cores of a CPU allocated, thus approximately 16 GB of RAM and 1/4 of the GPU capacity. _If more GPU power or RAM is required, it is recommended to allocate one whole node per user, so that all 16 cores, whole RAM and whole GPU is exclusive. This is currently also the maximum allowed allocation per one user. One hour of work is allocated by default, the user may ask for 2 hours maximum._
Currently when accessing the node, each user gets 4 cores of a CPU allocated, thus approximately 16 GB of RAM and 1/4 of the GPU capacity.
!!! Note
If more GPU power or RAM is required, it is recommended to allocate one whole node per user, so that all 16 cores, whole RAM and whole GPU is exclusive. This is currently also the maximum allowed allocation per one user. One hour of work is allocated by default, the user may ask for 2 hours maximum.
To access the visualization node, follow these steps:
#### 1. In your VNC session, open a terminal and allocate a node using PBSPro qsub command
_This step is necessary to allow you to proceed with next steps._
This step is necessary to allow you to proceed with next steps.
```bash
$ qsub -I-q qviz -A PROJECT_ID
...
...
@@ -153,7 +157,7 @@ In this example the default values for CPU cores and usage time are used.
$ qsub -I-q qviz -A PROJECT_ID -lselect=1:ncpus=16 -lwalltime=02:00:00
```
_Substitute **PROJECT_ID** with the assigned project identification string._
Substitute **PROJECT_ID** with the assigned project identification string.
In this example a whole node for 2 hours is requested.