FIX: remove salloc obligation for openmpi+cuda (quantum-espresso
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 6s

This commit is contained in:
2025-05-16 15:07:48 +02:00
parent 46f256ce75
commit 85fcf9afc0

View File

@ -67,8 +67,6 @@ module load nvhpc/25.3 openmpi/main-6bnq-A100-gpu quantum-espresso/7.4.1-nxsw-gp
## Developing your own GPU code
### Spack
1. Salloc on a GPU node (ALSO FOR CPU CODE!!)
```salloc --partition=a100-interactive --clusters=gmerlin7 --time=01:00:00 --ntasks=16 --nodes=1 --gpus=2 --mem=40000```
2. ```spack config edit ```
3. Add granularity: microarchitectures to your config (if you use nvhpc compiler! Not needed for CPU builds!)
```bash