diff -Naur lammps-25Oct09/doc/Section_start.html lammps-29Oct09/doc/Section_start.html --- lammps-25Oct09/doc/Section_start.html 2009-10-26 17:21:50.000000000 -0600 +++ lammps-29Oct09/doc/Section_start.html 2009-10-29 15:37:40.000000000 -0600 @@ -54,8 +54,8 @@

lmp_windows.exe 
 
-

Skip to the Running LAMMPS section, to learn how to launch it -on a Windows box. +

Skip to the Running LAMMPS section, to learn how to launch this +executable on a Windows box.

Note that this executable does not include an MPI or FFT library, so it can only be run on a single processor and it cannot perform @@ -66,8 +66,8 @@ bug-fixes/upgrades listed on this page up to a certain date, as stated on the download page. If you want something with more packages -or more current, you'll have to download the source tarball and build -it yourself, as described in the next section. +or that is more current, you'll have to download the source tarball +and build it yourself, as described in the next section.


@@ -77,7 +77,7 @@

@@ -100,9 +100,9 @@ please send an email to the developers.

-

If you succeed in building LAMMPS on a new kind of machine (which -there isn't a similar Makefile for in the distribution), send it to -the developers and we'll include it in future LAMMPS releases. +

If you succeed in building LAMMPS on a new kind of machine, for which +there isn't a similar Makefile for in the src/MAKE directory, send it +to the developers and we'll include it in future LAMMPS releases.


@@ -120,14 +120,14 @@

Note that on a multi-processor or multi-core platform you can launch a parallel make, by using the "-j" switch with the make command, which -will typically build LAMMPS more quickly. +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.


-Errors that can occur when making LAMMPS: +Common errors that can occur when making LAMMPS:

(1) If the make command breaks immediately with errors that indicate it can't find files with a "*" in their names, this can be because @@ -146,14 +146,14 @@

(2) Other errors typically occur because the low-level Makefile isn't setup correctly for your machine. If your platform is named "foo", -you need to create a Makefile.foo in the MAKE sub-directory. Use +you will need to create a Makefile.foo in the MAKE sub-directory. Use whatever existing file is closest to your platform as a starting point. See the next section for more instructions.

(3) If you get a link-time error about missing libraries or missing dependencies, then it can be because:

-