|
|
c332103938
|
make short read detection bugfix work in parallel
|
2023-06-26 15:20:29 -04:00 |
|
|
|
d4e705b059
|
enable and apply clang-format
|
2023-06-26 10:59:03 -04:00 |
|
|
|
d813519493
|
make handling of masses consistent and simplify code
|
2023-06-26 10:52:12 -04:00 |
|
|
|
d1980031ef
|
remove more duplicate semicolons
|
2023-06-25 06:02:17 -04:00 |
|
|
|
92c118b29f
|
replace for (;;) with while (true)
|
2023-06-25 05:56:51 -04:00 |
|
|
|
bfa39a37ff
|
apply clang-format
|
2023-06-25 05:47:21 -04:00 |
|
|
|
fab01c7d5f
|
Remove extra semicolons
|
2023-06-24 20:26:08 -06:00 |
|
|
|
a38e0fb47b
|
restore clang-format comments
|
2023-06-23 08:22:31 -04:00 |
|
|
|
e9a06a0654
|
correct and reformat error messages for short reads
|
2023-06-22 11:49:56 -04:00 |
|
|
|
ffda6596da
|
detect and flag short reads with missing lines in utils::read_lines_from_file()
|
2023-06-22 10:48:07 -04:00 |
|
|
|
558298ac04
|
Merge branch 'collected-small-fixes' of github.com:akohlmey/lammps into collected-small-fixes
|
2023-06-21 15:05:11 -04:00 |
|
|
|
e95b10f24a
|
update VMD plugin headers to the latest version
|
2023-06-21 06:44:09 -04:00 |
|
|
|
e4b50a610e
|
avoid segfaults if a dump is created and followed by run pre no
|
2023-06-21 06:44:08 -04:00 |
|
|
|
6d6f57aeff
|
cosmetic
|
2023-06-20 16:17:11 -04:00 |
|
|
|
fcc3c99e2b
|
avoid segfaults if a dump is created and followed by run pre no
|
2023-06-20 13:31:16 -04:00 |
|
|
|
6791651b62
|
add else branch to make coverity scan happy
|
2023-06-20 09:41:55 -04:00 |
|
|
|
af3d971023
|
allow longer argument strings to avoid failues with unit tests
|
2023-06-19 18:49:43 -04:00 |
|
|
|
c5d9f901d9
|
Merge pull request #3829 from JohnLucas1/fixpair_bugfix
fix pair bugfix
|
2023-06-19 15:13:39 -04:00 |
|
|
|
104d175a85
|
Merge pull request #3822 from ilia-nikiforov-umn/patch-1
Update lib/kim/README
|
2023-06-19 14:39:43 -04:00 |
|
|
|
585e47c01a
|
Merge pull request #3826 from srtee/patch-3
debug fix_modify press for press/berendsen
|
2023-06-19 14:25:49 -04:00 |
|
|
|
f5d9e78659
|
Merge pull request #3819 from stanmoore1/kk_sycl
Pair SNAP tuning for Kokkos SYCL
|
2023-06-19 14:25:14 -04:00 |
|
|
|
d6f93a5253
|
Merge pull request #3821 from stanmoore1/kk_npair_workaround
Temporarily disable team policy for Kokkos ghost neigh list build due to kno…
|
2023-06-19 14:24:48 -04:00 |
|
|
|
c08182801f
|
Merge pull request #3825 from akohlmey/remove-obsolete-fortran-interface
Remove obsolete fortran interfaces
|
2023-06-19 14:20:35 -04:00 |
|
|
|
0adb355001
|
Merge pull request #3823 from akohlmey/collected-small-fixes
Collected small fixes
|
2023-06-19 14:04:55 -04:00 |
|
|
|
542aa203da
|
correct typo in fix pair documentation
|
2023-06-18 20:42:45 -05:00 |
|
|
|
6ccf5f107c
|
fix a bug in fix pair
|
2023-06-18 20:39:18 -05:00 |
|
|
|
21fb50f37b
|
correct logic bug
|
2023-06-18 07:40:04 -04:00 |
|
|
|
2cea819e7f
|
cosmetic
|
2023-06-18 07:24:42 -04:00 |
|
|
|
5196e4422b
|
debug fix_modify press for press/berendsen
|
2023-06-18 17:51:15 +10:00 |
|
|
|
70823cac50
|
remove dead code
|
2023-06-17 23:30:36 -04:00 |
|
|
|
e2e9170dfa
|
protect a couple more fixes from segfaults from errors in derived classes
|
2023-06-17 18:52:57 -04:00 |
|
|
|
753a0bd386
|
remove obsolete Fortran interfaces from examples/COUPLE folder
|
2023-06-17 18:31:11 -04:00 |
|
|
|
5eba9d7ee3
|
update regex for change to version output
|
2023-06-17 18:04:54 -04:00 |
|
|
|
f193a87426
|
correct CMake syntax
|
2023-06-17 18:04:38 -04:00 |
|
|
|
058d817335
|
whitespace
|
2023-06-17 17:45:16 -04:00 |
|
|
|
a3de790a0d
|
include git descriptor info when compiling develop or maintenance version
|
2023-06-17 15:01:17 -04:00 |
|
|
|
9231ec6dbe
|
avoid segfault on deleting callback when there is an error in the constructor or a derived class
|
2023-06-17 14:39:32 -04:00 |
|
|
|
37ca3f9af8
|
apply clang-format
|
2023-06-17 14:38:59 -04:00 |
|
|
|
60d060eeb1
|
fix logic bug
|
2023-06-17 14:38:49 -04:00 |
|
|
|
ce75691eae
|
address issues flagged by coverity scan
|
2023-06-17 00:35:05 -04:00 |
|
|
|
6f5e5746b3
|
Update lib/kim/README
Fix some typos and update to non-deprecated form of kim commands
|
2023-06-16 12:21:42 -05:00 |
|
|
|
2d3bbd2e72
|
Temporarily disable team policy for ghost neigh list build due to known bug
|
2023-06-16 10:52:21 -06:00 |
|
|
|
bb9dc960b7
|
Use updated values from @cjknight
|
2023-06-16 10:26:01 -06:00 |
|
|
|
a20ed8e5e4
|
improve error messages for dump style custom
|
2023-06-16 12:13:22 -04:00 |
|
|
|
59c5ed63e3
|
programming style
|
2023-06-16 12:12:23 -04:00 |
|
|
|
74c4eb1063
|
indicate that LAMMPS was built from a development version
|
2023-06-16 12:12:12 -04:00 |
|
|
|
9673c22cc7
|
Merge pull request #3818 from akohlmey/next_release
Update version strings for upcoming release
patch_15Jun2023
|
2023-06-15 14:30:40 -04:00 |
|
|
|
0df1542be1
|
Pair SNAP tuning for Kokkos SYCL
|
2023-06-15 10:22:35 -06:00 |
|
|
|
1144a01658
|
Merge pull request #3815 from akohlmey/collected_small_changes
Collected small changes and fixes for the next feature release
|
2023-06-15 10:01:54 -04:00 |
|
|
|
55d767e416
|
make sure intermediate results are 64-bit compatible, so the won't overflow
|
2023-06-15 01:51:12 -04:00 |
|