mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7870 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
551026717f
commit
a410531401
|
@ -122,7 +122,7 @@ code, you are not building shared versions of these libraries.
|
|||
suggest you start by configuing LAMMPS without packages installed that
|
||||
require any libraries besides MPI. See <A HREF = "Section_start.html#start_3">this
|
||||
section</A> of the manual for a discussion of
|
||||
LAMMPS pacakges. E.g. do not use the KSPACE, GPU, MEAM, POEMS, or
|
||||
LAMMPS packages. E.g. do not use the KSPACE, GPU, MEAM, POEMS, or
|
||||
REAX packages.
|
||||
</P>
|
||||
<P>If you are successfully follow the steps belwo to build the Python
|
||||
|
|
|
@ -119,7 +119,7 @@ The discussion below describes how to create a shared MPI library. I
|
|||
suggest you start by configuing LAMMPS without packages installed that
|
||||
require any libraries besides MPI. See "this
|
||||
section"_Section_start.html#start_3 of the manual for a discussion of
|
||||
LAMMPS pacakges. E.g. do not use the KSPACE, GPU, MEAM, POEMS, or
|
||||
LAMMPS packages. E.g. do not use the KSPACE, GPU, MEAM, POEMS, or
|
||||
REAX packages.
|
||||
|
||||
If you are successfully follow the steps belwo to build the Python
|
||||
|
|
|
@ -131,7 +131,7 @@ will build LAMMPS more quickly.
|
|||
<P>If you get no errors and an executable like lmp_linux or lmp_mac is
|
||||
produced, you're done; it's your lucky day.
|
||||
</P>
|
||||
<P>Note that by default only a few of LAMMPS optional pacakges are
|
||||
<P>Note that by default only a few of LAMMPS optional packages are
|
||||
installed. To build LAMMPS with optional packages, see <A HREF = "#start_3">this
|
||||
section</A> below.
|
||||
</P>
|
||||
|
@ -362,7 +362,7 @@ your machine, you may not need to set these variables.
|
|||
</P>
|
||||
<P><B>Step 8</B>
|
||||
</P>
|
||||
<P>Note that by default only a few of LAMMPS optional pacakges are
|
||||
<P>Note that by default only a few of LAMMPS optional packages are
|
||||
installed. To build LAMMPS with optional packages, see <A HREF = "#start_3">this
|
||||
section</A> below, before proceeding to Step 9.
|
||||
</P>
|
||||
|
@ -1143,13 +1143,13 @@ version does not exist, the standard version is created.
|
|||
<P>For the GPU package, using this command-line switch also invokes the
|
||||
default GPU settings, as if the command "package gpu force/neigh 0 0
|
||||
1" were used at the top of your input script. These settings can be
|
||||
changed by using the <A HREF = "pacakge.html">package gpu</A> command in your script
|
||||
changed by using the <A HREF = "package.html">package gpu</A> command in your script
|
||||
if desired.
|
||||
</P>
|
||||
<P>For the OMP package, using this command-line switch also invokes the
|
||||
default OMP settings, as if the command "package omp *" were used at
|
||||
the top of your input script. These settings can be changed by using
|
||||
the <A HREF = "pacakge.html">package omp</A> command in your script if desired.
|
||||
the <A HREF = "package.html">package omp</A> command in your script if desired.
|
||||
</P>
|
||||
<P>The <A HREF = "suffix.html">suffix</A> command can also set a suffix and it can also
|
||||
turn off/on any suffix setting made via the command line.
|
||||
|
|
|
@ -125,7 +125,7 @@ will build LAMMPS more quickly.
|
|||
If you get no errors and an executable like lmp_linux or lmp_mac is
|
||||
produced, you're done; it's your lucky day.
|
||||
|
||||
Note that by default only a few of LAMMPS optional pacakges are
|
||||
Note that by default only a few of LAMMPS optional packages are
|
||||
installed. To build LAMMPS with optional packages, see "this
|
||||
section"_#start_3 below.
|
||||
|
||||
|
@ -356,7 +356,7 @@ your machine, you may not need to set these variables.
|
|||
|
||||
[Step 8]
|
||||
|
||||
Note that by default only a few of LAMMPS optional pacakges are
|
||||
Note that by default only a few of LAMMPS optional packages are
|
||||
installed. To build LAMMPS with optional packages, see "this
|
||||
section"_#start_3 below, before proceeding to Step 9.
|
||||
|
||||
|
@ -1134,13 +1134,13 @@ version does not exist, the standard version is created.
|
|||
For the GPU package, using this command-line switch also invokes the
|
||||
default GPU settings, as if the command "package gpu force/neigh 0 0
|
||||
1" were used at the top of your input script. These settings can be
|
||||
changed by using the "package gpu"_pacakge.html command in your script
|
||||
changed by using the "package gpu"_package.html command in your script
|
||||
if desired.
|
||||
|
||||
For the OMP package, using this command-line switch also invokes the
|
||||
default OMP settings, as if the command "package omp *" were used at
|
||||
the top of your input script. These settings can be changed by using
|
||||
the "package omp"_pacakge.html command in your script if desired.
|
||||
the "package omp"_package.html command in your script if desired.
|
||||
|
||||
The "suffix"_suffix.html command can also set a suffix and it can also
|
||||
turn off/on any suffix setting made via the command line.
|
||||
|
|
Loading…
Reference in New Issue