|
|
4781a4c8c6
|
style update
|
2022-03-06 04:49:08 -05:00 |
|
|
|
440e01d243
|
no longer needed. done by Neighbor class directly.
|
2022-03-06 04:48:54 -05:00 |
|
|
|
e9bcde4b58
|
more openmp neighbor list function to Neighbor class
|
2022-03-06 04:48:37 -05:00 |
|
|
|
cc618264a0
|
allow only one accelerator type enabled for neighbor lists
|
2022-03-06 04:47:22 -05:00 |
|
|
|
3f80894857
|
Merge branch 'develop' into neigh-request-refactor
|
2022-03-06 04:23:52 -05:00 |
|
|
|
54e667e491
|
convert more styles to use new neighbor list request API, apply clang-format
|
2022-03-05 21:44:45 -05:00 |
|
|
|
ffb367663d
|
add more accessor functions
|
2022-03-05 21:08:25 -05:00 |
|
|
|
f1d695299e
|
simplify checking for intel neighbor list requests
|
2022-03-05 20:31:56 -05:00 |
|
|
|
8fe78e5fc4
|
enable and apply clang-format
|
2022-03-05 20:21:32 -05:00 |
|
|
|
de4b9a1d20
|
use new neighbor list request API
|
2022-03-05 20:20:55 -05:00 |
|
|
|
21fc072396
|
enable and apply clang-format
|
2022-03-05 20:19:24 -05:00 |
|
|
|
5dbad2354a
|
use new neighbor list request API
|
2022-03-05 20:18:40 -05:00 |
|
|
|
c5c3c335c9
|
enable clang-format
|
2022-03-05 20:16:10 -05:00 |
|
|
|
875560b827
|
use new neighbor list request API
|
2022-03-05 20:15:48 -05:00 |
|
|
|
8709e26923
|
Merge pull request #3166 from stanmoore1/reax_tabulate
Make it easier to enable tabulation in ReaxFF
|
2022-03-04 17:37:26 -05:00 |
|
|
|
f8089bd007
|
fix cut-n-paste error
|
2022-03-04 16:08:14 -05:00 |
|
|
|
789571c4b4
|
Merge pull request #3158 from arghdos/split_buildlists_half_rebased
Split buildlists half kernel into "preview" and "finalize" kernels
|
2022-03-04 16:06:05 -05:00 |
|
|
|
5c8f506edf
|
add unit test input
|
2022-03-04 16:04:04 -05:00 |
|
|
|
577eac201b
|
add sanity check
|
2022-03-04 16:03:50 -05:00 |
|
|
|
401180699d
|
Update docs
|
2022-03-04 13:10:25 -07:00 |
|
|
|
cdeaa83f6d
|
Make it easier to enable tabulation in ReaxFF
|
2022-03-04 12:34:51 -07:00 |
|
|
|
06e9c096ac
|
Remove unused code
|
2022-03-04 09:13:43 -07:00 |
|
|
|
939171094b
|
Whitespace
|
2022-03-04 08:40:22 -07:00 |
|
|
|
df9a772020
|
More EVFLAG cleanup
|
2022-03-04 08:36:27 -07:00 |
|
|
|
f97a2d341c
|
Clean up evflags
|
2022-03-03 16:44:53 -07:00 |
|
|
|
5888ba0514
|
QEq does not require ghosts in the neighbor list
|
2022-03-03 16:16:13 -07:00 |
|
|
|
e5d2555cf2
|
small tweaks
|
2022-03-03 10:01:16 -07:00 |
|
|
|
569147bf11
|
Revert change of default value for list/blocking
|
2022-03-03 09:30:16 -07:00 |
|
|
|
0fbacd4c5d
|
Add missing optimization to CPU version
|
2022-03-03 09:02:47 -07:00 |
|
|
|
9083ff867e
|
whitespace
|
2022-03-03 08:48:54 -07:00 |
|
|
|
ee2b9f28cb
|
Switch to vector parallelism for half list in QEq
|
2022-03-03 08:09:25 -07:00 |
|
|
|
b6b7846c50
|
Optimization to reduce atomics on CPU
|
2022-03-03 07:46:35 -07:00 |
|
|
|
beee3126e0
|
Recover CPU performance by bifurcating code
|
2022-03-03 07:21:40 -07:00 |
|
|
|
22d43d8e05
|
Change default for list/blocking option
|
2022-03-03 07:20:53 -07:00 |
|
|
|
9f8362399d
|
convert granular pair style and augment docs accordingly
|
2022-03-03 06:58:54 -05:00 |
|
|
|
7120e6354d
|
add a mini-TOC for faster access to contents as the page is getting longer
|
2022-03-03 06:43:20 -05:00 |
|
|
|
13bf72e61c
|
describe new neighbor list request APIs
|
2022-03-03 06:42:42 -05:00 |
|
|
|
a0996da644
|
apply new APIs to a few representative cases
|
2022-03-02 21:31:35 -05:00 |
|
|
|
d4272815a3
|
add new APIs for creating and manipulating neighbor list requests
also add a few new (delegating) constructors to simplify code
|
2022-03-02 21:30:16 -05:00 |
|
|
|
f7514ce358
|
make friends for access to instance_me member
|
2022-03-02 19:06:08 -05:00 |
|
|
|
0a2a252f08
|
cleanup
|
2022-03-02 10:42:41 -07:00 |
|
|
|
30517fad68
|
Remove unnecessary atomics/duplication
|
2022-03-02 10:34:49 -07:00 |
|
|
|
bac85c4c83
|
cleanup
|
2022-03-02 10:04:35 -07:00 |
|
|
|
083d166885
|
More cleanup
|
2022-03-02 09:46:25 -07:00 |
|
|
|
adefb287c5
|
whitespace
|
2022-03-02 09:29:07 -07:00 |
|
|
|
4ad27034f2
|
Small tweaks, cleanup
|
2022-03-02 09:04:13 -07:00 |
|
|
|
e79e4c0134
|
Seperate buildlists half into 'cheap' blocking-based preprocessor, and 'dense' finalizer
Change-Id: Ic205c1e6f3578c033ec4d8c3c45070fd5b3d7a18
|
2022-03-01 14:51:40 -05:00 |
|
|
|
7cca49b14b
|
hide pow behind conditional
Change-Id: I8bb3f7a069207dd0e5a5b980d2a7e3e1a7e22ccb
|
2022-03-01 12:52:55 -05:00 |
|
|
|
798975b809
|
Merge pull request #3155 from akohlmey/collected-small-changes
Collected small changes
|
2022-02-28 15:18:27 -05:00 |
|
|
|
9f315fc2e2
|
small rewording
|
2022-02-28 12:17:20 -05:00 |
|