From d4c19826bac9bf2f98ebc36089471aaa6df5734a Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 19 Jun 2012 19:45:47 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8336 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- lib/README | 4 ---- lib/kim/Makefile.lammps | 9 --------- lib/kim/README | 20 -------------------- lib/molfile/Makefile.lammps | 5 ----- lib/molfile/README | 10 ---------- 5 files changed, 48 deletions(-) delete mode 100644 lib/kim/Makefile.lammps delete mode 100644 lib/kim/README delete mode 100644 lib/molfile/Makefile.lammps delete mode 100644 lib/molfile/README diff --git a/lib/README b/lib/README index 618786fdaa..7d39872839 100644 --- a/lib/README +++ b/lib/README @@ -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 diff --git a/lib/kim/Makefile.lammps b/lib/kim/Makefile.lammps deleted file mode 100644 index 17401f6665..0000000000 --- a/lib/kim/Makefile.lammps +++ /dev/null @@ -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 diff --git a/lib/kim/README b/lib/kim/README deleted file mode 100644 index bc7773883a..0000000000 --- a/lib/kim/README +++ /dev/null @@ -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 - diff --git a/lib/molfile/Makefile.lammps b/lib/molfile/Makefile.lammps deleted file mode 100644 index db9a401810..0000000000 --- a/lib/molfile/Makefile.lammps +++ /dev/null @@ -1,5 +0,0 @@ -# Settings that the LAMMPS build will import when this package library is used - -molfile_SYSINC = -molfile_SYSLIB = -ldl -molfile_SYSPATH = diff --git a/lib/molfile/README b/lib/molfile/README deleted file mode 100644 index 8e04aaade6..0000000000 --- a/lib/molfile/README +++ /dev/null @@ -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 -