Difference between revisions of "LAMMPS"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) |
||
Line 5: | Line 5: | ||
|{{#vardefine:app|LAMMPS}} | |{{#vardefine:app|LAMMPS}} | ||
|{{#vardefine:url|http://lammps.sandia.gov}} | |{{#vardefine:url|http://lammps.sandia.gov}} | ||
− | |{{#vardefine:exe| | + | |{{#vardefine:exe|}} <!--Present manual instructions for running the software --> |
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF--> | |{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF--> | ||
|{{#vardefine:pbs|1}} <!--Enable PBS script wiki page link--> | |{{#vardefine:pbs|1}} <!--Enable PBS script wiki page link--> | ||
Line 46: | Line 46: | ||
<!--Additional--> | <!--Additional--> | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | |||
− | |||
|}} | |}} | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Revision as of 14:15, 30 June 2017
Description
LAMMPS , Large-scale Atomic/Molecular Massively Parallel Simulator, is a molecular dynamic simulator that models an ensemble of particles in liquid, solid, or gaseous state. It is a open source software, written in C++ and developed at Sandia laboratory. It can be used to model atomic, polymeric, biological, metallic, granular, and coarse-grained systems using various force fields and boundary conditions.
Required Modules
Serial
- intel/2016.0.109
- lammps
Parallel (MPI)
- intel/2016.0.109
- openmpi
- lammps
GPU (MPI)
- intel/2016.0.109
- openmpi
- cuda/8.0
- lammps/30Jul16-cuda
$ module load intel/2016.0.109 openmpi cuda/8.0 lammps/30Jul16-cuda
System Variables
- HPC_{{#uppercase:LAMMPS}}_DIR - installation directory
- HPC_LAMMPS_BIN - executable directory
- HPC_LAMMPS_LIB - library directory
Job Script Examples
See the LAMMPS_Job_Scripts page for LAMMPS job script examples.