diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index fe5045fa15..bbb501f61b 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -143,7 +143,7 @@ set(STANDARD_PACKAGES ASPHERE BODY CLASS2 COLLOID COMPRESS DIPOLE PLUGIN QEQ REPLICA RIGID SHOCK SPIN ML-SNAP SRD KIM PYTHON MSCG MPIIO VORONOI USER-ADIOS USER-ATC USER-AWPMD USER-BOCS CG-DNA USER-MESODPD CG-SDK USER-COLVARS USER-DIELECTRIC USER-DIFFRACTION USER-DPD USER-DRUDE USER-EFF USER-FEP - USER-H5MD ML-HDNNP USER-LB USER-MANIFOLD USER-MDI MEAM USER-MESONT USER-MGPT + USER-H5MD ML-HDNNP LATBOLTZ USER-MANIFOLD USER-MDI MEAM USER-MESONT USER-MGPT USER-MISC USER-MOFFF USER-MOLFILE USER-NETCDF USER-PHONON USER-PLUMED USER-PTM USER-QTB ML-RANN USER-REACTION USER-REAXC USER-SCAFACOS USER-SDPD USER-SMD USER-SMTBQ USER-SPH USER-TALLY USER-UEF USER-VTK ML-QUIP USER-QMMM USER-YAFF ML-PACE USER-BROWNIAN) @@ -232,7 +232,7 @@ endif() pkg_depends(ML-IAP ML-SNAP) pkg_depends(MPIIO MPI) pkg_depends(USER-ATC MANYBODY) -pkg_depends(USER-LB MPI) +pkg_depends(LATBOLTZ MPI) pkg_depends(USER-PHONON KSPACE) pkg_depends(USER-SCAFACOS MPI) pkg_depends(USER-DIELECTRIC KSPACE) diff --git a/cmake/presets/all_off.cmake b/cmake/presets/all_off.cmake index e5f5afcd67..aec190db1f 100644 --- a/cmake/presets/all_off.cmake +++ b/cmake/presets/all_off.cmake @@ -7,7 +7,7 @@ set(ALL_PACKAGES ASPHERE BODY CLASS2 COLLOID COMPRESS CORESHELL DIPOLE GPU SRD VORONOI USER-ADIOS USER-ATC USER-AWPMD USER-BROWNIAN USER-BOCS CG-DNA CG-SDK USER-COLVARS USER-DIFFRACTION USER-DPD USER-DRUDE USER-EFF USER-FEP USER-H5MD - ML-HDNNP USER-INTEL USER-LB USER-MANIFOLD USER-MDI MEAM USER-MESODPD + ML-HDNNP USER-INTEL LATBOLTZ USER-MANIFOLD USER-MDI MEAM USER-MESODPD USER-MESONT USER-MGPT USER-MISC USER-MOFFF USER-MOLFILE USER-NETCDF USER-OMP ML-PACE USER-PHONON USER-PLUMED USER-PTM USER-QMMM USER-QTB ML-QUIP ML-RANN USER-REACTION USER-REAXC USER-SCAFACOS USER-SDPD USER-SMD USER-SMTBQ USER-SPH diff --git a/cmake/presets/all_on.cmake b/cmake/presets/all_on.cmake index 575c2b1575..25f3bdde27 100644 --- a/cmake/presets/all_on.cmake +++ b/cmake/presets/all_on.cmake @@ -9,7 +9,7 @@ set(ALL_PACKAGES ASPHERE BODY CLASS2 COLLOID COMPRESS CORESHELL DIPOLE GPU SRD VORONOI USER-ADIOS USER-ATC USER-AWPMD USER-BROWNIAN USER-BOCS CG-DNA CG-SDK USER-COLVARS USER-DIFFRACTION USER-DPD USER-DRUDE USER-EFF USER-FEP USER-H5MD - ML-HDNNP USER-INTEL USER-LB USER-MANIFOLD USER-MDI MEAM USER-MESODPD + ML-HDNNP USER-INTEL LATBOLTZ USER-MANIFOLD USER-MDI MEAM USER-MESODPD USER-MESONT USER-MGPT USER-MISC USER-MOFFF USER-MOLFILE USER-NETCDF USER-OMP ML-PACE USER-PHONON USER-PLUMED USER-PTM USER-QMMM USER-QTB ML-QUIP ML-RANN USER-REACTION USER-REAXC USER-SCAFACOS USER-SDPD USER-SMD USER-SMTBQ USER-SPH diff --git a/cmake/presets/mingw-cross.cmake b/cmake/presets/mingw-cross.cmake index 284ab265de..a5ee3c7bf8 100644 --- a/cmake/presets/mingw-cross.cmake +++ b/cmake/presets/mingw-cross.cmake @@ -16,7 +16,7 @@ endforeach() # these two packages require a full MPI implementation if(BUILD_MPI) set(PKG_MPIIO ON CACHE BOOL "" FORCE) - set(PKG_USER-LB ON CACHE BOOL "" FORCE) + set(PKG_LATBOLTZ ON CACHE BOOL "" FORCE) endif() set(DOWNLOAD_VORO ON CACHE BOOL "" FORCE) diff --git a/cmake/presets/nolib.cmake b/cmake/presets/nolib.cmake index 9dc6e01fb3..9a45e47fa2 100644 --- a/cmake/presets/nolib.cmake +++ b/cmake/presets/nolib.cmake @@ -3,7 +3,7 @@ set(PACKAGES_WITH_LIB COMPRESS GPU KIM KOKKOS LATTE MESSAGE MPIIO MSCG PYTHON VORONOI - USER-ADIOS USER-ATC USER-AWPMD USER-H5MD ML-HDNNP USER-LB USER-MOLFILE + USER-ADIOS USER-ATC USER-AWPMD USER-H5MD ML-HDNNP LATBOLTZ USER-MOLFILE USER-MESONT USER-MDI USER-NETCDF ML-PACE USER-PLUMED USER-QMMM ML-QUIP USER-SCAFACOS USER-SMD USER-VTK) diff --git a/doc/src/Build_basics.rst b/doc/src/Build_basics.rst index f9cf713d29..79aaa48607 100644 --- a/doc/src/Build_basics.rst +++ b/doc/src/Build_basics.rst @@ -90,7 +90,7 @@ standard. A more detailed discussion of that is below. directory, or ``make`` from the ``src/STUBS`` dir. If the build fails, you may need to edit the ``STUBS/Makefile`` for your platform. The stubs library does not provide MPI/IO functions - required by some LAMMPS packages, e.g. ``MPIIO`` or ``USER-LB``, + required by some LAMMPS packages, e.g. ``MPIIO`` or ``LATBOLTZ``, and thus is not compatible with those packages. .. note:: diff --git a/doc/src/Install_windows.rst b/doc/src/Install_windows.rst index 693c5244dc..c3f256cfad 100644 --- a/doc/src/Install_windows.rst +++ b/doc/src/Install_windows.rst @@ -20,7 +20,7 @@ The LAMMPS binaries contain *all* :doc:`optional packages ` included in the source distribution except: KIM, KOKKOS, MSCG, PYTHON, USER-ADIOS, USER-H5MD, USER-NETCDF, USER-QMMM, ML-QUIP, and USER-VTK. The serial version also does not include the MPIIO and -USER-LB packages. The GPU package is compiled for OpenCL with +LATBOLTZ packages. The GPU package is compiled for OpenCL with mixed precision kernels. The LAMMPS library is compiled as a shared library and the diff --git a/doc/src/Intro_authors.rst b/doc/src/Intro_authors.rst index 6af3996d1e..c7271ec6e7 100644 --- a/doc/src/Intro_authors.rst +++ b/doc/src/Intro_authors.rst @@ -31,7 +31,7 @@ general-purpose as it is without their expertise and efforts. * Metin Aktulga (MSU), USER-REAXC package for C version of ReaxFF * Mike Brown (Intel), GPU and USER-INTEL packages -* Colin Denniston (U Western Ontario), USER-LB package +* Colin Denniston (U Western Ontario), LATBOLTZ package * Georg Ganzenmuller (EMI), USER-SMD and USER-SPH packages * Andres Jaramillo-Botero (Caltech), USER-EFF package for electron force field * Reese Jones (Sandia) and colleagues, USER-ATC package for atom/continuum coupling diff --git a/doc/src/Packages_details.rst b/doc/src/Packages_details.rst index 48766dacf7..d5bd7f56e6 100644 --- a/doc/src/Packages_details.rst +++ b/doc/src/Packages_details.rst @@ -82,7 +82,7 @@ page gives those details. * :ref:`USER-H5MD ` * :ref:`ML-HDNNP ` * :ref:`USER-INTEL ` - * :ref:`USER-LB ` + * :ref:`LATBOLTZ ` * :ref:`USER-MANIFOLD ` * :ref:`USER-MDI ` * :ref:`MEAM ` @@ -1676,9 +1676,9 @@ This package has :ref:`specific installation instructions ` on the : ---------- -.. _PKG-USER-LB: +.. _PKG-LATBOLTZ: -USER-LB package +LATBOLTZ package --------------- **Contents:** @@ -1691,12 +1691,12 @@ Ontario). **Supporting info:** -* src/USER-LB: filenames -> commands -* src/USER-LB/README +* src/LATBOLTZ: filenames -> commands +* src/LATBOLTZ/README * :doc:`fix lb/fluid ` * :doc:`fix lb/momentum ` * :doc:`fix lb/viscous ` -* examples/PACKAGES/lb +* examples/PACKAGES/latboltz ---------- diff --git a/doc/src/Packages_user.rst b/doc/src/Packages_user.rst index 86b8eb1947..194502a1b0 100644 --- a/doc/src/Packages_user.rst +++ b/doc/src/Packages_user.rst @@ -65,7 +65,7 @@ package: +------------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------+---------+ | :ref:`USER-INTEL ` | optimized Intel CPU and KNL styles | :doc:`Speed intel ` | `Benchmarks `_ | no | +------------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------+---------+ -| :ref:`USER-LB ` | Lattice Boltzmann fluid | :doc:`fix lb/fluid ` | USER/lb | no | +| :ref:`LATBOLTZ ` | Lattice Boltzmann fluid | :doc:`fix lb/fluid ` | USER/lb | no | +------------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------+---------+ | :ref:`USER-MANIFOLD ` | motion on 2d surfaces | :doc:`fix manifoldforce ` | USER/manifold | no | +------------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------+---------+ diff --git a/doc/src/fix_lb_fluid.rst b/doc/src/fix_lb_fluid.rst index b2b85b8f5f..127e846589 100644 --- a/doc/src/fix_lb_fluid.rst +++ b/doc/src/fix_lb_fluid.rst @@ -341,7 +341,7 @@ of this fix can be used with the *start/stop* keywords of the Restrictions """""""""""" -This fix is part of the USER-LB package. It is only enabled if LAMMPS +This fix is part of the LATBOLTZ package. It is only enabled if LAMMPS was built with that package. See the :doc:`Build package ` doc page for more info. This fix can only be used with an orthogonal simulation domain. diff --git a/doc/src/fix_lb_momentum.rst b/doc/src/fix_lb_momentum.rst index 479f480e50..5a01e1916e 100644 --- a/doc/src/fix_lb_momentum.rst +++ b/doc/src/fix_lb_momentum.rst @@ -66,7 +66,7 @@ Can only be used if a lattice-Boltzmann fluid has been created via the :doc:`fix lb/fluid ` command, and must come after this command. -This fix is part of the USER-LB package. It is only enabled if LAMMPS +This fix is part of the LATBOLTZ package. It is only enabled if LAMMPS was built with that package. See the :doc:`Build package ` doc page for more info. Related commands diff --git a/doc/src/fix_lb_pc.rst b/doc/src/fix_lb_pc.rst index c6f5048126..6ba28ec309 100644 --- a/doc/src/fix_lb_pc.rst +++ b/doc/src/fix_lb_pc.rst @@ -41,7 +41,7 @@ the :doc:`run ` command. This fix is not invoked during :doc:`energy minim Restrictions """""""""""" -This fix is part of the USER-LB package. It is only enabled if LAMMPS +This fix is part of the LATBOLTZ package. It is only enabled if LAMMPS was built with that package. See the :doc:`Build package ` doc page for more info. Can only be used if a lattice-Boltzmann fluid has been created via the diff --git a/doc/src/fix_lb_rigid_pc_sphere.rst b/doc/src/fix_lb_rigid_pc_sphere.rst index b6a19c98d5..5ee32c29f0 100644 --- a/doc/src/fix_lb_rigid_pc_sphere.rst +++ b/doc/src/fix_lb_rigid_pc_sphere.rst @@ -139,7 +139,7 @@ of the :doc:`run ` command. These fixes are not invoked during Restrictions """""""""""" -This fix is part of the USER-LB package. It is only enabled if LAMMPS +This fix is part of the LATBOLTZ package. It is only enabled if LAMMPS was built with that package. See the :doc:`Build package ` doc page for more info. diff --git a/doc/src/fix_lb_viscous.rst b/doc/src/fix_lb_viscous.rst index da8922c92f..5bd6889808 100644 --- a/doc/src/fix_lb_viscous.rst +++ b/doc/src/fix_lb_viscous.rst @@ -71,7 +71,7 @@ for details." Restrictions """""""""""" -This fix is part of the USER-LB package. It is only enabled if LAMMPS +This fix is part of the LATBOLTZ package. It is only enabled if LAMMPS was built with that package. See the :doc:`Build package ` doc page for more info. Can only be used if a lattice-Boltzmann fluid has been created via the diff --git a/examples/PACKAGES/lb/confined_colloid/in.confined_colloids b/examples/PACKAGES/latboltz/confined_colloid/in.confined_colloids similarity index 100% rename from examples/PACKAGES/lb/confined_colloid/in.confined_colloids rename to examples/PACKAGES/latboltz/confined_colloid/in.confined_colloids diff --git a/examples/PACKAGES/lb/confined_colloid/results64.out b/examples/PACKAGES/latboltz/confined_colloid/results64.out similarity index 100% rename from examples/PACKAGES/lb/confined_colloid/results64.out rename to examples/PACKAGES/latboltz/confined_colloid/results64.out diff --git a/examples/PACKAGES/lb/dragforce/data.one_radius16d2 b/examples/PACKAGES/latboltz/dragforce/data.one_radius16d2 similarity index 100% rename from examples/PACKAGES/lb/dragforce/data.one_radius16d2 rename to examples/PACKAGES/latboltz/dragforce/data.one_radius16d2 diff --git a/examples/PACKAGES/lb/dragforce/defaultgamma_drag.out b/examples/PACKAGES/latboltz/dragforce/defaultgamma_drag.out similarity index 100% rename from examples/PACKAGES/lb/dragforce/defaultgamma_drag.out rename to examples/PACKAGES/latboltz/dragforce/defaultgamma_drag.out diff --git a/examples/PACKAGES/lb/dragforce/in.defaultgamma_drag b/examples/PACKAGES/latboltz/dragforce/in.defaultgamma_drag similarity index 100% rename from examples/PACKAGES/lb/dragforce/in.defaultgamma_drag rename to examples/PACKAGES/latboltz/dragforce/in.defaultgamma_drag diff --git a/examples/PACKAGES/lb/dragforce/in.setgamma_drag b/examples/PACKAGES/latboltz/dragforce/in.setgamma_drag similarity index 100% rename from examples/PACKAGES/lb/dragforce/in.setgamma_drag rename to examples/PACKAGES/latboltz/dragforce/in.setgamma_drag diff --git a/examples/PACKAGES/lb/dragforce/setgamma13d0_drag.out b/examples/PACKAGES/latboltz/dragforce/setgamma13d0_drag.out similarity index 100% rename from examples/PACKAGES/lb/dragforce/setgamma13d0_drag.out rename to examples/PACKAGES/latboltz/dragforce/setgamma13d0_drag.out diff --git a/examples/PACKAGES/lb/fourspheres/data.four b/examples/PACKAGES/latboltz/fourspheres/data.four similarity index 100% rename from examples/PACKAGES/lb/fourspheres/data.four rename to examples/PACKAGES/latboltz/fourspheres/data.four diff --git a/examples/PACKAGES/lb/fourspheres/fourspheres_velocity0d0001_defaultgamma.out b/examples/PACKAGES/latboltz/fourspheres/fourspheres_velocity0d0001_defaultgamma.out similarity index 100% rename from examples/PACKAGES/lb/fourspheres/fourspheres_velocity0d0001_defaultgamma.out rename to examples/PACKAGES/latboltz/fourspheres/fourspheres_velocity0d0001_defaultgamma.out diff --git a/examples/PACKAGES/lb/fourspheres/fourspheres_velocity0d0001_setgamma.out b/examples/PACKAGES/latboltz/fourspheres/fourspheres_velocity0d0001_setgamma.out similarity index 100% rename from examples/PACKAGES/lb/fourspheres/fourspheres_velocity0d0001_setgamma.out rename to examples/PACKAGES/latboltz/fourspheres/fourspheres_velocity0d0001_setgamma.out diff --git a/examples/PACKAGES/lb/fourspheres/in.fourspheres_default_gamma b/examples/PACKAGES/latboltz/fourspheres/in.fourspheres_default_gamma similarity index 100% rename from examples/PACKAGES/lb/fourspheres/in.fourspheres_default_gamma rename to examples/PACKAGES/latboltz/fourspheres/in.fourspheres_default_gamma diff --git a/examples/PACKAGES/lb/fourspheres/in.fourspheres_set_gamma b/examples/PACKAGES/latboltz/fourspheres/in.fourspheres_set_gamma similarity index 100% rename from examples/PACKAGES/lb/fourspheres/in.fourspheres_set_gamma rename to examples/PACKAGES/latboltz/fourspheres/in.fourspheres_set_gamma diff --git a/examples/PACKAGES/lb/microrheology/data.two b/examples/PACKAGES/latboltz/microrheology/data.two similarity index 100% rename from examples/PACKAGES/lb/microrheology/data.two rename to examples/PACKAGES/latboltz/microrheology/data.two diff --git a/examples/PACKAGES/lb/microrheology/in.microrheology_default_gamma b/examples/PACKAGES/latboltz/microrheology/in.microrheology_default_gamma similarity index 100% rename from examples/PACKAGES/lb/microrheology/in.microrheology_default_gamma rename to examples/PACKAGES/latboltz/microrheology/in.microrheology_default_gamma diff --git a/examples/PACKAGES/lb/microrheology/in.microrheology_set_gamma b/examples/PACKAGES/latboltz/microrheology/in.microrheology_set_gamma similarity index 100% rename from examples/PACKAGES/lb/microrheology/in.microrheology_set_gamma rename to examples/PACKAGES/latboltz/microrheology/in.microrheology_set_gamma diff --git a/examples/PACKAGES/lb/microrheology/microrheology_defaultgamma.out b/examples/PACKAGES/latboltz/microrheology/microrheology_defaultgamma.out similarity index 100% rename from examples/PACKAGES/lb/microrheology/microrheology_defaultgamma.out rename to examples/PACKAGES/latboltz/microrheology/microrheology_defaultgamma.out diff --git a/examples/PACKAGES/lb/microrheology/microrheology_setgamma.out b/examples/PACKAGES/latboltz/microrheology/microrheology_setgamma.out similarity index 100% rename from examples/PACKAGES/lb/microrheology/microrheology_setgamma.out rename to examples/PACKAGES/latboltz/microrheology/microrheology_setgamma.out diff --git a/examples/PACKAGES/lb/planewall/data.one_radius16d2 b/examples/PACKAGES/latboltz/planewall/data.one_radius16d2 similarity index 100% rename from examples/PACKAGES/lb/planewall/data.one_radius16d2 rename to examples/PACKAGES/latboltz/planewall/data.one_radius16d2 diff --git a/examples/PACKAGES/lb/planewall/in.planewall_default_gamma b/examples/PACKAGES/latboltz/planewall/in.planewall_default_gamma similarity index 100% rename from examples/PACKAGES/lb/planewall/in.planewall_default_gamma rename to examples/PACKAGES/latboltz/planewall/in.planewall_default_gamma diff --git a/examples/PACKAGES/lb/planewall/in.planewall_set_gamma b/examples/PACKAGES/latboltz/planewall/in.planewall_set_gamma similarity index 100% rename from examples/PACKAGES/lb/planewall/in.planewall_set_gamma rename to examples/PACKAGES/latboltz/planewall/in.planewall_set_gamma diff --git a/examples/PACKAGES/lb/planewall/wall_defaultgamma.out b/examples/PACKAGES/latboltz/planewall/wall_defaultgamma.out similarity index 100% rename from examples/PACKAGES/lb/planewall/wall_defaultgamma.out rename to examples/PACKAGES/latboltz/planewall/wall_defaultgamma.out diff --git a/examples/PACKAGES/lb/planewall/wall_setgamma.out b/examples/PACKAGES/latboltz/planewall/wall_setgamma.out similarity index 100% rename from examples/PACKAGES/lb/planewall/wall_setgamma.out rename to examples/PACKAGES/latboltz/planewall/wall_setgamma.out diff --git a/examples/PACKAGES/lb/polymer/data.polymer b/examples/PACKAGES/latboltz/polymer/data.polymer similarity index 100% rename from examples/PACKAGES/lb/polymer/data.polymer rename to examples/PACKAGES/latboltz/polymer/data.polymer diff --git a/examples/PACKAGES/lb/polymer/in.polymer_default_gamma b/examples/PACKAGES/latboltz/polymer/in.polymer_default_gamma similarity index 100% rename from examples/PACKAGES/lb/polymer/in.polymer_default_gamma rename to examples/PACKAGES/latboltz/polymer/in.polymer_default_gamma diff --git a/examples/PACKAGES/lb/polymer/in.polymer_setgamma b/examples/PACKAGES/latboltz/polymer/in.polymer_setgamma similarity index 100% rename from examples/PACKAGES/lb/polymer/in.polymer_setgamma rename to examples/PACKAGES/latboltz/polymer/in.polymer_setgamma diff --git a/examples/PACKAGES/lb/polymer/out.polymer_default_gamma b/examples/PACKAGES/latboltz/polymer/out.polymer_default_gamma similarity index 100% rename from examples/PACKAGES/lb/polymer/out.polymer_default_gamma rename to examples/PACKAGES/latboltz/polymer/out.polymer_default_gamma diff --git a/examples/PACKAGES/lb/polymer/out.polymer_setgamma b/examples/PACKAGES/latboltz/polymer/out.polymer_setgamma similarity index 100% rename from examples/PACKAGES/lb/polymer/out.polymer_setgamma rename to examples/PACKAGES/latboltz/polymer/out.polymer_setgamma diff --git a/src/USER-LB/README b/src/LATBOLTZ/README similarity index 98% rename from src/USER-LB/README rename to src/LATBOLTZ/README index beac7da7f3..6f2e06178c 100644 --- a/src/USER-LB/README +++ b/src/LATBOLTZ/README @@ -16,7 +16,7 @@ brief descriptions of other fixes below, each of which have their own doc page. There are example scripts for using this package in -examples/PACKAGES/lb. +examples/PACKAGES/latboltz. IMPORTANT NOTE: This package can only be used if LAMMPS is compiled with MPI (i.e. the serial makefile should not be used to compile the diff --git a/src/USER-LB/fix_lb_fluid.cpp b/src/LATBOLTZ/fix_lb_fluid.cpp similarity index 100% rename from src/USER-LB/fix_lb_fluid.cpp rename to src/LATBOLTZ/fix_lb_fluid.cpp diff --git a/src/USER-LB/fix_lb_fluid.h b/src/LATBOLTZ/fix_lb_fluid.h similarity index 98% rename from src/USER-LB/fix_lb_fluid.h rename to src/LATBOLTZ/fix_lb_fluid.h index 3b0ce872ba..0842acbe64 100644 --- a/src/USER-LB/fix_lb_fluid.h +++ b/src/LATBOLTZ/fix_lb_fluid.h @@ -23,7 +23,7 @@ FixStyle(lb/fluid,FixLbFluid); #include "fix.h" #if defined(MPI_STUBS) -#error "The USER-LB package cannot be compiled in serial with MPI STUBS" +#error "The LATBOLTZ package cannot be compiled in serial with MPI STUBS" #endif namespace LAMMPS_NS { diff --git a/src/USER-LB/fix_lb_momentum.cpp b/src/LATBOLTZ/fix_lb_momentum.cpp similarity index 100% rename from src/USER-LB/fix_lb_momentum.cpp rename to src/LATBOLTZ/fix_lb_momentum.cpp diff --git a/src/USER-LB/fix_lb_momentum.h b/src/LATBOLTZ/fix_lb_momentum.h similarity index 100% rename from src/USER-LB/fix_lb_momentum.h rename to src/LATBOLTZ/fix_lb_momentum.h diff --git a/src/USER-LB/fix_lb_pc.cpp b/src/LATBOLTZ/fix_lb_pc.cpp similarity index 100% rename from src/USER-LB/fix_lb_pc.cpp rename to src/LATBOLTZ/fix_lb_pc.cpp diff --git a/src/USER-LB/fix_lb_pc.h b/src/LATBOLTZ/fix_lb_pc.h similarity index 100% rename from src/USER-LB/fix_lb_pc.h rename to src/LATBOLTZ/fix_lb_pc.h diff --git a/src/USER-LB/fix_lb_rigid_pc_sphere.cpp b/src/LATBOLTZ/fix_lb_rigid_pc_sphere.cpp similarity index 100% rename from src/USER-LB/fix_lb_rigid_pc_sphere.cpp rename to src/LATBOLTZ/fix_lb_rigid_pc_sphere.cpp diff --git a/src/USER-LB/fix_lb_rigid_pc_sphere.h b/src/LATBOLTZ/fix_lb_rigid_pc_sphere.h similarity index 100% rename from src/USER-LB/fix_lb_rigid_pc_sphere.h rename to src/LATBOLTZ/fix_lb_rigid_pc_sphere.h diff --git a/src/USER-LB/fix_lb_viscous.cpp b/src/LATBOLTZ/fix_lb_viscous.cpp similarity index 100% rename from src/USER-LB/fix_lb_viscous.cpp rename to src/LATBOLTZ/fix_lb_viscous.cpp diff --git a/src/USER-LB/fix_lb_viscous.h b/src/LATBOLTZ/fix_lb_viscous.h similarity index 100% rename from src/USER-LB/fix_lb_viscous.h rename to src/LATBOLTZ/fix_lb_viscous.h diff --git a/src/Makefile b/src/Makefile index a2a637126a..8ddea9a05f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -53,7 +53,7 @@ PACKAGE = asphere body class2 colloid compress coreshell dipole gpu \ PACKUSER = user-adios user-atc user-awpmd user-brownian user-bocs cg-dna \ cg-sdk user-colvars user-dielectric user-diffraction user-dpd user-drude \ - user-eff user-fep user-h5md ml-hdnnp user-intel user-lb user-manifold \ + user-eff user-fep user-h5md ml-hdnnp user-intel latboltz user-manifold \ user-mdi meam user-mesodpd user-mesont user-mgpt user-misc \ user-mofff user-molfile user-netcdf user-omp user-phonon \ ml-pace user-plumed user-ptm user-qmmm user-qtb ml-quip \ @@ -61,11 +61,11 @@ PACKUSER = user-adios user-atc user-awpmd user-brownian user-bocs cg-dna \ user-sdpd user-sph user-tally user-uef user-vtk user-yaff PACKLIB = compress gpu kim kokkos latte message mpiio mscg poems python voronoi \ - user-adios user-atc user-awpmd user-colvars user-h5md ml-hdnnp user-lb user-mdi \ + user-adios user-atc user-awpmd user-colvars user-h5md ml-hdnnp latboltz user-mdi \ user-mesont user-molfile user-netcdf ml-pace user-plumed user-qmmm ml-quip \ user-scafacos user-smd user-vtk -PACKSYS = compress mpiio python user-lb +PACKSYS = compress mpiio python latboltz PACKINT = gpu kokkos message poems user-atc user-awpmd user-colvars user-mesont \ user-mdi