|
|
f812b94e40
|
Update relative paths to dynamic links
|
2020-06-23 14:23:41 -07:00 |
|
|
|
6fbcb84819
|
Update dynamical matrix examples
|
2020-06-22 15:26:04 -07:00 |
|
|
|
3fffe20463
|
Merge pull request #2172 from weinbe2/fea-snap-yi-aosoa
SNAP optimizations - AoSoA data layouts, chem snap indexing conventions, misc perf improvements
|
2020-06-22 13:54:06 -04:00 |
|
|
|
b0dd93f06f
|
Whitespace tweak
|
2020-06-22 10:50:31 -06:00 |
|
|
|
55d6f1a34f
|
Fixed variable name to be more consistent with rest of code.
|
2020-06-19 19:33:17 -04:00 |
|
|
|
f5a31fefdc
|
Merge pull request #2171 from athomps/orientorder-components-parity
Switched the sign of spherical harmonics for m odd
|
2020-06-19 18:46:15 -04:00 |
|
|
|
9f6b2e97b1
|
Merge pull request #2169 from lammps/hyper-debug
Tweaks to local hyper dynamics
|
2020-06-19 17:17:56 -04:00 |
|
|
|
5148834d23
|
Merge pull request #2162 from akohlmey/collected-small-changes
Collected small changes
|
2020-06-19 17:07:07 -04:00 |
|
|
|
641f924161
|
Port changes to Kokkos package
|
2020-06-19 14:44:13 -06:00 |
|
|
|
b218fc44da
|
Merge branch 'master' of https://github.com/lammps/lammps into orientorder-components-parity
|
2020-06-19 14:32:00 -06:00 |
|
|
|
bb40613db3
|
convert input degrees to internal radians for create_atoms rotate
|
2020-06-19 15:38:36 -04:00 |
|
|
|
a862a8c764
|
use {fmt}
|
2020-06-19 15:37:53 -04:00 |
|
|
|
c7874fca86
|
Switched the sign of spherical harmonics for m odd
|
2020-06-19 12:18:11 -06:00 |
|
|
|
befd4c8bfd
|
Optimizations to Compute[Yi/Zi/Bi], switching over to an AoSoA data layout on the GPU. CPU vs GPU code paths are now maximally divergent, will include some discussion of that in PR. Small performance tweaks in Compute[UiTot/FusedDeidrj].
|
2020-06-19 14:12:29 -04:00 |
|
|
|
a40f4873fb
|
comment out debug options and make some tallies bigints
|
2020-06-19 10:35:42 -06:00 |
|
|
|
3cdf0e286e
|
add comments to explain why 1 item is added to rendezvous buffers.
|
2020-06-19 12:32:11 -04:00 |
|
|
|
08cb7664a3
|
renumber customization comments
|
2020-06-19 12:31:47 -04:00 |
|
|
|
4a447f1809
|
move deleting all array data associated with an atom style to AtomVec base class destructor
|
2020-06-19 12:31:31 -04:00 |
|
|
|
4d630904b4
|
relax a few more test criteria to be compatible with intel compilers
|
2020-06-19 11:43:59 -04:00 |
|
|
|
8f4e18ba3a
|
change logic of selecting and allowing sanitizer options to be compatible with unsupported compilers
|
2020-06-19 11:30:38 -04:00 |
|
|
|
0249cf7510
|
better and more general version of the previous commit
|
2020-06-19 01:10:45 -04:00 |
|
|
|
a4de04d823
|
make certain that allocated buffers in Comm::rendezvous_all2all() are not NULL
|
2020-06-19 00:44:09 -04:00 |
|
|
|
343241cb63
|
relax some test epsilons
|
2020-06-19 00:43:11 -04:00 |
|
|
|
e934f7bac3
|
try to work around linker issues with older CMake versions and using coverage or sanitizers
|
2020-06-19 00:20:20 -04:00 |
|
|
|
7e2f29bb65
|
Merge pull request #2168 from charlessievers/chem_snap
Chem snap bugifx
|
2020-06-18 23:59:25 -04:00 |
|
|
|
f78671c1a4
|
reorganize memory (de-)allocation and fix substantial memory leak in MSM
|
2020-06-18 23:43:16 -04:00 |
|
|
|
d8e0f553b6
|
Merge remote-tracking branch 'origin/chem_snap' into chem_snap
|
2020-06-18 18:21:10 -07:00 |
|
|
|
9b73b4a6ca
|
Unnecessary loop over zero_yi for non chem snap multielement systems
|
2020-06-18 18:20:30 -07:00 |
|
|
|
02ffa46fa7
|
simplify memory management and plug leaks in pair style bop
|
2020-06-18 17:12:51 -04:00 |
|
|
|
328709513b
|
plug memory leaks in pair style comb and comb3
|
2020-06-18 16:34:25 -04:00 |
|
|
|
fcdd2c5026
|
prevent memory leaks in pair style tersoff/table
|
2020-06-18 16:13:02 -04:00 |
|
|
|
b83fab92bf
|
document coding style and sanitizing options
|
2020-06-18 13:35:07 -04:00 |
|
|
|
dfe860c4bb
|
update coding style
|
2020-06-18 13:34:34 -04:00 |
|
|
|
a42c68892f
|
address memory leak and C versus C++ programming issues in pair style polymorphic
|
2020-06-18 13:09:58 -04:00 |
|
|
|
bfe42e3fbe
|
make sure delete gc[n] is safe
|
2020-06-18 12:40:08 -04:00 |
|
|
|
5e597e551b
|
avoid false positive
|
2020-06-18 12:39:40 -04:00 |
|
|
|
786473a189
|
allow sanitizers also be active for force style test codes
|
2020-06-18 12:39:23 -04:00 |
|
|
|
8816d7fe3e
|
plug small memory leak in pair style eam/cd
|
2020-06-18 11:52:33 -04:00 |
|
|
|
b866ea68f6
|
make sanitizers an explicit cmake option (again) so we can set the flags properly
|
2020-06-18 11:46:42 -04:00 |
|
|
|
b0842a3fea
|
tell GNU gcc to not try to optimize the atom style tester tool
|
2020-06-18 11:45:56 -04:00 |
|
|
|
41995b4665
|
avoid false positives about memory leaks in force tester tools
|
2020-06-18 11:45:26 -04:00 |
|
|
|
77f6fecc86
|
Merge pull request #1971 from charlessievers/chem_snap
Chemical specificity for SNAP
|
2020-06-18 10:11:15 -04:00 |
|
|
|
547137f737
|
remove unused code
|
2020-06-17 23:48:09 -04:00 |
|
|
|
d6ca98cb44
|
don't validate compiler flags provided with CMAKE_TUNE_FLAGS anymore
closes #2084
|
2020-06-17 23:47:55 -04:00 |
|
|
|
a221f13308
|
Whitespace tweak
|
2020-06-17 21:35:04 -06:00 |
|
|
|
27912754c4
|
Merge branch 'master' into collected-small-changes
|
2020-06-17 21:18:29 -04:00 |
|
|
|
753eb9b76d
|
add tests for atom style charge
|
2020-06-17 21:17:42 -04:00 |
|
|
|
586c81b1be
|
Merge pull request #2163 from rbberger/more-whitespace
Coding Standard tool updates
|
2020-06-17 21:07:01 -04:00 |
|
|
|
a200756d7b
|
remove a bunch of redundant tests and add checking for restarts and consecutive atom ids
|
2020-06-17 20:40:04 -04:00 |
|
|
|
5bb9700124
|
ensure that a LAMMPS instance could be created and the eim pair style is available
|
2020-06-17 18:12:12 -04:00 |
|