This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
guide:gpu [2024/06/10 15:40] wikiadmin [Example Job Script] |
guide:gpu [2025/08/07 12:51] (current) kevin |
||
|---|---|---|---|
| Line 27: | Line 27: | ||
| ====Access==== | ====Access==== | ||
| - | Access to the GPU nodes is by PI application only through the CHPC [[https:// | + | Principle Investigators apply for GPU access for their Research Programme members |
| ====Allocation===== | ====Allocation===== | ||
| Line 104: | Line 104: | ||
| As usual, replace '' | As usual, replace '' | ||
| + | |||
| + | ====GPU Memory==== | ||
| + | |||
| + | Most of the V100 GPUs only have 16GiB of memory. | ||
| + | |||
| + | #PBS -l select=1: | ||
| + | |||
| + | or | ||
| + | |||
| + | #PBS -l select=1: | ||
| + | |||
| + | > Note that asking for a specific node is likely to lead to longer queue times as your job has to wait until that node becomes available. | ||
| + | | ||
| + | |||
| =====Compiling GPU Code===== | =====Compiling GPU Code===== | ||