apply special treatment for fix colvars/kk as suggested by @stanmoore1

This commit is contained in:
Axel Kohlmeyer
2024-11-16 11:14:18 -05:00
parent b3f88da939
commit f7b87a21c7
3 changed files with 12 additions and 6 deletions

View File

@ -44,7 +44,7 @@ OPT.
* :doc:`brownian/sphere <fix_brownian>`
* :doc:`charge/regulation <fix_charge_regulation>`
* :doc:`cmap (k) <fix_cmap>`
* :doc:`colvars (k) <fix_colvars>`
* :doc:`colvars <fix_colvars>`
* :doc:`controller <fix_controller>`
* :doc:`damping/cundall <fix_damping_cundall>`
* :doc:`deform (k) <fix_deform>`

View File

@ -123,7 +123,12 @@ that will be used in the colvars module.
----------
.. include:: accel_styles.rst
.. note::
Fix colvars/kk is not really ported to KOKKOS, since the colvars
library has not been ported to KOKKOS. It merely has some
optimizations to reduce the data transfers between host and device
for KOKKOS with GPUs.
----------