diff --git a/doc/Section_start.html b/doc/Section_start.html index 3ce6ac1502..ac48480c7e 100644 --- a/doc/Section_start.html +++ b/doc/Section_start.html @@ -49,6 +49,26 @@ sub-directories: tools pre- and post-processing tools +

If you download the Windows executable from the download page, +then you just get a single file: +

+
lmp_windows.exe 
+
+

Skip to the Running LAMMPS section, to learn how to launch it +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 +simulations with long-range Coulombics using a +PPPM solver. +

+

The Windows executage also only includes certain packages and +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. +


2.2 Making LAMMPS @@ -616,6 +636,18 @@ cp lmp_linux ../examples/lj cd ../examples/lj mpirun -np 4 lmp_linux < in.lj.nve +

On a Windows machine, when you have downloaded the Windows executable +lmp_windows.exe, you do something different: +

+

The screen output from LAMMPS is described in the next section. As it runs, LAMMPS also writes a log.lammps file with the same information.

diff --git a/doc/Section_start.txt b/doc/Section_start.txt index 16cf7dd0f7..b64d3d4a66 100644 --- a/doc/Section_start.txt +++ b/doc/Section_start.txt @@ -44,6 +44,26 @@ potentials: embedded atom method (EAM) potential files src: source files tools: pre- and post-processing tools :tb(s=:) +If you download the Windows executable from the download page, +then you just get a single file: + +lmp_windows.exe :pre + +Skip to the "Running LAMMPS"_#2_5 section, to learn how to launch it +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 +simulations with long-range Coulombics using a +"PPPM"_kspace_style.html solver. + +The Windows executage also only includes certain packages and +bug-fixes/upgrades listed on "this +page"_http://lammps.sandia.gov/bug.html 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. + :line 2.2 Making LAMMPS :h4,link(2_2) @@ -609,6 +629,18 @@ cp lmp_linux ../examples/lj cd ../examples/lj mpirun -np 4 lmp_linux < in.lj.nve :pre +On a Windows machine, when you have downloaded the Windows executable +lmp_windows.exe, you do something different: + +Get a command prompt by going to Start->Run... , then typing "cmd" +and OK. :ulb,l + +Move to the directory where you have saved lmp_windows.exe +(e.g. by typing: cd "My Documents"). :l + +At the command prompt, type "lmp_windows < in.lj", replacing in.lj +with the name of your LAMMPS input script. :l,ule + The screen output from LAMMPS is described in the next section. As it runs, LAMMPS also writes a log.lammps file with the same information.