|
|
a7084c8fdb
|
Merge remote-tracking branch 'origin/develop' into kokkos_unittests
|
2022-02-07 13:04:59 -05:00 |
|
|
|
172f88a0d5
|
Merge pull request #3104 from ohenrich/cg-dna
CG-DNA unit test and performance enhancement
|
2022-02-01 18:30:13 -05:00 |
|
|
|
9a81dc58a1
|
Merge remote-tracking branch 'origin/develop' into kokkos_unittests
|
2022-01-31 11:04:18 -05:00 |
|
|
|
7ee7d0c570
|
apply clang-format
|
2022-01-30 17:18:40 -05:00 |
|
|
|
a8a76dbbe2
|
port python module and package tests to be windows compatible. refactor environment processing
|
2022-01-30 16:48:47 -05:00 |
|
|
|
2e39971cbc
|
re-enable python module tests on windows
|
2022-01-30 16:48:11 -05:00 |
|
|
|
579ac61b5b
|
refactor environment variable settings. make windows compatible
|
2022-01-30 16:47:52 -05:00 |
|
|
|
99cb494594
|
remove automatic generated tag
|
2022-01-30 07:08:15 -05:00 |
|
|
|
4bb7457d6e
|
add option to allow skipping tests by setting a no${CMAKE_SYSTEM_NAME} tag
|
2022-01-30 05:14:57 -05:00 |
|
|
|
ebeb29adf6
|
skip python folder tests for now on windows
|
2022-01-29 21:34:51 -05:00 |
|
|
|
6ff157a099
|
use quoting to avoid issues with blanks and special characters
|
2022-01-29 21:05:19 -05:00 |
|
|
|
cc0d91b222
|
re-add copies of linked files
|
2022-01-29 21:01:49 -05:00 |
|
|
|
571821694e
|
remove links broken on windows
|
2022-01-29 21:01:35 -05:00 |
|
|
|
6c98915a9c
|
port to windows
|
2022-01-29 20:52:37 -05:00 |
|
|
|
0bfc5269dd
|
fix mismatches causing failures on windows
|
2022-01-29 20:52:25 -05:00 |
|
|
|
9014664c13
|
really fix unit test regexes for windows
|
2022-01-29 19:07:35 -05:00 |
|
|
|
c420f804d9
|
make multi-line regex checks compatible with googletests Windows regex syntax
|
2022-01-29 18:52:49 -05:00 |
|
|
|
c464c40d67
|
avoid accessing uninitialized data and triggering bogus memcheck output
|
2022-01-29 18:12:15 -05:00 |
|
|
|
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 |
|
|
|
1d51f2d151
|
must not access invalid/uninitialized data
|
2022-01-28 16:57:58 -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 |
|
|
|
415476983d
|
Merge branch 'develop' into cg-dna
|
2022-01-26 19:31:48 +00:00 |
|
|
|
9b6bb00d07
|
Added unit test for atom_style oxdna
|
2022-01-26 19:20:34 +00: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 |
|
|
|
e0cde6270e
|
Merge branch 'develop' into kokkos_unittests
|
2022-01-11 12:59:36 -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 |
|
|
|
8dd61144cb
|
Merge branch 'develop' into kokkos_unittests
|
2021-12-20 10:54:27 -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 |
|