git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7870 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2012-03-01 15:12:16 +00:00
parent 551026717f
commit a410531401
4 changed files with 10 additions and 10 deletions

View File

@ -122,7 +122,7 @@ code, you are not building shared versions of these libraries.
suggest you start by configuing LAMMPS without packages installed that suggest you start by configuing LAMMPS without packages installed that
require any libraries besides MPI. See <A HREF = "Section_start.html#start_3">this require any libraries besides MPI. See <A HREF = "Section_start.html#start_3">this
section</A> of the manual for a discussion of 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. REAX packages.
</P> </P>
<P>If you are successfully follow the steps belwo to build the Python <P>If you are successfully follow the steps belwo to build the Python

View File

@ -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 suggest you start by configuing LAMMPS without packages installed that
require any libraries besides MPI. See "this require any libraries besides MPI. See "this
section"_Section_start.html#start_3 of the manual for a discussion of 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. REAX packages.
If you are successfully follow the steps belwo to build the Python If you are successfully follow the steps belwo to build the Python

View File

@ -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 <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. produced, you're done; it's your lucky day.
</P> </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 installed. To build LAMMPS with optional packages, see <A HREF = "#start_3">this
section</A> below. section</A> below.
</P> </P>
@ -362,7 +362,7 @@ your machine, you may not need to set these variables.
</P> </P>
<P><B>Step 8</B> <P><B>Step 8</B>
</P> </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 installed. To build LAMMPS with optional packages, see <A HREF = "#start_3">this
section</A> below, before proceeding to Step 9. section</A> below, before proceeding to Step 9.
</P> </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 <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 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 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. if desired.
</P> </P>
<P>For the OMP package, using this command-line switch also invokes the <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 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 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>
<P>The <A HREF = "suffix.html">suffix</A> command can also set a suffix and it can also <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. turn off/on any suffix setting made via the command line.

View File

@ -125,7 +125,7 @@ will build LAMMPS more quickly.
If you get no errors and an executable like lmp_linux or lmp_mac is If you get no errors and an executable like lmp_linux or lmp_mac is
produced, you're done; it's your lucky day. 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 installed. To build LAMMPS with optional packages, see "this
section"_#start_3 below. section"_#start_3 below.
@ -356,7 +356,7 @@ your machine, you may not need to set these variables.
[Step 8] [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 installed. To build LAMMPS with optional packages, see "this
section"_#start_3 below, before proceeding to Step 9. 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 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 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 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. if desired.
For the OMP package, using this command-line switch also invokes the For the OMP package, using this command-line switch also invokes the
default OMP settings, as if the command "package omp *" were used at 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 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 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. turn off/on any suffix setting made via the command line.