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

This commit is contained in:
sjplimp
2012-06-19 20:17:00 +00:00
parent 0241b5ce29
commit d2882ddaa6
2 changed files with 42 additions and 12 deletions

View File

@ -640,10 +640,9 @@ in this manner:
</P>
<PRE>make -f Makefile.g++
</PRE>
<P>in the appropriate directory, e.g. in lib/reax. Some of the libraries
do not build this way. Some of the directories do not even have
source code for the library, since you are expected to download and
build it separately. Again, see the libary README file for details.
<P>in the appropriate directory, e.g. in lib/reax. However, some of the
libraries do not build this way. Again, see the libary README file
for details.
</P>
<P>If you are building the library, you will need to use a Makefile that
is a match for your system. If one of the provided Makefiles is not
@ -687,8 +686,24 @@ LAPACK library. It can then be included in the
lib/atc/Makefile.lammps file as part of the SYSPATH and SYSLIB lines
so that LAMMPS will build properly with the USER-ATC package.
</P>
<P>Note that if these settings are not correct for your box, the LAMMPS
build will likely fail.
<P>Note that if the Makefile.lammps settings are not correct for your
box, the LAMMPS build will likely fail.
</P>
<P>There are also a few packages, like KIM and USER-MOLFILE, that use
additional auxiliary libraries which are not provided with LAMMPS. In
these cases, there is no corresponding sub-directory under the lib
directory. You are expected to download and install these libraries
yourself before building LAMMPS with the package installed, if they
are not already on your system.
</P>
<P>However there is still a Makefile.lammps file with settings used when
building LAMMPS with the package installed, as in (2) above. Is is
found in the package directory itself, e.g. src/KIM/Makefile.lammps.
This file contains the same 3 settings described above for SYSINC,
SYSPATH, and SYSLIB. The Makefile.lammps file contains instructions
on how to specify these settings for your system. You need to specify
the settings before building LAMMPS with one of those packages
installed, else the LAMMPS build will likely fail.
</P>
<HR>