forked from lijiext/lammps
add some comments to updated all-on / all-off presets
This commit is contained in:
parent
719a74a02f
commit
2fc7395c14
|
@ -1,3 +1,6 @@
|
|||
# preset that turns on all existing packages off. can be used to reset
|
||||
# an existing package selection without losing any other settings
|
||||
|
||||
set(STANDARD_PACKAGES ASPHERE BODY CLASS2 COLLOID COMPRESS CORESHELL DIPOLE GPU
|
||||
GRANULAR KIM KOKKOS KSPACE LATTE MANYBODY MC MEAM MISC
|
||||
MOLECULE MPIIO MSCG OPT PERI POEMS
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# preset that turns on all existing packages. using the combination
|
||||
# this preset with the nolib.cmake preset should configure a LAMMPS
|
||||
# binary, that can be compiled with just a working C++ compiler.
|
||||
|
||||
set(STANDARD_PACKAGES ASPHERE BODY CLASS2 COLLOID COMPRESS CORESHELL DIPOLE GPU
|
||||
GRANULAR KIM KOKKOS KSPACE LATTE MANYBODY MC MEAM MISC
|
||||
MOLECULE MPIIO MSCG OPT PERI POEMS
|
||||
|
|
Loading…
Reference in New Issue