|
|
2af8d7a751
|
add argument passing via TEST_ARGS environment variable to all tests with an explicit main function
|
2020-06-24 10:17:23 -04:00 |
|
|
|
6824b69ae9
|
add missing include
|
2020-06-24 09:38:55 -04:00 |
|
|
|
ee5be42026
|
avoid having to use external test runner script by parsing environment variables directly
|
2020-06-24 09:32:59 -04:00 |
|
|
|
9aea4e509e
|
Revert "must also reissue hybrid pair style commands after restarts"
This reverts commit ddcc104df6.
|
2020-06-23 09:50:17 -04:00 |
|
|
|
b8866c9acc
|
add tests for MLIAP (same data as SNAP)
|
2020-06-23 09:35:00 -04:00 |
|
|
|
ddcc104df6
|
must also reissue hybrid pair style commands after restarts
|
2020-06-23 09:21:47 -04:00 |
|
|
|
66414067c8
|
add tests for SNAP package
|
2020-06-23 06:51:42 -04:00 |
|
|
|
4d630904b4
|
relax a few more test criteria to be compatible with intel compilers
|
2020-06-19 11:43:59 -04:00 |
|
|
|
343241cb63
|
relax some test epsilons
|
2020-06-19 00:43:11 -04:00 |
|
|
|
e934f7bac3
|
try to work around linker issues with older CMake versions and using coverage or sanitizers
|
2020-06-19 00:20:20 -04:00 |
|
|
|
786473a189
|
allow sanitizers also be active for force style test codes
|
2020-06-18 12:39:23 -04:00 |
|
|
|
41995b4665
|
avoid false positives about memory leaks in force tester tools
|
2020-06-18 11:45:26 -04:00 |
|
|
|
e88bb9dd59
|
call MPI_Finalize() so we don't have spurious memory leaks from MPI reported by valgrind
|
2020-06-17 01:42:17 -04:00 |
|
|
|
093c285475
|
use GMock initializer instead of GTest
|
2020-06-16 06:37:35 -04:00 |
|
|
|
05319cae66
|
updates for using {fmt} and reordering of include statements exposing hidden includes
|
2020-06-15 16:55:38 -04:00 |
|
|
|
05d1924d62
|
update for using {fmt}
|
2020-06-15 16:48:20 -04:00 |
|
|
|
14c22a004a
|
Merge branch 'master' into use-clang-format-demo
# Conflicts:
# unittest/force-styles/pair_style.cpp
# unittest/utils/test_utils.cpp
|
2020-06-15 16:14:13 -04:00 |
|
|
|
149571873f
|
avoid illegal read after delete
|
2020-06-14 19:35:09 -04:00 |
|
|
|
7d9e0076c7
|
update some test yaml files
|
2020-06-14 17:01:28 -04:00 |
|
|
|
8739067593
|
implement method to pass command line flags to test programs when run through ctest
based on the suggestion at: https://stackoverflow.com/questions/28812533/how-to-pass-command-line-arguments-in-ctest-at-runtime
but customized for the force-style tests
|
2020-06-13 11:19:56 -04:00 |
|
|
|
0e708469b6
|
add unittest for ErrorStats class
|
2020-06-13 02:49:12 -04:00 |
|
|
|
d5d28bcbd2
|
use fmt::format() for error_stats output.
|
2020-06-13 02:11:21 -04:00 |
|
|
|
9c3d108bbc
|
enable aligning consecutive assignments
|
2020-06-13 02:05:13 -04:00 |
|
|
|
3db944decc
|
apply clang-format settings to the c++ sources in the unittest tree
|
2020-06-13 01:54:58 -04:00 |
|
|
|
448bccd138
|
tweak test epsilons so they pass with -DLAMMPS_BIGBIG
|
2020-06-07 22:20:46 -04:00 |
|
|
|
2fd3d21414
|
add tests for pair style table
|
2020-06-02 17:12:52 -04:00 |
|
|
|
886a950fd6
|
silence compiler warning in test programs
|
2020-06-01 17:49:05 -04:00 |
|
|
|
7ebad52727
|
add tests for a bunch of coulomb only pair styles
|
2020-05-31 09:26:54 -04:00 |
|
|
|
661b0ee8b2
|
cannot compare Pair::compute() vs. Pair::single for styles with coul/dsf or coul/wolf due to missing self energy
|
2020-05-31 09:25:50 -04:00 |
|
|
|
64b684eec3
|
add tests for a whole bunch of CHARMM pair styles
|
2020-05-31 08:34:25 -04:00 |
|
|
|
eb60b049fc
|
add endpoint gradients for two bond tables
|
2020-05-30 21:49:42 -04:00 |
|
|
|
91272e7654
|
output endpoint gradient for some angle tabulations
|
2020-05-30 21:36:47 -04:00 |
|
|
|
0f6e963058
|
add a whole bunch of angle style tests
|
2020-05-30 21:10:48 -04:00 |
|
|
|
69ba5ea9f0
|
use a smaller bond table
|
2020-05-30 21:05:03 -04:00 |
|
|
|
bd4d4bc015
|
update bond/angle yaml files for changed equilibrium keyword syntax
|
2020-05-30 17:51:29 -04:00 |
|
|
|
1042e16423
|
change format for equilibrium values and update writer and reader code, so it will become compatible with class2 angles/dihedrals/impropers
|
2020-05-30 17:50:38 -04:00 |
|
|
|
07163a710a
|
correct bond table coefficients to find the table file
|
2020-05-30 17:22:33 -04:00 |
|
|
|
e32409d32c
|
add tests for most bond styles except FENE type bonds
|
2020-05-30 10:44:40 -04:00 |
|
|
|
1452e6dfca
|
reduce displacements in single test for pair styles
|
2020-05-30 10:23:52 -04:00 |
|
|
|
1ec179e80a
|
add a few more test inputs
|
2020-05-29 23:47:15 -04:00 |
|
|
|
43171052d5
|
fix multiple bugs in pair style tester for Pair::single()
|
2020-05-29 23:46:37 -04:00 |
|
|
|
99c0c1ace1
|
simplify parsing of equilibrium data
|
2020-05-29 08:22:34 -04:00 |
|
|
|
7d62fd5106
|
remove debug code
|
2020-05-29 08:22:23 -04:00 |
|
|
|
797ba373c4
|
simplify reading key/value pairs from string
|
2020-05-28 22:38:23 -04:00 |
|
|
|
08ee1cb4fa
|
add single test to angle_style, add support for equilibrium data
|
2020-05-28 22:38:07 -04:00 |
|
|
|
47e4da4903
|
add support for writing/reading equilibrium bond/angle data
|
2020-05-28 22:20:43 -04:00 |
|
|
|
6ed4103365
|
synchronize flow of control and formatting between pair_style, bond_style and angle_style
|
2020-05-28 21:11:38 -04:00 |
|
|
|
9fc6abb2ef
|
add tests for pair style polymorphic
|
2020-05-28 20:43:26 -04:00 |
|
|
|
d3e160f3d0
|
tweak epsilon for gcc 10
|
2020-05-28 10:00:13 -04:00 |
|
|
|
51c632acd4
|
increase code coverage for pair_eam_cd.cpp
|
2020-05-28 06:25:35 -04:00 |
|