|
|
d99c960eb9
|
resolve unit test failures due to enhanced error handling
|
2025-01-18 21:40:48 -05:00 |
|
|
|
a5a0620dca
|
When KOKKOS has been compiled with GPU support the GPU *must* be used
|
2024-07-30 10:35:15 -04:00 |
|
|
|
da2bd44b73
|
modernize and reformat with clang-tidy and clang-format
|
2024-07-04 11:17:54 -04:00 |
|
|
|
400070d038
|
catch command errors
|
2024-04-22 21:28:56 -04:00 |
|
|
|
f66ae5c285
|
output verbose info
|
2024-04-22 21:23:42 -04:00 |
|
|
|
46768d0ff3
|
Correctly build argv with nullptr at the end
|
2023-11-08 09:18:58 -07:00 |
|
|
|
ecb28e8e2e
|
Merge branch 'develop' into cmake-3.16
|
2023-08-04 04:26:30 -04:00 |
|
|
|
378ef4b23e
|
require CMake version 3.16
|
2023-06-30 22:59:41 -04:00 |
|
|
|
5f4a80d41f
|
remove obsolete unittest code specific to handling the case of lammps exceptions disabled
|
2023-04-16 12:34:47 -04:00 |
|
|
|
bb6ea422b7
|
avoid global namespace import in header, more consistency
|
2022-08-28 17:22:26 -04:00 |
|
|
|
634496b509
|
consistent naming and style
|
2022-08-28 17:06:38 -04:00 |
|
|
|
ae1a33aa5a
|
update unit test
|
2022-06-28 13:36:49 -04:00 |
|
|
|
d8e98cb99d
|
make tests more complex and add vector variable expansion
|
2022-04-26 17:53:47 -04:00 |
|
|
|
64fff417c3
|
test more bound variants
|
2022-04-26 17:25:27 -04:00 |
|
|
|
7eb6c2652f
|
update advanced utils tests. include test for expand args
|
2022-04-26 16:16:44 -04:00 |
|
|
|
837f9040d8
|
add tests for advanced utility functions that require a LAMMPS instance
|
2022-04-26 09:30:34 -04:00 |
|
|
|
4691ff06b5
|
format
|
2022-04-26 09:30:10 -04:00 |
|
|
|
55703f9027
|
update class instantiation unit test for kokkos to adapt to thread availability
|
2022-02-15 21:54:21 -05:00 |
|
|
|
8fbaaffd3e
|
remove incorrect scope
|
2022-02-03 17:16:20 -05:00 |
|
|
|
2a7823686d
|
use introspection to check for Kokkos::OpenMP only when it is enabled
|
2022-02-03 16:08:00 -05:00 |
|
|
|
7ee7d0c570
|
apply clang-format
|
2022-01-30 17:18:40 -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 |
|
|
|
7978bf671d
|
use canonical syntax for adding tests
|
2022-01-28 21:12:13 -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 |
|
|
|
878dd746db
|
reduce warnings and improve portability
|
2021-12-09 13:55:53 -05:00 |
|
|
|
6479116419
|
Merge branch 'develop' into multi-config-support
|
2021-11-02 16:39:12 -04:00 |
|
|
|
5c9a4f4be0
|
implement platform abstraction of unsetenv()
|
2021-10-22 11:05:32 -04:00 |
|
|
|
ad81dd3960
|
recover original new style library target names through ALIAS library definitions
|
2021-10-22 08:23: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 |
|
|
|
2fba6b44e4
|
use '= default' when default functions should be used
|
2021-10-13 23:59:05 -04:00 |
|
|
|
165708adeb
|
use nullptr in unittest tree
|
2021-10-12 22:52:50 -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 |
|
|
|
84c945f7fb
|
Use multi-config compatible way to integrate googletest for unit testing
|
2021-09-11 04:50:04 -04:00 |
|
|
|
878795e64a
|
bulk rename of remaining USER- packages
|
2021-06-29 20:12:59 -04:00 |
|
|
|
2d4bb8f38c
|
rename USER-MESODPD and USER-SDPD to DPD-MESO and DPD-SMOOTH
|
2021-06-29 19:45:38 -04:00 |
|
|
|
8e185a1a12
|
rename USER-DPD to DPD-REACT
|
2021-06-29 19:41:23 -04:00 |
|
|
|
1dc25b0e10
|
rename USER-OMP to OPENMP
|
2021-06-29 17:48:22 -04:00 |
|
|
|
c085e55695
|
rename USER-SMD package to MACHDYN
|
2021-06-29 17:19:39 -04:00 |
|
|
|
ba854ec7c3
|
changes required to cross-compile unit tests for windows
|
2021-05-23 01:46:14 -04:00 |
|
|
|
3eef759bb1
|
Merge pull request #2749 from akohlmey/varargs-message-warning
Make warning and info messages vararg compatible and implement "thermo_modify warn"
|
2021-05-10 13:41:23 -04:00 |
|
|
|
8fd0595f1b
|
update error class unit test
|
2021-05-05 18:18:05 -04:00 |
|
|
|
ed45ef301f
|
add unit test for error class
|
2021-05-05 14:55:47 -04:00 |
|
|
|
69224ea682
|
must skip this test if USER-OMP is installed but OpenMP not enabled
|
2021-05-03 15:30:48 -04:00 |
|
|
|
16964e12bc
|
remove fragile OpenMP thread checks
|
2021-05-02 22:06:08 -04:00 |
|
|
|
cce54b6ba5
|
disable check failing due to inconsistent behavior on different platforms
|
2021-04-27 16:13:23 -04:00 |
|
|
|
ba4781bd82
|
restore old string matching as it works just as well (on my machine)
|
2021-04-25 01:14:57 -04:00 |
|
|
|
b7088a14ae
|
use alternate way to compare strings
|
2021-04-25 00:45:10 -04:00 |
|