|
|
42594bbbb7
|
Convert path to test inputs folder to native syntax on windows to make tests with file copying portable.
|
2022-08-06 22:46:52 -04:00 |
|
|
|
e6b47b0b4d
|
make test input platform independent with is_os() variable function
|
2022-08-06 21:44:49 -04:00 |
|
|
|
4ac74a4153
|
add is_os() special function to the variable command
|
2022-08-06 21:44:03 -04:00 |
|
|
|
5b0a9cea99
|
use ISO_C_BINDING compatible return type
|
2022-08-06 20:43:04 -04:00 |
|
|
|
a9aa462a60
|
use alternate way to incorporate the module via "include" in the source code
|
2022-08-06 18:47:31 -04:00 |
|
|
|
801d59a9ac
|
correct MPI detection for Fortran
|
2022-08-06 18:46:56 -04:00 |
|
|
|
7bce3a92e2
|
correct test for overload with/without optional format arguments
|
2022-08-04 22:00:13 -04:00 |
|
|
|
7232261cea
|
correct unit tests for dump local
|
2022-07-17 12:15:44 -04:00 |
|
|
|
a393569083
|
Merge pull request #3343 from yskmiyazaki/style-sdk-update
Change package name CG-SDK to CG-SPICA and add a function type LJ12-5 to the package
|
2022-07-15 14:54:41 -04:00 |
|
|
|
4a747fa40c
|
Merge branch 'develop' into amoeba
|
2022-07-13 03:14:39 -04:00 |
|
|
|
be0f4917c2
|
Merge branch 'lammps:develop' into style-sdk-update
|
2022-07-08 19:57:44 +09:00 |
|
|
|
099992f9c2
|
changed file and style names for lj/spica in unittest/force-styles/tests.
|
2022-07-08 18:41:50 +09:00 |
|
|
|
be25a83210
|
Merge pull request #3340 from akohlmey/coul-slater-exclusions
Correct excluded force and energy term for pair style coul/slater/long
|
2022-07-08 03:57:43 -04:00 |
|
|
|
66c1d8bbca
|
update unit test
|
2022-07-07 09:01:16 -04:00 |
|
|
|
574818c3e9
|
add unit test for utils::join_words()
|
2022-07-05 00:27:28 -04:00 |
|
|
|
ea48b031a4
|
must not run hybrid styles with GPU package that use the same pair style twice
|
2022-07-02 21:24:25 -04:00 |
|
|
|
1f75740de7
|
add unit test input for hybrid twobody/threebody sw style
|
2022-07-02 18:32:23 -04:00 |
|
|
|
67a3a7a6c1
|
add unit test for twobody off and implement and test single() function
|
2022-07-02 18:02:15 -04:00 |
|
|
|
146b00c395
|
Merge pull request #3307 from lammps/fix-mdi-aimd-enhance
MDI package enhancements
|
2022-07-01 20:48:40 -04:00 |
|
|
|
b6f7dd9df9
|
update googletest to version 1.12.1
|
2022-06-30 15:58:40 -04:00 |
|
|
|
533a56404a
|
add more unit tests for boolean expressions
|
2022-06-29 16:45:28 -04:00 |
|
|
|
bb3cd71e77
|
Merge branch 'develop' into collected-small-fixes
|
2022-06-29 16:43:47 -04:00 |
|
|
|
793069d8eb
|
update and expand unit tests for if() command boolean evaluation
|
2022-06-29 12:24:43 -04:00 |
|
|
|
141d09ab9b
|
Merge branch 'develop' into fix-mdi-aimd-enhance
# Conflicts:
# doc/src/fix_mdi_aimd.rst
|
2022-06-28 13:38:43 -04:00 |
|
|
|
ae1a33aa5a
|
update unit test
|
2022-06-28 13:36:49 -04:00 |
|
|
|
cf942e7d5f
|
may check for MPI library Fortran support only if MPI is enabled
|
2022-06-23 15:54:04 -04:00 |
|
|
|
ec46510d2e
|
add local extract_compute() tests
|
2022-06-20 23:07:01 -04:00 |
|
|
|
033af0c507
|
add unit test for extracting local vector and array via numpy
|
2022-06-20 18:48:50 -04:00 |
|
|
|
063fc47f64
|
tweak to avoid test failure on FreeBSD
|
2022-06-19 06:38:14 -04:00 |
|
|
|
25c74652e3
|
remove bogus tags
|
2022-06-04 04:25:13 -04:00 |
|
|
|
7c4d77f776
|
tweak epsilon for portability
|
2022-06-03 07:36:25 -04:00 |
|
|
|
2da61d69a1
|
Merge pull request #3289 from akohlmey/collected-small-changes
A few last minutes updates and fixes for the next patch release
|
2022-06-02 20:16:39 -04:00 |
|
|
|
90add188cb
|
Merge pull request #3279 from schererc/develop
Addition of two new MANYBODY pair styles (sw/angle/table and threebody/table)
|
2022-06-02 14:24:44 -04:00 |
|
|
|
e214013a91
|
tweak epsilon to avoid failure on FreeBSD
|
2022-06-02 07:53:41 -04:00 |
|
|
|
c028dcbdf7
|
small tweak
|
2022-06-01 22:14:04 -04:00 |
|
|
|
217b070204
|
add unit tests
|
2022-06-01 15:31:49 -04:00 |
|
|
|
9da3dd796a
|
delete undesired default members instead of making them inaccessible
|
2022-06-01 02:30:25 -04:00 |
|
|
|
5abb6c76af
|
small tweak
|
2022-06-01 02:13:02 -04:00 |
|
|
|
234b9f180a
|
use clang-tidy and clang-format to update/modernize/simplify code
|
2022-05-31 14:46:57 -04:00 |
|
|
|
fa79a66734
|
feof() returns non-zero not necessarily 1
|
2022-05-29 19:53:11 -04:00 |
|
|
|
90730f0d3c
|
update windows version history
|
2022-05-29 02:01:21 -04:00 |
|
|
|
e2dd08a93e
|
Better handle file- or path-names with spaces
|
2022-05-28 04:55:10 -04:00 |
|
|
|
0b3efa4dd6
|
set masses from BOP potential files, update unit tests accordingly
|
2022-05-28 04:45:52 -04:00 |
|
|
|
dba9fdb1ef
|
Merge branch 'develop' into collected-small-changes
|
2022-05-26 06:37:24 -04:00 |
|
|
|
43b57b8aa5
|
update unit test reference data
|
2022-05-23 20:14:10 -04:00 |
|
|
|
bead819070
|
changes missing from the previous commit
|
2022-05-23 11:37:00 -04:00 |
|
|
|
b461a49eee
|
use _EXECUTABLE consistently instead of _BINARY
|
2022-05-23 11:14:17 -04:00 |
|
|
|
007588f9cb
|
use GZIP executable variable name consistently
|
2022-05-21 18:56:58 -04:00 |
|
|
|
e3e849b266
|
skip compressed file format tests if gzip executable is not found
|
2022-05-21 07:37:25 -04:00 |
|
|
|
eb4c1cd14f
|
update attempt to hide hwloc pci bus warnings
|
2022-05-19 07:28:57 -04:00 |
|