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
1ad982aa85
improve portability of unit test code for windows compilers
2021-11-03 10:54:21 -04:00
50f39cd752
implement and use a platform neutral abstraction of unsetenv(3)
2021-11-03 10:53:45 -04:00
a9c6f943e1
correct test comparisons
2021-11-02 23:07:44 -04:00
6479116419
Merge branch 'develop' into multi-config-support
2021-11-02 16:39:12 -04:00
da3115be2c
Merge branch 'develop' into more-clang-tidy-refactoring
...
# Conflicts:
# src/MANIFOLD/manifold_thylakoid.cpp
2021-10-27 15:23:57 -04:00
f783958e39
add test for create_atoms()
2021-10-26 12:11:28 -04:00
b6c610ada2
tweak epsilon for portability to MSVC compilers
2021-10-22 14:12:19 -04:00
7318aa49d8
set define for static linkage to avoid issues linking libyaml on windows
2021-10-22 12:12:20 -04:00
5c9a4f4be0
implement platform abstraction of unsetenv()
2021-10-22 11:05:32 -04:00
bd9ad288b9
recover compilation of test on windows
2021-10-22 09:13:07 -05:00
d7d1c84b35
only build a custom YAML lib, if not installed
2021-10-22 08:56:00 -04:00
ced96441ef
update hash after change in repo
2021-10-22 08:44:30 -04:00
ad81dd3960
recover original new style library target names through ALIAS library definitions
2021-10-22 08:23:49 -04:00
b57c8bda51
build yaml library using custom CMakeLists.txt file
2021-10-21 23:39:56 -04:00
8d6461ffcd
whitespace
2021-10-21 23:39:14 -04:00
7cc5092547
make portable to MSVC++
2021-10-21 21:01:59 -04:00
6ad03498c3
make finding plugins for testing multi-config compatible
2021-10-21 19:22:01 -04:00
6e3fcce9e1
move download and extract code into function
2021-10-21 17:35:49 -04:00
d8db9dd3ac
Merge branch 'develop' into multi-config-support
...
# Conflicts:
# cmake/Modules/GTest.cmake
2021-10-21 10:26:31 -04:00
a0b25acf35
refactor loops using (auto var : container) syntax
2021-10-20 21:58:31 -04:00
85433e8bd1
use true/false instead of 1/0 detected and changed by clang-tidy
2021-10-20 12:41:02 -04:00
26b368848b
Add support for an "Update #" appendix to the version string
...
This is for informative output only, so that any code depending
on the LAMMPS_VERSION define will not have to be changed and no
warnings will be printed etc.
2021-10-17 18:06:29 -04:00
8cf030e476
small tweak for mixed precision GPU runs
2021-10-16 07:28:16 -04:00
6827f71f26
pppm kspace styles also require -DFFT_SINGLE when using GPUs in single precision
2021-10-15 20:23:07 -04:00
d857685e74
use emplace_back() instead of push_back()
2021-10-14 01:31:48 -04:00
27145d2789
catch up on refactoring default destructors that were missed previously
2021-10-14 01:12:04 -04:00
2fba6b44e4
use '= default' when default functions should be used
2021-10-13 23:59:05 -04:00
cc416b97f0
Merge pull request #2990 from akohlmey/clang-tidy-refactor
...
First chunk of semi-automated refactoring using clang-tidy
2021-10-13 22:51:25 -04:00
56ce880b32
update force-style test data with corrected efield strength computation
2021-10-13 18:06:49 -04:00
9cfb822847
Merge branch 'master' of github.com:lammps/lammps into acks2_release
2021-10-13 13:37:04 -06:00
165708adeb
use nullptr in unittest tree
2021-10-12 22:52:50 -04:00
1d1573c5f2
Merge branch 'develop' into multi-config-support
2021-10-12 14:42:32 -04:00
a1ff9e35b7
Avoid file name collisions in dump unit tests
2021-10-12 12:15:19 -04:00
93d6e6dec9
update for new way of using googletest
2021-10-12 11:46:37 -04:00