66 lines
1.7 KiB
Plaintext
66 lines
1.7 KiB
Plaintext
"Previous Section"_Intro.html - "LAMMPS WWW Site"_lws - "LAMMPS
|
|
Documentation"_ld - "LAMMPS Commands"_lc - "Next Section"_Build.html
|
|
:c
|
|
|
|
:link(lws,http://lammps.sandia.gov)
|
|
:link(ld,Manual.html)
|
|
:link(lc,Commands_all.html)
|
|
|
|
:line
|
|
|
|
Install LAMMPS :h2
|
|
|
|
You can download LAMMPS as an executable or as source code.
|
|
|
|
With source code, you also have to "build LAMMPS"_Build.html. But you
|
|
have more flexibility as to what features to include or exclude in the
|
|
build. If you plan to "modify or extend LAMMPS"_Modify.html, then you
|
|
need the source code.
|
|
|
|
<!-- RST
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
Install_linux
|
|
Install_mac
|
|
Install_windows
|
|
|
|
Install_tarball
|
|
Install_git
|
|
Install_svn
|
|
Install_patch
|
|
|
|
END_RST -->
|
|
|
|
<!-- HTML_ONLY -->
|
|
|
|
"Download an executable for Linux"_Install_linux.html
|
|
"Download an executable for Mac"_Install_mac.html
|
|
"Download an executable for Windows"_Install_windows.html :all(b)
|
|
|
|
"Download source as a tarball"_Install_tarball.html
|
|
"Donwload source via Git"_Install_git.html
|
|
"Donwload source via SVN"_Install_svn.html
|
|
"Install patch files"_Install_patch.html :all(b)
|
|
|
|
<!-- END_HTML_ONLY -->
|
|
|
|
These are the files and sub-directories in the LAMMPS distribution:
|
|
|
|
README: text file
|
|
LICENSE: GNU General Public License (GPL)
|
|
bench: benchmark problems
|
|
cmake: CMake build files
|
|
doc: documentation
|
|
examples: simple test problems
|
|
lib: additional provided or external libraries
|
|
potentials: interatomic potential files
|
|
python: Python wrapper on LAMMPS
|
|
src: source files
|
|
tools: pre- and post-processing tools :tb(s=:,a=l)
|
|
|
|
You will have all of these if you download source. You will only have
|
|
some of them if you download executables, as explained on the pages
|
|
listed above.
|