lammps/lib
Axel Kohlmeyer f254b8e3a3
Merge pull request #1226 from akohlmey/cmake-gpu-enhancements
Enhancements for using CMake with the GPU package, improved compatibility with cmake 3.x versions, improved handling of shared library building.
2018-11-27 16:05:47 -05:00
..
atc update atc/cauchy_born examples with missing files 2018-11-16 23:03:47 -05:00
awpmd convert awpmd header include to c++ style 2018-05-08 00:10:20 -04:00
colvars Update Colvars library to version 2018-11-16 2018-11-16 09:57:07 -05:00
compress git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13908 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-08-19 15:19:08 +00:00
gpu Merge pull request #1226 from akohlmey/cmake-gpu-enhancements 2018-11-27 16:05:47 -05:00
h5md revamp of library builds 2017-08-07 17:13:01 -04:00
kim Update to kim-api-v1.9.5 2018-05-12 10:08:09 -05:00
kokkos Add LAMMPS changes to Kokkos Makefile 2018-11-12 15:30:14 -07:00
latte remove debug output 2018-10-31 00:16:44 -04:00
linalg LAMMPS does not build on windows without this one 2018-06-25 18:13:41 -04:00
meam Apply modifications to MEAM & MEAM/C as found by Kyung-Han Kang 2018-06-15 12:33:38 +02:00
message avoid array overflows and silence compiler warnings from unused parameters 2018-11-21 09:24:10 -05:00
molfile whitespace cleanup in VMD plugin headers 2017-04-18 11:46:19 -04:00
mscg update Install.py to use a specific numbered release version instead of master 2018-06-15 15:16:10 -04:00
netcdf new Section package and start doc pages and build scripts 2017-05-04 11:22:20 -06:00
plumed add code and scripts to support all three plumed linkage modes with fix plumed for conventional build 2018-11-14 21:26:36 -05:00
poems correct indentation 2018-05-08 00:32:49 -04:00
python correct logic bug in else branch of the conditional 2017-04-14 11:57:53 -04:00
qmmm more lib compilation updates 2017-08-08 07:20:33 -04:00
quip update and automate the QUIP configuration so that no environment variables are needed 2017-07-28 16:11:13 -04:00
reax apply bugfix to reaxff taper function as described in issue #828 2018-03-07 09:52:14 -05:00
scafacos more generated files/symlinks to ignore 2018-11-26 18:23:06 -05:00
smd make download function more resilient by also catching failed execution 2017-08-10 21:15:35 -04:00
voronoi new SNAP potentials and examples 2017-09-20 08:54:30 -06:00
vtk add VTK config for recent fedora versions 2018-05-07 07:23:29 -04:00
.gitignore revamp of library builds 2017-08-07 17:13:01 -04:00
Install.py remove attempts to use urllib and use curl for all downloading. restore printing help with no flags. 2017-08-08 17:00:09 -04:00
README new MESSAGE package for client/server/coupling 2018-07-23 15:58:33 -06:00

README

This directory contains libraries that can be linked to when building
LAMMPS, if particular packages are included in the LAMMPS build.

Most of these directories contain code for the library; some contain
a Makefile.lammps file that points to where the library is installed
elsewhere on your system.  

In either case, the library itself must be installed and/or built
first, so that the appropriate library files exist for LAMMPS to link
against.

Each library directory contains a README with additional info about
how to acquire and/or build the library.  This may require you to edit
one of the provided Makefiles to make it suitable for your machine.

The libraries in this directory are the following:

atc           atomistic-to-continuum methods, USER-ATC package
                from Reese Jones, Jeremy Templeton, Jon Zimmerman (Sandia)
awpmd         antisymmetrized wave packet molecular dynamics, AWPMD package
                from Ilya Valuev (JIHT RAS)
colvars	      collective variable module (Metadynamics, ABF and more)
                from Giacomo Fiorin and Jerome Henin (ICMS, Temple U)
compress      hook to system lib for performing I/O compression, COMPRESS pkg
	        from Axel Kohlmeyer (Temple U)
gpu	      general GPU routines, GPU package
	        from Mike Brown (ORNL)
h5md          ch5md library for output of MD data in HDF5 format
                from Pierre de Buyl (KU Leuven)
kim           hooks to the KIM library, used by KIM package
                from Ryan Elliott and Ellad Tadmor (U Minn)
kokkos        Kokkos package for GPU and many-core acceleration
                from Kokkos development team (Sandia)
linalg        set of BLAS and LAPACK routines needed by USER-ATC package
	        from Axel Kohlmeyer (Temple U)
meam	      modified embedded atom method (MEAM) potential, MEAM package
                from Greg Wagner (Sandia)
message       client/server communication library via MPI, sockets, files
	        from Steve Plimpton (Sandia)
molfile       hooks to VMD molfile plugins, used by the USER-MOLFILE package
                from Axel Kohlmeyer (Temple U) and the VMD development team
mscg          hooks to the MSCG library, used by fix_mscg command
                from Jacob Wagner and Greg Voth group (U Chicago)
netcdf        hooks to a NetCDF library installed on your system
                from Lars Pastewka (Karlsruhe Institute of Technology)
poems	      POEMS rigid-body integration package, POEMS package
                from Rudranarayan Mukherjee (RPI)
python        hooks to the system Python library, used by the PYTHON package
                from the LAMMPS development team
qmmm	      quantum mechanics/molecular mechanics coupling interface
                from Axel Kohlmeyer (Temple U)
quip          interface to QUIP/libAtoms framework, USER-QUIP package
                from Albert Bartok-Partay and Gabor Csanyi (U Cambridge)
reax          ReaxFF potential, REAX package
	        from Adri van Duin (Penn State) and Aidan Thompson (Sandia)
smd           hooks to Eigen library, used by USER-SMD package
                from Georg Ganzenmueller (Ernst Mach Institute, Germany)
voronoi       hooks to the Voro++ library, used by compute voronoi/atom command
	        from Daniel Schwen (LANL)
vtk           hooks to the VTK library, used by dump custom/vtk command
                from Richard Berger (JKU)