Skip to content

Commit a1b01f3

Browse files
fixed issues with eiger
1 parent b549975 commit a1b01f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/software/sciapps/lammps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,10 @@ On Eiger, the following sbatch script can be used:
248248
ulimit -s unlimited
249249

250250
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
251+
export OMP_PROC_BIND=spread
252+
export OMP_PLACES=threads
251253

252-
srun --cpu-bind=socket lmp -k on t $OMP_NUM_THREADS -sf kk -in lj_kokkos.in
254+
srun --cpu-bind=cores lmp -k on t $OMP_NUM_THREADS -sf kk -in lj_kokkos.in
253255
```
254256

255257
1. Time format: `HH:MM:SS`.

0 commit comments

Comments
 (0)