integrate better into manual and traditional build system

This commit is contained in:
Axel Kohlmeyer
2022-04-22 11:38:55 -04:00
parent 3e9f207062
commit da520bf8b7
4 changed files with 14 additions and 1 deletions

View File

@ -124,7 +124,7 @@ OPT.
* :doc:`hbond/dreiding/lj (o) <pair_hbond_dreiding>`
* :doc:`hbond/dreiding/morse (o) <pair_hbond_dreiding>`
* :doc:`hdnnp <pair_hdnnp>`
* :doc:`ilp/graphene/hbn <pair_ilp_graphene_hbn>`
* :doc:`ilp/graphene/hbn (t) <pair_ilp_graphene_hbn>`
* :doc:`ilp/tmd <pair_ilp_tmd>`
* :doc:`kolmogorov/crespi/full <pair_kolmogorov_crespi_full>`
* :doc:`kolmogorov/crespi/z <pair_kolmogorov_crespi_z>`

View File

@ -1,8 +1,11 @@
.. index:: pair_style ilp/graphene/hbn
.. index:: pair_style ilp/graphene/hbn/opt
pair_style ilp/graphene/hbn command
===================================
Accelerator Variant: *ilp/graphene/hbn/opt*
Syntax
""""""
@ -125,6 +128,10 @@ headings) the following commands could be included in an input script:
----------
.. include:: accel_styles.rst
----------
Mixing, shift, table, tail correction, restart, rRESPA info
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

2
src/.gitignore vendored
View File

@ -1091,6 +1091,8 @@
/pair_hdnnp.h
/pair_ilp_graphene_hbn.cpp
/pair_ilp_graphene_hbn.h
/pair_ilp_graphene_hbn_opt.cpp
/pair_ilp_graphene_hbn_opt.h
/pair_ilp_tmd.cpp
/pair_ilp_tmd.h
/pair_kolmogorov_crespi_full.cpp

View File

@ -97,6 +97,10 @@ if (test $1 = "GRANULAR") then
depend OPENMP
fi
if (test $1 = "INTERLAYER") then
depend OPT
fi
if (test $1 = "KSPACE") then
depend CG-SDK
depend CORESHELL