forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6394 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
dcb00910dc
commit
2f0a48e3d1
|
@ -49,20 +49,21 @@ sub-directories:
|
||||||
<TR><TD >tools</TD><TD > pre- and post-processing tools
|
<TR><TD >tools</TD><TD > pre- and post-processing tools
|
||||||
</TD></TR></TABLE></DIV>
|
</TD></TR></TABLE></DIV>
|
||||||
|
|
||||||
<P>If you download the Windows executable from the download page,
|
<P>If you download one of the Windows executables from the download page,
|
||||||
then you just get a single file:
|
then you just get a single file:
|
||||||
</P>
|
</P>
|
||||||
<PRE>lmp_windows.exe
|
<PRE>lmp_windows.exe
|
||||||
</PRE>
|
</PRE>
|
||||||
<P>Skip to the <A HREF = "#2_5">Running LAMMPS</A> section, to learn how to launch this
|
<P>Skip to the <A HREF = "#2_5">Running LAMMPS</A> sections for info on how to launch
|
||||||
executable on a Windows box.
|
these executables on a Windows box.
|
||||||
</P>
|
</P>
|
||||||
<P>The Windows executable also only includes certain packages and
|
<P>The Windows executables for serial or parallel only include certain
|
||||||
bug-fixes/upgrades listed on <A HREF = "http://lammps.sandia.gov/bug.html">this
|
packages and bug-fixes/upgrades listed on <A HREF = "http://lammps.sandia.gov/bug.html">this
|
||||||
page</A> up to a certain date, as
|
page</A> up to a certain date, as
|
||||||
stated on the download page. If you want something with more packages
|
stated on the download page. If you want something with more packages
|
||||||
or that is more current, you'll have to download the source tarball
|
or that is more current, you'll have to download the source tarball
|
||||||
and build it yourself, as described in the next section.
|
and build it yourself from source code using Microsoft Visual Studio,
|
||||||
|
as described in the next section.
|
||||||
</P>
|
</P>
|
||||||
<HR>
|
<HR>
|
||||||
|
|
||||||
|
@ -344,19 +345,31 @@ particular machine.
|
||||||
</P>
|
</P>
|
||||||
<P>(4) Building for MicroSoft Windows.
|
<P>(4) Building for MicroSoft Windows.
|
||||||
</P>
|
</P>
|
||||||
<P>The LAMMPS download page has an option to download a pre-built Windows
|
<P>The LAMMPS download page has an option to download both a serial and
|
||||||
exeutable. See below for instructions for running this executable on
|
parallel pre-built Windows exeutable. See the <A HREF = "#2_5">Running LAMMPS</A>
|
||||||
a Windows box.
|
section for instructions for running these executables on a Windows
|
||||||
|
box.
|
||||||
</P>
|
</P>
|
||||||
<P>If the pre-built executable doesn't have the options you want, then
|
<P>If the pre-built executable doesn't have the options you want, then
|
||||||
you should be able to build LAMMPS from source files on a Windows box.
|
you can build LAMMPS from its source files on a Windows box. One way
|
||||||
I've never done this, but LAMMPS is just standard C++ with MPI and FFT
|
to do this is install and use cygwin to build LAMMPS with a standard
|
||||||
calls. You can use cygwin to build LAMMPS with a Unix make; see
|
Linus make, just as you would on any Linux box; see
|
||||||
Makefile.cygwin. Or you should be able to pull all the source files
|
src/MAKE/Makefile.cygwin.
|
||||||
into Visual C++ (ugh) or some similar development environment and
|
</P>
|
||||||
build it. In the src/MAKE/Windows directory are some notes from users
|
<P>There is a also a src/WINDOWS directory that contains project files
|
||||||
on how they built LAMMPS under Windows, so you can look at their
|
for Microsoft Visual Studio 2005, which should also work with later
|
||||||
instructions for tips. Good luck - we can't help you on this one.
|
versions of VS. That directory contains a README.txt file which
|
||||||
|
provides instructions for building LAMMPS from source code using
|
||||||
|
Visual Studio that are hopefully easy to follow for Windows and VS
|
||||||
|
users.
|
||||||
|
</P>
|
||||||
|
<P>Four VS project options are provided. The first includes the default
|
||||||
|
packages (MANYBODY, MOLECULE, and KSPACE). The second includes all
|
||||||
|
standard packages (except GPU, MEAM, and REAX which are not yet
|
||||||
|
included because they require NVIDIA or Fortran compilation). The
|
||||||
|
third includes all standard packages (with the exceptions) and some
|
||||||
|
user packages. The included user packages are USER-EFF, USER-CG-CMM,
|
||||||
|
and USER-REAXC. The fourth project includes the USER-AWPMD package.
|
||||||
</P>
|
</P>
|
||||||
<P>(5) Changing the size limits in src/lmptype.h
|
<P>(5) Changing the size limits in src/lmptype.h
|
||||||
</P>
|
</P>
|
||||||
|
|
|
@ -44,20 +44,21 @@ potentials: embedded atom method (EAM) potential files
|
||||||
src: source files
|
src: source files
|
||||||
tools: pre- and post-processing tools :tb(s=:)
|
tools: pre- and post-processing tools :tb(s=:)
|
||||||
|
|
||||||
If you download the Windows executable from the download page,
|
If you download one of the Windows executables from the download page,
|
||||||
then you just get a single file:
|
then you just get a single file:
|
||||||
|
|
||||||
lmp_windows.exe :pre
|
lmp_windows.exe :pre
|
||||||
|
|
||||||
Skip to the "Running LAMMPS"_#2_5 section, to learn how to launch this
|
Skip to the "Running LAMMPS"_#2_5 sections for info on how to launch
|
||||||
executable on a Windows box.
|
these executables on a Windows box.
|
||||||
|
|
||||||
The Windows executable also only includes certain packages and
|
The Windows executables for serial or parallel only include certain
|
||||||
bug-fixes/upgrades listed on "this
|
packages and bug-fixes/upgrades listed on "this
|
||||||
page"_http://lammps.sandia.gov/bug.html up to a certain date, as
|
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
|
stated on the download page. If you want something with more packages
|
||||||
or that is more current, you'll have to download the source tarball
|
or that is more current, you'll have to download the source tarball
|
||||||
and build it yourself, as described in the next section.
|
and build it yourself from source code using Microsoft Visual Studio,
|
||||||
|
as described in the next section.
|
||||||
|
|
||||||
:line
|
:line
|
||||||
|
|
||||||
|
@ -339,19 +340,31 @@ OS X is BSD Unix, so it should just work. See the Makefile.mac file.
|
||||||
|
|
||||||
(4) Building for MicroSoft Windows.
|
(4) Building for MicroSoft Windows.
|
||||||
|
|
||||||
The LAMMPS download page has an option to download a pre-built Windows
|
The LAMMPS download page has an option to download both a serial and
|
||||||
exeutable. See below for instructions for running this executable on
|
parallel pre-built Windows exeutable. See the "Running LAMMPS"_#2_5
|
||||||
a Windows box.
|
section for instructions for running these executables on a Windows
|
||||||
|
box.
|
||||||
|
|
||||||
If the pre-built executable doesn't have the options you want, then
|
If the pre-built executable doesn't have the options you want, then
|
||||||
you should be able to build LAMMPS from source files on a Windows box.
|
you can build LAMMPS from its source files on a Windows box. One way
|
||||||
I've never done this, but LAMMPS is just standard C++ with MPI and FFT
|
to do this is install and use cygwin to build LAMMPS with a standard
|
||||||
calls. You can use cygwin to build LAMMPS with a Unix make; see
|
Linus make, just as you would on any Linux box; see
|
||||||
Makefile.cygwin. Or you should be able to pull all the source files
|
src/MAKE/Makefile.cygwin.
|
||||||
into Visual C++ (ugh) or some similar development environment and
|
|
||||||
build it. In the src/MAKE/Windows directory are some notes from users
|
There is a also a src/WINDOWS directory that contains project files
|
||||||
on how they built LAMMPS under Windows, so you can look at their
|
for Microsoft Visual Studio 2005, which should also work with later
|
||||||
instructions for tips. Good luck - we can't help you on this one.
|
versions of VS. That directory contains a README.txt file which
|
||||||
|
provides instructions for building LAMMPS from source code using
|
||||||
|
Visual Studio that are hopefully easy to follow for Windows and VS
|
||||||
|
users.
|
||||||
|
|
||||||
|
Four VS project options are provided. The first includes the default
|
||||||
|
packages (MANYBODY, MOLECULE, and KSPACE). The second includes all
|
||||||
|
standard packages (except GPU, MEAM, and REAX which are not yet
|
||||||
|
included because they require NVIDIA or Fortran compilation). The
|
||||||
|
third includes all standard packages (with the exceptions) and some
|
||||||
|
user packages. The included user packages are USER-EFF, USER-CG-CMM,
|
||||||
|
and USER-REAXC. The fourth project includes the USER-AWPMD package.
|
||||||
|
|
||||||
(5) Changing the size limits in src/lmptype.h
|
(5) Changing the size limits in src/lmptype.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue