Skip to content

Commit 921315f

Browse files
update LAMMPS doc info on gpus-per-task (#168)
1 parent 9335b9f commit 921315f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/software/sciapps/lammps.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,15 @@ A development view is also provided, which contains all libraries and command-li
7171

7272
### Running LAMMPS with Kokkos on the HPC Platform
7373

74-
To start a job, two bash scripts are potentially required: a [SLURM] submission script, and a wrapper for `numactl` which sets up CPU and memory binding.
75-
76-
The submission script is the following:
74+
To start a job, the following bash [SLURM] submission script is required:
7775

7876
```bash title="run_lammps_kokkos.sh"
7977
#!/bin/bash -l
8078
#SBATCH --job-name=<JOB_NAME>
8179
#SBATCH --time=01:00:00 (1)
8280
#SBATCH --nodes=2
8381
#SBATCH --ntasks-per-node=4 (2)
84-
#SBATCH --gpus-per-node=4
8582
#SBATCH --gpus-per-task=1
86-
#SBATCH --gpu-bind=per_task:1
8783
#SBATCH --account=<ACCOUNT> (3)
8884
#SBATCH --uenv=<LAMMPS_UENV>:/user-environment (4)
8985
#SBATCH --view=kokkos (5)

0 commit comments

Comments
 (0)