|
|
d89e6f6765
|
do not downgrade C++ standard when adding the KOKKOS package
|
2021-09-21 23:52:49 -04:00 |
|
|
|
ce05ed15c1
|
adjust for compatibility with C++20 compilers
|
2021-09-21 23:52:30 -04:00 |
|
|
|
f2aacca803
|
modernize and fix some memory leaks
|
2021-09-21 22:03:38 -04:00 |
|
|
|
afccf1933f
|
correctly specify the destructor function name.
|
2021-09-20 23:40:14 -04:00 |
|
|
|
8d8c710982
|
Merge pull request #2942 from akohlmey/next_patch_release
Step version strings for the next patch release
patch_20Sep2021
|
2021-09-20 20:35:23 -04:00 |
|
|
|
9a2c2b5fe3
|
Merge pull request #2941 from akohlmey/collected-small-changes
Large collection of updates and bugfixes for the stable release
|
2021-09-20 16:49:00 -04:00 |
|
|
|
f340e15587
|
update version strings
|
2021-09-20 16:26:47 -04:00 |
|
|
|
c39d3057dc
|
insert missing atom-ID
|
2021-09-20 16:14:18 -04:00 |
|
|
|
b73c9280c9
|
improve error message
|
2021-09-20 13:58:48 -04:00 |
|
|
|
5ff881fb0d
|
Change "offsite" to "external" to correct broken URLs to lammps.org
|
2021-09-20 12:05:52 -04:00 |
|
|
|
22d7ce564a
|
fix typo
|
2021-09-20 07:29:10 -04:00 |
|
|
|
f80df9ae41
|
a few more (final?) IWYU updates
|
2021-09-19 09:41:23 -04:00 |
|
|
|
4fcf343227
|
fix typo
|
2021-09-18 21:59:31 -04:00 |
|
|
|
3cab58bffe
|
small correction
|
2021-09-18 21:34:30 -04:00 |
|
|
|
12406b90a1
|
more iwyu header updates
|
2021-09-18 21:24:01 -04:00 |
|
|
|
579f08bbbc
|
add support for compilation of OpenCL loader on FreeBSD
|
2021-09-18 19:04:08 -04:00 |
|
|
|
c0a910a6c5
|
expand mapping to handle "style_*.h" header files correctly.
|
2021-09-18 16:37:06 -04:00 |
|
|
|
2b3a09ac88
|
a few remaining updates to include statements
|
2021-09-18 16:36:44 -04:00 |
|
|
|
2382d6c71d
|
handle changes in GAP repo
|
2021-09-18 16:36:18 -04:00 |
|
|
|
bca99f684f
|
update list and order of include files from include-what-you-use analysis
|
2021-09-18 14:16:48 -04:00 |
|
|
|
db76edbade
|
implement utils::current_date() convenience function to reduce replicated code
|
2021-09-18 09:05:35 -04:00 |
|
|
|
5a6c1abeed
|
dead code removal
|
2021-09-17 22:53:59 -04:00 |
|
|
|
a46b8688ea
|
apply fix from balance command to fix balance
|
2021-09-17 22:52:58 -04:00 |
|
|
|
cb2de211b2
|
small corrections
|
2021-09-17 22:52:13 -04:00 |
|
|
|
a71b77c06e
|
simplify. use utils::strdup() more.
|
2021-09-17 22:51:59 -04:00 |
|
|
|
385220fd4b
|
format changes
|
2021-09-17 22:50:15 -04:00 |
|
|
|
cd3efc3fa8
|
initialize all members
|
2021-09-17 22:45:26 -04:00 |
|
|
|
ffeeb2f977
|
simplify
|
2021-09-17 19:54:55 -04:00 |
|
|
|
e6fb0e3bd8
|
small tweaks
|
2021-09-17 16:51:37 -04:00 |
|
|
|
3046c9ca93
|
include EXTRA-DUMP in "most"
|
2021-09-16 23:01:42 -04:00 |
|
|
|
dc49917412
|
remove unused variable
|
2021-09-16 22:58:42 -04:00 |
|
|
|
5bddddcd7a
|
revert modernization change (for now)
|
2021-09-16 22:57:14 -04:00 |
|
|
|
5c14825d69
|
Add stable link in docs
|
2021-09-16 18:13:41 -04:00 |
|
|
|
5bbec337e5
|
provide more comprehensive suggestions for GPU neighbor list errors
|
2021-09-16 10:23:44 -04:00 |
|
|
|
0fcc10b635
|
fix typo
|
2021-09-16 10:18:49 -04:00 |
|
|
|
e82a2a3280
|
enforce initialization and thus silence compiler warnings
|
2021-09-16 07:58:21 -04:00 |
|
|
|
75f2eb604d
|
remove redundant code: all struct members are initialized to defaults in the constructor
|
2021-09-16 07:45:33 -04:00 |
|
|
|
5411075cc6
|
modernize
|
2021-09-16 07:44:27 -04:00 |
|
|
|
90225153d9
|
make sure err_flag is initialized
|
2021-09-16 07:33:34 -04:00 |
|
|
|
00e396c921
|
move misplaced #endif and make code more readable
|
2021-09-16 07:33:24 -04:00 |
|
|
|
353b3a2bb3
|
reformat for increased readability
|
2021-09-16 07:25:04 -04:00 |
|
|
|
dc50db0675
|
use explicit scoping when virtual dispatch is not (yet) available
|
2021-09-16 01:01:38 -04:00 |
|
|
|
1fd25071b9
|
modernize
|
2021-09-16 01:01:19 -04:00 |
|
|
|
ef8a0e5005
|
removed dead code, reformat
|
2021-09-16 00:55:30 -04:00 |
|
|
|
761e519a15
|
simplify
|
2021-09-16 00:55:02 -04:00 |
|
|
|
a47df02f79
|
modernize
|
2021-09-16 00:54:46 -04:00 |
|
|
|
c83ad07740
|
simplify
|
2021-09-16 00:27:16 -04:00 |
|
|
|
2c945f6753
|
small performance optimization for pair style comb
|
2021-09-16 00:26:53 -04:00 |
|
|
|
7aa6241db5
|
about 1.5x speedup for pair style comb3 by using MathSpecial::powint()
|
2021-09-16 00:13:28 -04:00 |
|
|
|
2b6ff442d8
|
remove dead code
|
2021-09-16 00:11:53 -04:00 |
|