diff --git a/doc/src/Packages_details.rst b/doc/src/Packages_details.rst index e858593c4c..301e6bfd4a 100644 --- a/doc/src/Packages_details.rst +++ b/doc/src/Packages_details.rst @@ -50,6 +50,7 @@ page gives those details. * :ref:`MSCG ` * :ref:`OPT ` * :ref:`PERI ` + * :ref:`PLUGIN ` * :ref:`POEMS ` * :ref:`PYTHON ` * :ref:`QEQ ` @@ -843,6 +844,28 @@ Foster (UTSA). ---------- +.. _PKG-PLUGIN: + +PLUGIN package +-------------- + +**Contents:** + +A :doc:`plugin ` command that can load and unload several +kind of styles in LAMMPS from shared object files at runtime without +having to recompile and relink LAMMPS. + +**Authors:** Axel Kohlmeyer (Temple U) + +**Supporting info:** + +* src/PLUGIN: filenames -> commands +* :doc:`plugin command ` +* :doc:`Information on writing plugins ` +* examples/plugin + +---------- + .. _PKG-POEMS: POEMS package diff --git a/doc/src/plugin.rst b/doc/src/plugin.rst index e8a5f67e3c..48638bf97a 100644 --- a/doc/src/plugin.rst +++ b/doc/src/plugin.rst @@ -60,7 +60,10 @@ The *clear* command will unload all currently loaded plugins. Restrictions """""""""""" -Plugins are not available on Windows. +The *plugin* command is part of the PLUGIN package. It is +only enabled if LAMMPS was built with that package. +See the :doc:`Build package ` doc page for +more info. Plugins are not available on Windows. For the loading of plugins to work the LAMMPS library must be :ref:`compiled as a shared library `. If plugins