This commit is contained in:
Paolo Giannozzi 2024-06-13 21:37:44 +02:00
parent 99bb40dc16
commit 1887389486
1 changed files with 6 additions and 2 deletions

View File

@ -37,8 +37,12 @@ is represented by 11000. For the above case, configure QE with:
```
./configure --with-cuda=$CUDA_HOME --with-cuda-cc=70 --with-cuda-runtime=11.0
```
Alternatively, you may use the (deprecated) tool `get_device_props.py` in
directory `dev-tools/`.
One can also use command `nvidia-smi`: for two GPUs with cc70,
```
$ nvidia-smi --query-gpu=compute_cap --format=csv
7.0
7.0
```
Enabling faster communications between GPUs, via NVlink or Infiniband RDMA,
is essential for optimal performance. If your MPI library is built to be