Hi everyone,
I am running an MD simulation in LAMMPS for a polymer system consisting of approximately 20,000 atoms and the OPLS-AA force field. However, the performance seems quite slow — I’m currently achieving only about 4 ns/day.
Here are the job submission details:
#SBATCH -n 10
#SBATCH --gres=gpu:1
#SBATCH --mem-per-cpu=2048
I’m using this command to run the simulation:
lmp -sf gpu -in run.in.nvt
I would really appreciate any input on the following:
- what is the expected time simulations per day?
- Any suggestions for improving the performace?
- Best practices for running lammps simulations on GPU.
Thanks in Advance.