forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8336 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
228e4c4514
commit
d4c19826ba
|
@ -19,12 +19,8 @@ cuda NVIDIA GPU routines, USER-CUDA package
|
|||
from Christian Trott (U Tech Ilmenau)
|
||||
gpu general GPU routines, GPU package
|
||||
from Mike Brown (ORNL)
|
||||
kim interface to link with OpenKIM library needed by KIM package
|
||||
from Valeriu Smirichinski, www.openkim.org
|
||||
linalg set of BLAS and LAPACK routines needed by USER-ATC package
|
||||
from Axel Kohlmeyer (Temple U)
|
||||
molfile interface to link with DL library needed by USER-MOLFILE package
|
||||
from Axel Kohlmeyer (Temple U)
|
||||
poems POEMS rigid-body integration package, POEMS package
|
||||
from Rudranarayan Mukherjee (RPI)
|
||||
meam modified embedded atom method (MEAM) potential, MEAM package
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
# Settings that the LAMMPS build will import when this package library is used
|
||||
|
||||
# Note: this assumes that the KIM_DIR environment variable
|
||||
# has been set to point to the openKIM directory,
|
||||
# which is typically done when building the KIM_API library
|
||||
|
||||
kim_SYSINC = -I${KIM_DIR}/KIM_API
|
||||
kim_SYSLIB = -lkim
|
||||
kim_SYSPATH = -L${KIM_DIR}/KIM_API
|
|
@ -1,20 +0,0 @@
|
|||
This dir contains the hooks to build and link LAMMPS with the OpenKIM
|
||||
library so that a LAMMPS input script can use a KIM potential, via the
|
||||
pair_style kim command.
|
||||
|
||||
You should first download KIM from www.openkim.org. Then build its
|
||||
library API in KIM_API, with the models (potentials) you want to use.
|
||||
You should then have the files:
|
||||
|
||||
openkim/KIM_API/libkim.a
|
||||
openkim/KIM_API/libkim.so
|
||||
|
||||
When you build LAMMPS with its KIM package installed, it will use the
|
||||
3 settings in Makefile.lammps in this directory. Note that they
|
||||
depend on the KIM_DIR environment variable being set, which is
|
||||
typically done when you build the KIM_API library.
|
||||
|
||||
kim_SYSINC = a path to the KIM_API directory that contains *.h files
|
||||
kim_SYSLIB = the KIM library
|
||||
kim_SYSPATH = a path to the KIM library
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# Settings that the LAMMPS build will import when this package library is used
|
||||
|
||||
molfile_SYSINC =
|
||||
molfile_SYSLIB = -ldl
|
||||
molfile_SYSPATH =
|
|
@ -1,10 +0,0 @@
|
|||
This dir contains the hooks to build and link LAMMPS with the VMD
|
||||
molfile plugins, http://www.ks.uiuc.edu/Research/vmd/plugins/molfile.
|
||||
|
||||
When you build LAMMPS with its USER-MOLFILE package installed, it will
|
||||
use the 3 settings in Makefile.lammps in this directory.
|
||||
|
||||
molfile_SYSINC = should not need to be set
|
||||
molfile_SYSLIB = the dl library called by the USER-MOLFILE source files
|
||||
molfile_SYSPATH = a path to the dl library
|
||||
|
Loading…
Reference in New Issue