Unverified Commit bf3e7237 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

replace dir with directory where appropriate

parent c1449184
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,4 +242,4 @@ Type "make package-overwrite" to overwrite files in the package
sub-directories with src files.

Type "make package-diff" to list all differences between pairs of
files in both the src dir and a package dir.
files in both the source directory and the package directory.
+1 −1
Original line number Diff line number Diff line
@@ -307,7 +307,7 @@ As with CMake, you do not need to set JPG\_INC or JPG\_PATH, if make can
find the graphics header and library files.  You must specify JPG\_LIB
with a list of graphics libraries to include in the link.  You must
insure ffmpeg is in a directory where LAMMPS can find it at runtime,
i.e. a dir in your PATH environment variable.
that is a directory in your PATH environment variable.

**CMake and make info**\ :

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ These doc pages describe how to perform various tasks with LAMMPS,
both for users and developers.  The
`glossary <http://lammps.sandia.gov>`_ website page also lists MD
terminology with links to corresponding LAMMPS manual pages.  The
example input scripts included in the examples dir of the LAMMPS
example input scripts included in the examples directory of the LAMMPS
distribution and highlighted on the :doc:`Examples <Examples>` doc page
also show how to setup and run various kinds of simulations.

+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ client or server code:
* examples/COUPLE/lammps\_nwchem
* examples/COUPLE/lammps\_vasp

The examples/message dir couples a client instance of LAMMPS to a
The examples/message directory couples a client instance of LAMMPS to a
server instance of LAMMPS.

The files in the *lammps\_mc* folder show how to couple LAMMPS as
+10 −11
Original line number Diff line number Diff line
Download source via Git
=======================
Download the LAMMPS source with Git
===================================

All LAMMPS development is coordinated through the "LAMMPS GitHub
site".  If you clone the LAMMPS repository onto your local machine, it
@@ -16,13 +16,12 @@ the public Git server for LAMMPS.

.. warning::

   As of Oct 2016, the official home of public LAMMPS
   development is on GitHub.  The previously advertised LAMMPS git
   repositories on git.lammps.org and bitbucket.org are now deprecated,
   may not be up-to-date, and may go away at any time.

.. _git: http://git-scm.com
   As of October 2016, the official home of public LAMMPS development is
   on GitHub.  The previously advertised LAMMPS git repositories on
   git.lammps.org and bitbucket.org are now deprecated, may not be
   up-to-date, and may go away at any time.

.. _git: https://git-scm.com


You can follow LAMMPS development on 3 different Git branches:
@@ -107,15 +106,15 @@ after a patch has been installed.
   If you wish to edit/change a src file that is from a
   package, you should edit the version of the file inside the package
   sub-directory with src, then re-install the package.  The version in
   the src dir is merely a copy and will be wiped out if you type "make
   the source directory is merely a copy and will be wiped out if you type "make
   package-update".

.. warning::

   The GitHub servers support both the "git://" and
   "https://" access protocols for anonymous read-only access.  If you
   have a correspondingly configured GitHub account, you may also use SSH
   with "git@github.com:/lammps/lammps.git".
   have a correspondingly configured GitHub account, you may also use
   passwordless SSH access with the URL "git@github.com:lammps/lammps.git".

The LAMMPS GitHub project is managed by Christoph Junghans (LANL,
junghans at lanl.gov), Axel Kohlmeyer (Temple U, akohlmey at
Loading