Skip to content

Commit 85fab9d

Browse files
comment.
1 parent 3397c1b commit 85fab9d

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
@@ -226,7 +226,7 @@ To enable oversubscription of MPI ranks per GPU, you'll need to use the `mps-wra
226226

227227
### Running on Eiger
228228

229-
On Eiger, a similar sbatch script can be used:
229+
On Eiger, the following sbatch script can be used:
230230

231231
```bash title="run_lammps_eiger.sh"
232232
#!/bin/bash -l
@@ -257,6 +257,8 @@ srun --cpu-bind=socket lmp -k on t $OMP_NUM_THREADS -sf kk -in lj_kokkos.in
257257
5. Change `<LAMMPS_UENV>` to the name (or path) of the LAMMPS uenv you want to use.
258258
6. Enable the `kokkos` uenv view.
259259

260+
Note that the same input file `lj_kokkos.in` can be used as with running LAMMPS with Kokkos on the HPC Platform.
261+
260262
### Building LAMMPS from source
261263

262264
#### Using CMake

0 commit comments

Comments
 (0)