Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

LAMMPS is a classical molecular dynamics code that models an ensemble of particles in a liquid, solid, or gaseous state. It can model atomic, polymeric, biological, metallic, granular, and coarse-grained systems using a variety of force fields and boundary conditions.

Usage

Versionmodulenotes
3Mar20lammps/20200303
3Mar20lammps/20200303-anj6modified potential for ANJ6 group
29Oct20lammps/20201029
10Mar21lammps/20210310

10Mar21lammps/20210310-cuda-11.6.0
gpu enabled
19May17lammps/19may17-qmdff
use with QMDFF 

Required modules

  1. CPU versionintel/20.0.3
  2. mvapich2/2.3.4 OR mpich/3.3.2
  3. For GPU version
      intel/19.0.3
    1. cuda/1011.2.89
    2. mvapich2/2.3.4 OR mpich/3.3.2
    3. 6.0


Code Block
languagebash
 srun $(which lmp) -in <input file> -log <output file> -sc none -sf gpu -pk gpu <# of gpus>

...