c9de8fca1d
silence compiler warnings
2022-01-29 17:07:00 -05:00
845ab2dd71
On Windows the Regex matcher for '.' does not match '\n'
...
Thus we have to use ContainsRegex instead of MatchesRegex
2022-01-29 16:35:30 -05:00
d62e25decc
don't specify default working directory for tests explicitly
2022-01-29 11:10:23 -05:00
8423ecb211
small tweaks to make things work with the new settings
2022-01-28 21:28:37 -05:00
7978bf671d
use canonical syntax for adding tests
2022-01-28 21:12:13 -05:00
db4e69bf38
further simplification by making STUBS an interface and alias to MPI::MPI_CXX
2022-01-28 01:00:37 -05:00
cd8b674f4b
expand path to include LAMMPS shared lib
2022-01-27 17:46:18 -05:00
d391ae845b
convert static class members with git info to functions to simplify auto-export on Windows
2022-01-27 17:20:05 -05:00
62ff23abe7
simplify building serial executables by incorporating the STUBS/mpi.o object in LAMMPS library
2022-01-27 15:59:48 -05:00
4cd5c40374
Merge pull request #3089 from akohlmey/collected-small-changes
...
Collected small changes and fixes
2022-01-19 11:44:33 -05:00
389c35a2d3
use alternate method to create triclinic box for unit test
2022-01-18 09:09:37 -05:00
0eeb3b203c
add tests for molecule command
2022-01-16 16:50:23 -05:00
1e7969c7b9
add new pair styles harmonic/cut and harmonic/cut/omp
2022-01-15 19:34:47 -05:00
12420181e1
Merge pull request #3072 from akohlmey/refactor-data-file-parsing
...
Modernize parsing of topology data sections of data files
2022-01-04 13:21:14 -05:00
cf9429dc68
implement overloads so that utils::*numeric() functions can be safely used with std::string()
2021-12-30 11:03:37 -05:00
3262140b65
more detailed unit tests. do not fail if ncdump is missing.
2021-12-27 10:35:38 -05:00
091f6164c8
add minimal unit test for netcdf dumps
2021-12-26 23:22:53 -05:00
a653ee6b2c
recover failing unit tests and whitespace fixes
2021-12-23 15:22:58 -05:00
ecc0205436
reset force test references for Class2 angle styles
2021-12-21 11:28:26 -05:00
ccdb939a40
Merge pull request #3054 from nw13slx/rerun_bin
...
Support binary native dump files with read_dump and rerun
2021-12-13 19:22:00 -05:00
87501347ad
add minimal unit tests for reading binary dumps
2021-12-11 21:03:32 -05:00
62f5f4d126
Merge remote-tracking branch 'github/develop' into fmt_upgrade
2021-12-10 23:04:58 -05:00
abd3df0c5a
Merge pull request #3040 from akohlmey/collected-small-changes
...
Collected small changes and bugfixes
2021-12-10 15:51:13 -05:00
fa8e2ccee8
Merge pull request #2958 from jddietz/nm_split_styles
...
nm split styles
2021-12-10 13:42:31 -05:00
e1e46b5322
Merge pull request #3033 from rbberger/unittest_tags
...
Add tags to force-style unit tests
2021-12-09 18:11:08 -05:00
0d44c56ccc
use comma consistently
2021-12-09 15:50:57 -05:00
7d48324f51
tweak force test settings
2021-12-09 15:48:24 -05:00
878dd746db
reduce warnings and improve portability
2021-12-09 13:55:53 -05:00
021f6832d5
adjust epsilon for -std=c++14 and add more unstable tags
2021-12-07 17:11:29 -05:00
ac57c44552
update unit test for renamed bond style
2021-12-06 16:35:20 -05:00
085de6f857
update test and add test using maxdelcs keyword with non-default values
2021-12-03 17:16:46 -05:00
71edaca36c
update unit test reference
2021-12-03 14:20:23 -05:00
2d6e4d4d79
Merge branch 'develop' into nm_split_styles
2021-12-03 14:18:07 -05:00
7651be3e02
add force style test
2021-12-02 12:20:33 -05:00
2c8c33fb9a
add slow tag to about 60 tests that take about as much time as the 430 others
2021-11-19 15:59:19 -05:00
b55ea05f3b
Add some example tags for force style tests
2021-11-19 09:23:47 -05:00
4ac351eba6
Add tags to force-style tests
...
Adds an optional "tags" entry in the force style test YAML. This is a
comma-separated list of keywords, which are parsed by CMake and added as labels
for CTest. This allows more fine-grained filtering of tests. Any
newly-generated YAML file automatically adds the "generated" tag.
2021-11-19 09:23:31 -05:00
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
ac6654cf0c
skip MPI tests if they would be oversubscribing the available processors
2021-11-07 08:28:16 -05:00
16c50b3873
whitespace
2021-11-07 08:27:25 -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
2cd862e4a2
Update lebedeva potential file and docs based on email on mailing list
...
https://matsci.org/t/lammps-users-webpage-and-parameter-file-for-the-lebedeva-potential/39059
2021-11-04 15:24:41 -04:00
439f997a10
skip test for file not readable due to permissions on windows
2021-11-03 14:54:38 -04:00
62fc7b6fa0
small tweaks to make replacing the CMakeLists.txt file work as expected
2021-11-03 14:44:16 -04:00
b7bf60ea53
use the portable platform::unlink() instead of unlink()
2021-11-03 14:26:50 -04:00
35ff47411b
Merge branch 'multi-config-support' of github.com:akohlmey/lammps into multi-config-support
2021-11-03 12:35:40 -04:00
7f0b2334a5
update plugin loader test
2021-11-03 11:52:32 -04:00
b95e12bb6c
add additional function argument where we can supply our own CMakeLists.txt file
2021-11-03 11:50:39 -04:00
eb3f928f31
tweak epsilon for portability with windows
2021-11-03 10:54:40 -04:00