|
|
3668c0fc1b
|
Merge branch 'develop' into fmtlib-10.2.1
|
2024-01-13 05:06:52 -05:00 |
|
|
|
df5461c27e
|
Merge pull request #4021 from jtclemm/BPM
Bug fixes for BPM package
|
2024-01-12 15:24:24 -05:00 |
|
|
|
92481b546e
|
Merge pull request #4036 from akohlmey/collected-kokkos-changes
Collected small KOKKOS changes
|
2024-01-12 15:12:56 -05:00 |
|
|
|
b041ac7454
|
backport bugfix for Kokkos with SYCL from upstream
|
2024-01-12 13:30:16 -05:00 |
|
|
|
5ef8e8cf9a
|
remove variables that are set but not used
|
2024-01-11 18:53:14 -05:00 |
|
|
|
d4bd385f5e
|
remove unused function parameters and corresponding variables
|
2024-01-11 18:52:47 -05:00 |
|
|
|
b5aa04c36a
|
remove unused variable
|
2024-01-11 18:52:23 -05:00 |
|
|
|
4cb82408c3
|
Merge branch 'develop' into fmtlib-10.2.1
|
2024-01-11 18:04:41 -05:00 |
|
|
|
18d140a96e
|
Small tweak
|
2024-01-11 15:51:50 -07:00 |
|
|
|
22d50b32e7
|
Fix more warnings and remove deprecated Kokkos code
|
2024-01-11 15:40:45 -07:00 |
|
|
|
b5dbc4ebf6
|
Add missing dependency
|
2024-01-11 09:29:54 -07:00 |
|
|
|
4d74c62325
|
silence some more warnings
|
2024-01-10 20:17:17 -05:00 |
|
|
|
f6649762e2
|
Moving files to BPM dir, skipping copy lists
|
2024-01-10 16:58:29 -07:00 |
|
|
|
93b7c6e380
|
Fix warnings
|
2024-01-10 12:21:22 -07:00 |
|
|
|
db45c23d69
|
silence compiler warnings
|
2024-01-10 11:52:09 -05:00 |
|
|
|
bd0c4f3979
|
remove dead code and silence compiler warning
|
2024-01-10 11:52:08 -05:00 |
|
|
|
7ca2dcac62
|
Merge pull request #4034 from jorge-ramirez-upm/correct-fix-ave-correlate-long
Small correction to fix/ave/correlate/long to show the right output after a restart
|
2024-01-08 17:01:22 -05:00 |
|
|
|
1b6dc1fe8c
|
Small correction to fix/ave/correlate/long to show the right output after a restart
|
2024-01-07 18:38:47 +01:00 |
|
|
|
43642a6040
|
Kokkos 4 checks for compatible compilers so this is no longer needed.
|
2024-01-05 02:51:41 -05:00 |
|
|
|
45e0d5be0e
|
Merge branch 'fmtlib-10.2.1' of github.com:akohlmey/lammps into fmtlib-10.2.1
|
2024-01-05 02:50:58 -05:00 |
|
|
|
0e148174ae
|
update fmtlib to version 10.2.1
|
2024-01-05 02:49:57 -05:00 |
|
|
|
8ae9151b30
|
must include fmt/ranges.h for fmt::join()
|
2024-01-05 02:49:56 -05:00 |
|
|
|
1e9eb933be
|
Merge pull request #4031 from stanmoore1/kk_pace_opt
Optimize Kokkos PACE pair style for GPUs
|
2024-01-05 02:48:45 -05:00 |
|
|
|
01482e7a2e
|
update fmtlib to version 10.2.1
|
2024-01-04 22:46:40 -05:00 |
|
|
|
f9aafff992
|
must include fmt/ranges.h for fmt::join()
|
2024-01-04 22:45:53 -05:00 |
|
|
|
9d95c51b0b
|
Merge branch 'develop' into kk_pace_opt
# Conflicts:
# src/ML-PACE/compute_pace.cpp
|
2024-01-04 21:08:50 -05:00 |
|
|
|
0e2a065f6b
|
Merge pull request #4003 from stanmoore1/kk_half_thread
Thread over neighbors in addition to atoms when using a half neighlist
|
2024-01-04 21:04:31 -05:00 |
|
|
|
3076f1c5f8
|
Merge pull request #4018 from akohlmey/collected-small-fixes
Collected small fixes and updates
|
2024-01-04 17:47:23 -05:00 |
|
|
|
e26a762f88
|
improve compatibility of oneapi.cmake preset
|
2024-01-04 11:21:38 -05:00 |
|
|
|
9d7582ec1b
|
Small tweak for readability
|
2024-01-03 16:59:11 -07:00 |
|
|
|
55784019f7
|
Fix CPU issue
|
2024-01-03 16:46:06 -07:00 |
|
|
|
e00fc992fc
|
skip python tests using numpy that fail randomly on macOS
|
2024-01-03 15:10:37 -07:00 |
|
|
|
4fbb913425
|
skip python tests using numpy that fail randomly on macOS
|
2024-01-03 15:07:41 -07:00 |
|
|
|
66a5f56682
|
whitespace
|
2024-01-03 14:13:11 -07:00 |
|
|
|
377450882e
|
Port changes to pair_pace_extrapolation_kokkos, unify code
|
2024-01-03 14:10:29 -07:00 |
|
|
|
5020861cbc
|
Fix compiler warnings
|
2024-01-03 13:22:52 -07:00 |
|
|
|
817c7bac18
|
Optimize Kokkos PACE pair style for GPUs
|
2024-01-03 10:11:30 -07:00 |
|
|
|
c1446ddd92
|
improve error messages
|
2024-01-02 11:02:59 -05:00 |
|
|
|
ded160cd41
|
Generalizing fix update/special/bonds for pair hybrid
|
2023-12-31 10:49:59 -07:00 |
|
|
|
9546fd89e5
|
adjust heading levels
|
2023-12-23 12:16:53 -05:00 |
|
|
|
05bbb94345
|
add graph to show relation between branches and versions of LAMMPS
|
2023-12-23 12:06:38 -05:00 |
|
|
|
5d9f384338
|
recreate graphvis images with graphviz 8.1
|
2023-12-23 11:58:40 -05:00 |
|
|
|
b01065b398
|
use "neato" layout only for lammps-classes.dot to avoid issues with recent graphviz versions
|
2023-12-23 11:57:58 -05:00 |
|
|
|
bdb0fc6b7a
|
replace non-ASCII character
|
2023-12-23 11:35:39 -05:00 |
|
|
|
0515f07172
|
whitespace
|
2023-12-23 03:00:11 -05:00 |
|
|
|
d080a1c218
|
Merge branch 'aip-water-update' of github.com:oywg11/lammps into collected-small-fixes
|
2023-12-23 02:46:55 -05:00 |
|
|
|
0822a49cfc
|
Merge branch 'develop' into collected-small-fixes
|
2023-12-23 02:45:37 -05:00 |
|
|
|
35214120ad
|
Merge pull request #4025 from oywg11/ilp-tmd-update
Add a new potential file for ilp/tmd
|
2023-12-22 21:06:27 -05:00 |
|
|
|
6a636d5491
|
Merge pull request #4023 from ndtrung81/unittest-debug
Updated the Developer unittest section for debugging failed unit tests individually
|
2023-12-22 19:59:14 -05:00 |
|
|
|
f147df8b44
|
add full list of atom pairs
|
2023-12-23 08:29:15 +08:00 |
|