|
|
ea5fa92c2f
|
Merge remote-tracking branch 'github/develop' into collected-small-changes
|
2022-12-16 22:16:03 -05:00 |
|
|
|
17d69b7dbd
|
small documentation improvements
|
2022-12-16 22:09:30 -05:00 |
|
|
|
db3ccf93c6
|
Merge pull request #3562 from bramoore/intel_fixes
Collection of small fixes to INTEL package
|
2022-12-16 20:14:02 -05:00 |
|
|
|
9d4af4098c
|
index entries were missing
|
2022-12-16 18:30:28 -05:00 |
|
|
|
111faa758d
|
Merge branch 'develop' into collected-small-changes
|
2022-12-16 18:25:12 -05:00 |
|
|
|
3b267682b5
|
Merge pull request #3522 from mkanski/fix_viscous_kokkos
KOKKOS version of fix viscous and fix dt/reset
|
2022-12-16 18:12:29 -05:00 |
|
|
|
c421a445bd
|
Small cleanup, docs
|
2022-12-16 15:18:57 -07:00 |
|
|
|
6833bed347
|
Merge branch 'develop' of github.com:lammps/lammps into fix_viscous_kokkos
|
2022-12-16 14:35:16 -07:00 |
|
|
|
ce1190aebb
|
Templated functions calling math libraries should use type-aware calls
|
2022-12-16 12:56:25 -06:00 |
|
|
|
1013cd6eae
|
Vector masking is part of AVX512, not limited to Intel compiler
|
2022-12-16 12:56:25 -06:00 |
|
|
|
4e078b01f4
|
Fix uninitialized memebr
|
2022-12-16 12:56:24 -06:00 |
|
|
|
a633915829
|
Merge pull request #3559 from akohlmey/tabulate-scripts
Add python scripts in tools folder to generate table files for different table force styles
|
2022-12-16 11:18:06 -05:00 |
|
|
|
8998ef23de
|
update docs for tools/tabulate scripts
|
2022-12-16 02:49:39 -05:00 |
|
|
|
2de997b52d
|
import tabulate scripts for table files
|
2022-12-16 01:11:52 -05:00 |
|
|
|
a51f31fa6d
|
remove no longer needed discussion of read_restart remap option
|
2022-12-16 01:00:40 -05:00 |
|
|
|
b649b9e963
|
remove dead code
|
2022-12-15 22:56:58 -05:00 |
|
|
|
0407620645
|
document removal of remap option for read_restart
|
2022-12-15 16:34:38 -05:00 |
|
|
|
bacb43ea59
|
add check to detect incorrectly used role keywords.
|
2022-12-15 16:27:00 -05:00 |
|
|
|
b2f0f89d67
|
reformat
|
2022-12-15 16:27:00 -05:00 |
|
|
|
ed248d1a6a
|
enforce initialization of data
|
2022-12-15 16:27:00 -05:00 |
|
|
|
bded6b7fd0
|
update OpenMP suppressions for clang 15.0
|
2022-12-15 16:27:00 -05:00 |
|
|
|
2e4f419e19
|
Merge pull request #3538 from akohlmey/strip-style-suffix
Remove suffix from style names when writing restart files
|
2022-12-14 20:53:56 -05:00 |
|
|
|
bbaa2cbf3c
|
Merge pull request #3558 from jtclemm/BPM
Small patch to BPM package
|
2022-12-14 18:24:47 -05:00 |
|
|
|
60a4ef5c71
|
Merge pull request #3556 from lammps/add-user-vcsgc
Add streamlined version of fix sgcmc from USER-VCSGC package
|
2022-12-14 17:24:58 -05:00 |
|
|
|
88cc0b646a
|
Fix memory leak in Kokkos fix shake
|
2022-12-14 15:05:27 -07:00 |
|
|
|
9b3cc46ccf
|
add override keyword
|
2022-12-14 16:15:24 -05:00 |
|
|
|
b60a6e796e
|
Ensuring data is updated before writing restarts
|
2022-12-14 14:14:43 -07:00 |
|
|
|
85ed8edfcb
|
Prevent double free of CPU memory
|
2022-12-14 13:58:10 -07:00 |
|
|
|
3268687391
|
Removing unnecessary clears in update special fix
|
2022-12-14 13:39:19 -07:00 |
|
|
|
d2c77f1d0c
|
small tweaks from @athomps
|
2022-12-14 15:19:07 -05:00 |
|
|
|
82147f1eb6
|
Merge branch 'strip-style-suffix' of https://github.com/akohlmey/lammps into strip-style-suffix
|
2022-12-14 13:05:01 -07:00 |
|
|
|
babec093ca
|
Merge branch 'develop' into strip-style-suffix
|
2022-12-14 13:45:59 -05:00 |
|
|
|
b70d60ef48
|
small documentation tweak
|
2022-12-14 13:44:42 -05:00 |
|
|
|
13e5b12f21
|
Merge pull request #3555 from stanmoore1/kk_atom_vec
Refactor Kokkos `AtomVec`
|
2022-12-14 13:43:07 -05:00 |
|
|
|
26ad12e2af
|
add code owner for gcmc and sgcmc fixes
|
2022-12-14 12:28:20 -05:00 |
|
|
|
d8b404cc42
|
update docs, fix references, correct spelling issues
|
2022-12-14 10:22:47 -05:00 |
|
|
|
08a257c361
|
small IWYU fix
|
2022-12-13 20:55:53 -05:00 |
|
|
|
cf0a16a33c
|
remove comments for known functions
|
2022-12-13 20:42:19 -05:00 |
|
|
|
fdb9a75714
|
programming style updates
- partially enable clang-format
- reindent
- update parsing of numeric arguments
- update handling of error messages
- add blank after "if", "for", "while" where needed
- silence compiler warnings
|
2022-12-13 20:36:12 -05:00 |
|
|
|
df12232e24
|
Merge branch 'develop' into add-user-vcsgc
|
2022-12-13 18:31:01 -05:00 |
|
|
|
fe7b489149
|
Merge pull request #3550 from akohlmey/collected-small-changes
Collected small changes and fixes
|
2022-12-13 18:26:28 -05:00 |
|
|
|
b2b21540bf
|
import docs for fix sgcmc
|
2022-12-13 17:07:43 -05:00 |
|
|
|
998f41b8f4
|
fix typo
|
2022-12-13 16:39:18 -05:00 |
|
|
|
49cccd7526
|
add example for fix sgcmc
|
2022-12-13 16:35:49 -05:00 |
|
|
|
88ac09a8c0
|
build system support: fix sgcmc may only be compiled if EAM is available
|
2022-12-13 16:35:19 -05:00 |
|
|
|
b76e645182
|
remove optional code
|
2022-12-13 16:14:29 -05:00 |
|
|
|
630b770f80
|
rename files
|
2022-12-13 15:58:16 -05:00 |
|
|
|
422b9999f5
|
add lammps copyright headers
|
2022-12-13 15:56:42 -05:00 |
|
|
|
1440ff7b16
|
import fix sgcmc code from lammps-plugin repo
|
2022-12-13 15:50:21 -05:00 |
|
|
|
01cfe4a2ac
|
Merge branch 'kk_atom_vec' of github.com:stanmoore1/lammps into strip-style-suffix
|
2022-12-13 13:14:51 -07:00 |
|