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

This commit is contained in:
sjplimp
2011-08-18 17:32:05 +00:00
parent 6b0cca4397
commit 84b5b0bef8
7 changed files with 172 additions and 31 deletions

View File

@ -1,3 +1,31 @@
This directory has source files to build a library that LAMMPS
links against when using the REAX package.
When you are done building this library, two files should
exist in this directory:
libreax.a the library LAMMPS will link against
Makefile.lammps settings the LAMMPS Makefile will import
The latter file will have settings like this (can be omitted if blank):
reax_SYSINC =
reax_SYSLIB = -lgfortran
reax_SYSPATH =
SYSINC is for settings needed to compile LAMMPS source files
SYSLIB is for additional system libraries needed by this package
SYSPATH is the path(s) to where those libraries are
You must insure these settings are correct for your system, else
the LAMMPS build will likely fail.
Note that the source files for this library are Fortran. LAMMPS is
built with a C++ compiler/linker. Thus you need to insure the
settings above enable usage of a Fortran library by a C++ program.
-------------------------------------------------------------------------
ReaxFF library
Aidan Thompson, Sandia National Labs