|
|
377b5b4ab3
|
Merge pull request #3020 from akohlmey/collected-small-changes
Collected small changes and fixes
|
2021-11-17 14:00:13 -05:00 |
|
|
|
25db8a21bc
|
account for increased floating point errors when summing numbers to zero
|
2021-11-07 08:29:16 -05:00 |
|
|
|
aab4f71019
|
Merge branch 'develop' into multi-config-support
# Conflicts:
# unittest/force-styles/test_error_stats.cpp
|
2021-11-04 15:50:49 -04:00 |
|
|
|
b7bf60ea53
|
use the portable platform::unlink() instead of unlink()
|
2021-11-03 14:26:50 -04:00 |
|
|
|
7f0b2334a5
|
update plugin loader test
|
2021-11-03 11:52:32 -04:00 |
|
|
|
a9c6f943e1
|
correct test comparisons
|
2021-11-02 23:07:44 -04:00 |
|
|
|
ad81dd3960
|
recover original new style library target names through ALIAS library definitions
|
2021-10-22 08:23:49 -04:00 |
|
|
|
6ad03498c3
|
make finding plugins for testing multi-config compatible
|
2021-10-21 19:22:01 -04:00 |
|
|
|
510987dc80
|
Merge branch 'master' into multi-config-support
# Conflicts:
# cmake/Modules/Packages/MSCG.cmake
# examples/plugins/CMakeLists.txt
|
2021-10-11 17:03:41 -04:00 |
|
|
|
37bfe3d0ce
|
integrate platform sub-namespace into source code and documentation
this updates function calls to functions that have been moved from
the utils namepsace or the Info class to platform::
|
2021-10-02 16:55:11 -04:00 |
|
|
|
422cab8878
|
update suffix command unit tests
|
2021-09-23 07:30:50 -04:00 |
|
|
|
41a3eccd1c
|
apply utils::logical() to more commands
|
2021-09-21 07:48:50 -04:00 |
|
|
|
6e8091470c
|
update death tests for change in error message
|
2021-09-20 20:31:13 -04:00 |
|
|
|
daa39d680c
|
simplify
|
2021-09-11 13:43:25 -04:00 |
|
|
|
c394df5658
|
simplify and remove unused command. more multi-config adjustments
|
2021-09-11 07:30:18 -04:00 |
|
|
|
30558c0cd6
|
convert plugin compilation to also use add_subdirectory() instead of external project
|
2021-09-11 07:01:48 -04:00 |
|
|
|
932b3cabda
|
add missing include (since we not longer include GTest.cmake)
|
2021-09-11 06:05:29 -04:00 |
|
|
|
84c945f7fb
|
Use multi-config compatible way to integrate googletest for unit testing
|
2021-09-11 04:50:04 -04:00 |
|
|
|
6bc8da05b9
|
reformat unittest tree with clang-format
|
2021-08-23 17:06:30 -04:00 |
|
|
|
757e2f8cff
|
Merge branch 'master' into refactor-reaxff-parser
# Conflicts:
# doc/src/fix_qeq_reax.rst
# src/OPENMP/reaxc_bond_orders_omp.h
# src/OPENMP/reaxc_bonds_omp.h
# src/OPENMP/reaxc_forces_omp.h
# src/OPENMP/reaxc_hydrogen_bonds_omp.h
# src/OPENMP/reaxc_init_md_omp.cpp
# src/OPENMP/reaxc_init_md_omp.h
# src/OPENMP/reaxc_multi_body_omp.h
# src/OPENMP/reaxc_nonbonded_omp.h
# src/OPENMP/reaxc_torsion_angles_omp.h
# src/OPENMP/reaxc_valence_angles_omp.h
# src/OPENMP/reaxff_omp.h
# src/Purge.list
# src/QEQ/fix_qeq.cpp
# src/QEQ/fix_qeq.h
# src/QEQ/fix_qeq_dynamic.cpp
# src/QEQ/fix_qeq_fire.cpp
# src/REAXFF/fix_qeq_reax.cpp
# src/REAXFF/reaxc_allocate.h
# src/REAXFF/reaxc_bond_orders.h
# src/REAXFF/reaxc_bonds.h
# src/REAXFF/reaxc_control.h
# src/REAXFF/reaxc_defs.h
# src/REAXFF/reaxc_ffield.h
# src/REAXFF/reaxc_forces.h
# src/REAXFF/reaxc_hydrogen_bonds.h
# src/REAXFF/reaxc_init_md.cpp
# src/REAXFF/reaxc_init_md.h
# src/REAXFF/reaxc_io_tools.cpp
# src/REAXFF/reaxc_io_tools.h
# src/REAXFF/reaxc_list.h
# src/REAXFF/reaxc_lookup.h
# src/REAXFF/reaxc_multi_body.h
# src/REAXFF/reaxc_nonbonded.h
# src/REAXFF/reaxc_reset_tools.h
# src/REAXFF/reaxc_system_props.cpp
# src/REAXFF/reaxc_system_props.h
# src/REAXFF/reaxc_tool_box.h
# src/REAXFF/reaxc_torsion_angles.h
# src/REAXFF/reaxc_traj.cpp
# src/REAXFF/reaxc_traj.h
# src/REAXFF/reaxc_types.h
# src/REAXFF/reaxc_valence_angles.h
# src/REAXFF/reaxc_vector.cpp
# src/REAXFF/reaxc_vector.h
# src/REAXFF/reaxff_api.h
# src/REAXFF/reaxff_defs.h
# src/REAXFF/reaxff_inline.h
# src/REAXFF/reaxff_types.h
# src/text_file_reader.cpp
# src/text_file_reader.h
# unittest/force-styles/tests/atomic-pair-reax_c.yaml
# unittest/force-styles/tests/atomic-pair-reax_c_lgvdw.yaml
# unittest/force-styles/tests/atomic-pair-yukawa_colloid.yaml
|
2021-07-12 14:25:47 -04:00 |
|
|
|
58625d800e
|
also make CMake scripts in unittest tree consistent
|
2021-05-25 15:10:18 -04:00 |
|
|
|
2e6a0112d3
|
update URLs in some more files
|
2021-05-24 16:19:37 -04:00 |
|
|
|
ba5f531619
|
add some basic tests for the "processors" command
|
2021-04-25 00:44:51 -04:00 |
|
|
|
8c50f56548
|
add unit test for TextFileReader class
|
2021-04-24 00:31:46 -04:00 |
|
|
|
7e2d40c5fa
|
Merge pull request #2642 from rbberger/balance_tests
MPI balancing testing
|
2021-04-21 16:00:01 -04:00 |
|
|
|
1656661fc2
|
Disable rcb_min_size test
|
2021-04-21 11:17:32 -04:00 |
|
|
|
08f4c30051
|
Merge branch 'master' into refactor-reaxff-parser
|
2021-04-20 20:52:18 -04:00 |
|
|
|
c543815692
|
small tweaks
|
2021-04-20 15:28:42 -04:00 |
|
|
|
fcf17a709e
|
Don't store group if initial assignment failed
|
2021-04-20 14:24:07 -04:00 |
|
|
|
c16e4f241f
|
replace "leaky" call to putenv() with setenv() on non-windows platforms
|
2021-04-09 20:37:01 -04:00 |
|
|
|
a69c5a5cae
|
fix bugs in shell putenv and getenv style variables. add more unit tests.
|
2021-04-09 20:19:04 -04:00 |
|
|
|
d1b6aaa3f3
|
plugins also have a .so suffix on MacOS (unlike shared libs)
|
2021-04-04 20:57:29 -04:00 |
|
|
|
66e885b6e5
|
Merge branch 'master' into collected-small-changes
# Conflicts:
# src/USER-YAFF/pair_lj_switch3_coulgauss_long.cpp
# src/USER-YAFF/pair_mm3_switch3_coulgauss_long.cpp
|
2021-04-02 17:57:54 -04:00 |
|
|
|
b976c2d13c
|
Merge pull request #2679 from akohlmey/more-unittests
Expand unit tests
|
2021-04-02 17:51:29 -04:00 |
|
|
|
2c00136f22
|
used correct suffix when installing plugin binaries for testing
|
2021-04-02 17:49:15 -04:00 |
|
|
|
e613da98d6
|
Merge pull request #2650 from akohlmey/plugin-loader
New PLUGIN package with a LAMMPS plugin loader command
|
2021-04-02 15:08:44 -04:00 |
|
|
|
2dfafe4adb
|
add is_file() special variable function and unit tests for it
|
2021-04-02 12:07:43 -04:00 |
|
|
|
20e6174e59
|
cannot use tokenizer for parse_args() as the search for commata must be away of parenthesis
|
2021-03-29 21:11:07 -04:00 |
|
|
|
6f986eee4e
|
Add missing changes
|
2021-03-29 15:01:29 -04:00 |
|
|
|
aaf9aa6d69
|
Refactoring of more tests
|
2021-03-29 14:27:42 -04:00 |
|
|
|
1752bd0276
|
Refactoring of some test files
|
2021-03-26 12:23:58 -04:00 |
|
|
|
a772c3b7d2
|
test a few more functions and constants
|
2021-03-24 21:27:32 -04:00 |
|
|
|
d04d326413
|
more tests for expressions and vector style variables
|
2021-03-24 18:02:30 -04:00 |
|
|
|
aab51fe70e
|
more coverage of utility functions in Variable class
|
2021-03-24 16:47:56 -04:00 |
|
|
|
157698543f
|
add tests for "next" command
|
2021-03-24 16:47:08 -04:00 |
|
|
|
407212153f
|
create more variables of different styles
|
2021-03-24 15:14:58 -04:00 |
|
|
|
cc54f553e0
|
complete tests for if command booleans
|
2021-03-24 14:35:48 -04:00 |
|
|
|
487c55edf0
|
simplify and apply clang-format
|
2021-03-24 11:24:55 -04:00 |
|
|
|
b6a030532d
|
add tests for boolean evaluation in "if" command
|
2021-03-24 10:33:00 -04:00 |
|
|
|
67f1f12c20
|
more tests for expressions
|
2021-03-23 21:42:45 -04:00 |
|