5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!290Update gaussian.md
In the input file Link0 header section, set the CPU cores (24 for Barbora GPU nodes) and memory.
To enable GPU acceleration, set the **%GPUCPU** keyword. This keyword activates GPU accelerators and dedicates CPU cores to drive the GPU accelerators.
On Barbora GPU nodes, we activate GPUs 0-3 and assign cores 0,2,12,14 (two from each CPU socket) to drive the accelerators.
If multinode computation is intended, Include the **%UseSSH keyword**, as well. This enables Linda to spawn parallel workers.
To enable GPU acceleration, set the `%GPUCPU` keyword. This keyword activates GPU accelerators and dedicates CPU cores to drive the GPU accelerators.
On Barbora GPU nodes, we activate GPUs 0-3 and assign cores 0,2,12,14 (two from each CPU socket) to drive the accelerators.
If multi-node computation is intended, include the `%UseSSH` keyword, as well. This enables Linda to spawn parallel workers.
```bash
%CPU=0-23
...
...
@@ -112,14 +121,20 @@ If multi node computation is intended, Include the **%UseSSH keyword**, as well.
%UseSSH
```
GPU accelerated caclulations on the **DGX-2** are supported
with Gaussian binary module.
GPU accelerated calculations on the **DGX-2** are supported
with Gaussian binary module
```bash
$ ml Gaussian/16_rev_c0-binary
```
In the input file Link0 header section, modify the %CPU keyword to 48 cores and the %GPUCPU keyword to 16 GPU accelerators. Omit the Linda.
Or IT4I-compiled module
```bash
$ ml Gaussian/16_rev_c0-GPU
```
In the input file Link0 header section, modify the `%CPU` keyword to 48 cores and the `%GPUCPU` keyword to 16 GPU accelerators. Omit the Linda.