LAMMPS
LAMMPS is a large scale classical molecular dynamics code, and stands for Large-scale Atomic/Molecular Massively Parallel Simulator. LAMMPS has potentials for soft materials (biomolecules, polymers), solid-state materials (metals, semiconductors) and coarse-grained or mesoscopic systems. It can be used to model atoms or, more generically, as a parallel particle simulator at the atomic, meso, or continuum scale.
Availability¶
| Software | Version | Dependent Toolchain | Module Load Command |
|---|---|---|---|
| LAMMPS | 29Aug2024_update2-kokkos | foss/2024a | module load foss/2024a LAMMPS/29Aug2024_update2-kokkos |
| LAMMPS | 29Aug2024_update2-kokkos-CUDA-12.6.0 | foss/2024a | module load foss/2024a LAMMPS/29Aug2024_update2-kokkos-CUDA-12.6.0 |
| LAMMPS | 2Aug2023_update2-kokkos-CUDA-12.6.0 | foss/2024a | module load foss/2024a LAMMPS/2Aug2023_update2-kokkos-CUDA-12.6.0 |
Note
To know the deatils about dependent toolchain please go to Toolchains
Application Information, Documentation and Support¶
The official LAMMPS is available at LAMMPS Online Manual. LAMMPS has a large user base and a good user support. Question related to using LAMMPS can be posted to the LAMMPS User forum. Archived user mailing list are also useful to resolve some of the common user issues.
Tip
If after checking the above forum, if you believe that there is an issue with the module, please file a ticket with Service Now
Using LAMMPS¶
Sample Batch Script to Run LAMMPS
Then submit the job script using the sbatch command, e.g., assuming the job script name is test_lammps.slurm:
Building LAMMPS from source¶
Some users may be interested in building LAMMPS from source to enable more specific LAMMPS packages. The source files for LAMMPS can be downloaded as either a tar file or from the LAMMPS Github repository.
Building on Cluster
The following procedure was used to build LAMMPS on Wulver. In the terminal:
Related Applications¶
User Contributed Information¶
Please help us improve this page
Users are invited to contribute helpful information and corrections through our Github repository.