We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b549975 commit a1b01f3Copy full SHA for a1b01f3
docs/software/sciapps/lammps.md
@@ -248,8 +248,10 @@ On Eiger, the following sbatch script can be used:
248
ulimit -s unlimited
249
250
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
251
+export OMP_PROC_BIND=spread
252
+export OMP_PLACES=threads
253
-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
255
```
256
257
1. Time format: `HH:MM:SS`.
0 commit comments