spelling and cosmetic stuff

This commit is contained in:
Axel Kohlmeyer
2024-08-19 17:59:13 -04:00
parent 3ebdc04aac
commit 2f6ac590b0
3 changed files with 16 additions and 13 deletions

View File

@ -96,7 +96,7 @@ Miscellaneous tools
* :ref:`LAMMPS-GUI <lammps_gui>`
* :ref:`LAMMPS magic patterns for file(1) <magic>`
* :ref:`Offline build tool <offline>`
* :ref:`regression tests <regression>`
* :ref:`Regression tester <regression>`
* :ref:`singularity/apptainer <singularity_tool>`
* :ref:`SWIG interface <swig>`
* :ref:`valgrind <valgrind>`
@ -994,19 +994,20 @@ README for more info on Pizza.py and how to use these scripts.
.. _regression:
regression tests tool
--------------------------
Regression tester tool
----------------------
The regression-tests subdirectory contains a tool for performing regression
tests with a given LAMMPS binary. The tool launches the LAMMPS binary with
any given input script under one of the `examples` subfolders, and compares
the thermo output in the generated log file with those in the provided log file
with the same number of processors ub the same subfolder. If the differences
between the actual and reference values are within specified tolerances,
the test is considered passed. For each test batch, that is, a set of example
input scripts, the mpirun command, the LAMMPS command line arguments,
and the tolerances for individual thermo quantites can be specified
in a configuration file in YAML format.
The regression-tests subdirectory contains a tool for performing
regression tests with a given LAMMPS binary. The tool launches the
LAMMPS binary with any given input script under one of the `examples`
subdirectories, and compares the thermo output in the generated log file
with those in the provided log file with the same number of processors
ub the same subdirectory. If the differences between the actual and
reference values are within specified tolerances, the test is considered
passed. For each test batch, that is, a set of example input scripts,
the mpirun command, the LAMMPS command line arguments, and the
tolerances for individual thermo quantities can be specified in a
configuration file in YAML format.
The tool also reports if and how the run fails, and if a reference log file
is missing. See the README file for more information.

View File

@ -2472,6 +2472,7 @@ ncol
ncorr
ncount
nd
ndactrung
ndescriptors
ndihedrals
Ndihedraltype

View File

@ -40,6 +40,7 @@ phonon post-process output of the fix phonon command
polybond Python tool for programmable polymer bonding
pymol_asphere convert LAMMPS output of ellipsoids to PyMol format
python Python scripts for post-processing LAMMPS output
regression-tests Python script to run regression tests using the example input
replica tool to reorder LAMMPS replica trajectories according to temperature
singularity Singularity container descriptions suitable for LAMMPS development
smd convert Smooth Mach Dynamics triangles to VTK