FIX: remove salloc obligation for openmpi+cuda (quantum-espresso
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 6s
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 6s
This commit is contained in:
@@ -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
|
## Developing your own GPU code
|
||||||
### Spack
|
### 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 ```
|
2. ```spack config edit ```
|
||||||
3. Add granularity: microarchitectures to your config (if you use nvhpc compiler! Not needed for CPU builds!)
|
3. Add granularity: microarchitectures to your config (if you use nvhpc compiler! Not needed for CPU builds!)
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user