mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Switch CPU bind from sockets to cores
This commit is contained in:
parent
19aad1fec0
commit
d06000f5fd
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ benchmark cp2k 1 daint node:
|
|||
script:
|
||||
- cp2k /opt/cp2k/benchmarks/CI/H2O-512_md.inp
|
||||
variables:
|
||||
SLURM_CPU_BIND: socket
|
||||
SLURM_CPU_BIND: cores
|
||||
SLURM_CPUS_PER_TASK: 1
|
||||
SLURM_DEBUG: 1
|
||||
SLURM_HINT: nomultithread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue