Commit Graph

1977 Commits

Author SHA1 Message Date
96d99e3dd6 unit test for extract() in bond-fene_expand.yaml 2024-09-22 15:33:46 +02:00
0d6abcb86a unit test for extract() in bond-mm3.yaml 2024-09-22 15:31:01 +02:00
47bb1a8748 update unit test 2024-09-16 21:04:22 -04:00
804aa4ee85 improve error message 2024-09-16 20:38:50 -04:00
44d86c378b relax epsilon or mark unstable based on test results on non-x86 architectures 2024-09-16 00:34:28 -04:00
78597a9c39 add fortran module tests for extracting atom properties with array dimensions 2024-08-31 12:16:27 -04:00
84fa26ee2c update test checking tool 2024-08-31 11:13:53 -04:00
2c05378815 expand python module unit tests for extract_atom() 2024-08-31 07:04:59 -04:00
9d9e591b54 first try at implementing lammps_extract_atom_size() 2024-08-30 22:50:42 -04:00
f3f69da328 expand tests on properties including custom properties 2024-08-30 10:29:41 -04:00
67bba08b3d add unit tests for extracting lattice spacings 2024-08-25 00:41:58 -04:00
42dec6fe6e modernize and remove dead code 2024-08-22 21:03:29 -04:00
19d6227220 plug memory leaks in testers 2024-08-20 09:19:58 -04:00
02752ddf6a don't leak memory when throwing an exception 2024-08-20 01:15:53 -04:00
2cda355a92 restore to original for windows 2024-08-19 04:45:32 -04:00
75663ab14b windows hack 2024-08-19 01:21:00 -04:00
ca937372f4 fix typo 2024-08-19 00:34:52 -04:00
67e0af8a1b find LAMMPS python module for force style tests 2024-08-19 00:31:24 -04:00
8111697882 relax epsilong to accommodate MSVC++ 2024-08-13 01:08:57 -04:00
4ee6910d98 add tests for 2NN MEAM potentials 2024-08-12 23:48:06 -04:00
69294ef343 add "verbose" option for debugging which will divert libcurl logging to the screen 2024-08-07 13:08:35 -04:00
c8ba358f67 more debugging github runner for macos 2024-08-07 12:20:35 -04:00
a8bb296a17 switch to verbose mode to debug GitHub runner. 2024-08-07 11:15:13 -04:00
937c17f3b8 add tests for geturl command 2024-08-07 10:27:48 -04:00
0367f3ed07 avoid memory leaks from extracting scalar data from fixes 2024-08-02 18:17:01 -04:00
7a3ba6027b add option to skip death tests for use with valgrind checking of unit tests 2024-08-01 17:38:12 -04:00
a5a0620dca When KOKKOS has been compiled with GPU support the GPU *must* be used 2024-07-30 10:35:15 -04:00
361b8c25c4 use c++11 function to convert strings to numbers 2024-07-30 00:34:12 -04:00
d5e57ac02d reimplement using C++11 2024-07-30 00:33:44 -04:00
a00b396159 re-enabled unit test 2024-07-29 15:12:16 -04:00
d84b12ea63 define EPSILON consistently as static constexp 2024-07-29 11:57:46 -04:00
eeaa1eadeb add test for value tokenizer to check limits 2024-07-29 11:57:09 -04:00
45795acdbf import bugfix for dihedral style charmmfsw from PR #4190. Test passes. 2024-07-28 03:28:59 -04:00
517fadd167 skip kokkos_omp tests for now since they are failing 2024-07-27 21:11:21 -04:00
83297a1071 extend force style testers for bonded interactions to check KOKKOS/OpenMP
selectively imported from PR #4190 by @alphataubio
2024-07-27 21:06:52 -04:00
a5d0efcd5b make test environment consistent across all force tests 2024-07-27 20:42:42 -04:00
590c7dcf8f Merge branch 'lammps:develop' into spica-kk 2024-07-25 13:54:44 -04:00
91931f0ea2 Merge remote-tracking branch 'github/develop' into collected-small-fixes
# Conflicts:
#	doc/src/Tools.rst
2024-07-23 17:04:36 -04:00
9fd21fa065 Remove lammps-shell tool as it has been superseded by LAMMPS-GUI 2024-07-22 06:43:10 -04:00
4daba292d7 add unit tests for library interface function lammps_extract_pair() and python equivalent 2024-07-16 18:30:45 -04:00
d7792956d6 bugfix for unittest/fortran/wrap_configuration.cpp 2024-07-15 17:47:22 -04:00
046f57625a Merge branch 'develop' into collected-small-changes 2024-07-15 13:10:35 -04:00
58513320d3 core files: replace sprintf with snprintf 2024-07-13 15:33:56 -06:00
47af1775c2 update test since we have now one invocation also during setup 2024-07-11 15:02:03 -04:00
fdf9ffee73 use auto for type 2024-07-06 00:52:27 -04:00
f05c87cd43 use proper const qualifier 2024-07-05 21:31:52 -04:00
a3bacfca65 more unit tests for tokenizer functions constains() and matches() 2024-07-05 18:55:55 -04:00
8fcde04097 add a "matches()" method to the Tokenizer and ValueTokenizer classes using utils::strmatch() 2024-07-05 15:45:49 -04:00
da2bd44b73 modernize and reformat with clang-tidy and clang-format 2024-07-04 11:17:54 -04:00
dc07a75011 whitespace 2024-06-30 18:36:18 -04:00