History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
b1b4a52b14e2 | Steve Plimpton/GitHub | Merge pull request #695 from timattox/USER-DPD_small_updates | Oct 18 2017 | |||
4c6779cb0d61 | Tim Mattox | USER-DPD Kokkos: propagate the new neigh_modify options from efaa4c67 | Oct 16 2017 | |||
f6ddc8c7c9ba | Stan Moore | Fix compile errors from neigh history refactor | Oct 13 2017 | |||
15853a0e38dc | Steve Plimpton/GitHub | Merge pull request #676 from stanmoore1/kokkos_reverse_comm | Oct 6 2017 | |||
a9b7ff1154d3 | Steve Plimpton/GitHub | Merge pull request #679 from stanmoore1/kk_reax_comm | Oct 6 2017 | |||
e0efdd50fab3 | Stan Moore | Switch to classic comm if ghost_velocity. The check_forward and check_reverse… | Oct 5 2017 | |||
44d2e8ff74d5 | Stan Moore | Add pre_reverse to verlet_kokkos and comment out timer | Oct 5 2017 | |||
6bf2c60c07ed | Stan Moore | Fix issues in Kokkos comm | Oct 5 2017 | |||
eecd2fbaee77 | Stan Moore | Remove hardcoded value in fix_qeq_reax | Oct 5 2017 | |||
2b0bfcb10f90 | Stan Moore | Fix memory leak in pair_reaxc_kokkos | Oct 5 2017 | |||
3653f4012013 | Stan Moore | Reduce unnecessary communication in fix_qeq_reax | Oct 4 2017 | |||
bda0ee3aa1eb | Stan Moore | Destroy unneeded fix in pair_reaxc_kokkos | Oct 4 2017 | |||
ca032f21fbfa | Stan Moore | Add Kokkos threaded reverse comm option | Oct 3 2017 | |||
529eeb603923 | Stan Moore | Reduce GPU data transfer | Oct 2 2017 | |||
a86572f4fcb4 | Stan Moore | Reduce memory churn in Kokkos package | Sep 30 2017 | |||
9f2740b7f18f | Stan Moore | Partially revert 01d0a5c, avoid atomics, safe because of the while loop. Worst… | Sep 29 2017 | |||
d7aac2fed53c | Stan Moore | Add sync/modify to nbin_kokkos | Sep 29 2017 | |||
32e0de7a67a1 | Tim Mattox | first pass at implementing atom2bin for KOKKOS neighbor lists | Sep 25 2017 | |||
789812ec3dce | Tim Mattox | KOKKOS: minor typo fix | Sep 25 2017 | |||
3ed39ca844ba | Stan Moore | Make Kokkos comm give warning and switch to classic comm instead of erroring out | Sep 22 2017 | |||
6f1935ea4058 | Axel Kohlmeyer | correct embarrassing typo | Sep 16 2017 | |||
e196a2b9e54a | Axel Kohlmeyer | import changes to various fixes by aidan to include virial contributions | Sep 12 2017 | |||
d95a5f219e69 | Stan Moore | Remove all thread fences except one in verlet_kokkos | Aug 31 2017 | |||
dc7f1281b832 | Tim Mattox | USER-DPD: Kokkos version of Const Temperature DPD isn't implemented yet | Aug 30 2017 | |||
2dd202cc761d | Tim Mattox | USER-DPD: remove some out-of-date FIXME comments in fix_shardlow_kokkos.cpp | Aug 30 2017 | |||
f2d8c37f27b1 | Tim Mattox | Rename SSA specific debug #ifdef to DEBUG_SSA_PAIR_CT | Aug 30 2017 | |||
a4a45f1d9cfb | Stan Moore | Remove unnecessary check in npair_kokkos | Aug 30 2017 | |||
736e063971bc | Tim Mattox | Merge branch 'master' (21893539cb Aug 25) into USER-DPD_kokkos_merge | Aug 28 2017 | |||
a062944de95e | Stan Moore | Fix execution space issues | Aug 25 2017 | |||
a641289d5ba3 | Stan Moore | Must use atomics for GPUs in pair_exp6_rx_kokkos | Aug 25 2017 | |||
f5a99dece766 | Stan Moore | Remove unnecessary thread fences | Aug 23 2017 | |||
4784506ba907 | Stan Moore | Remove unused function in rand_pool_wrap_kokkos | Aug 23 2017 | |||
270abff2a2a1 | Stan Moore | Fix compile error for CUDA in pair_exp6_rx_kokkos | Aug 23 2017 | |||
13b804eeeba5 | Tim Mattox | Merge branch 'USER-DPD_kokkos' into USER-DPD_GBhacks as of patch 10Aug17 | Aug 11 2017 | |||
e86b139817fc | Tim Mattox/GitHub | Merge pull request #25 from timattox/USER-DPD_GBhacks_cudafix | Aug 9 2017 | |||
5cd1dc93dc59 | Stan Moore | Revert 7edb294b447c62d3d2dbd4f9df984fb8d14f9a7c temporarily | Jul 31 2017 | |||
7edb294b447c | Stan Moore | Fix execution space issues in comm_kokkos | Jul 28 2017 | |||
8e834d8be149 | Stan Moore | Add missing sync to neigh_bond_kokkos | Jul 27 2017 | |||
8f59c0e188b9 | Stan Moore | Fix modify/sync issue in neigh_bond_kokkos | Jul 27 2017 | |||
c3c9f357fdfa | Stan Moore | Fix concurrent modification issue in comm_kokkos | Jul 25 2017 | |||
76fb4e08152f | Stan Moore | Merge branch 'master' into kk_changes | Jul 25 2017 | |||
d3fa882280a9 | Stan Moore | Fix execution space issues in Kokkos EAM pairstyles | Jul 25 2017 | |||
557e5b964ad8 | Stan Moore | Fixing Kokkos execution space issue with regions | Jul 25 2017 | |||
633ca33f2f91 | Stan Moore | Fix issue in Kokkos neighborlist | Jul 25 2017 | |||
bc446bb8b01b | Stan Moore | Merge branch 'master' into USER-DPD_kokkos_testing | Jul 25 2017 | |||
8d485ea128d9 | Stan Moore | Remove hardcoded execution spaces | Jul 22 2017 | |||
f4b6b67f6ee6 | Stan Moore | Fixing more execution space issues in KOKKOS package | Jul 21 2017 | |||
8ed881947ff9 | Stan Moore | Fix execution space in manybody potentials | Jul 21 2017 | |||
61b1487cbd93 | Axel Kohlmeyer | avoid division by zero in reaxff bond interaction computations in very rare… | Jul 21 2017 | |||
1b34bec81a2c | Stan Moore | Prefer DeviceType specification over RangePolicy | Jul 18 2017 | |||
9df61b642e56 | Stan Moore | Removing stray file | Jul 18 2017 | |||
3c88b2a9805b | Stan Moore | Fixing execution space issues in KOKKOS package | Jul 18 2017 | |||
9fec8a0470bd | Stan Moore | Remove clean_copy function from pair_vashishta_kokkos | Jun 26 2017 | |||
b8897765572e | Stan Moore | Fixing memory leak in Kokkos neighborlist | Jun 26 2017 | |||
ea4d11fc5eff | Stan Moore | Merge branch 'master' into USER-DPD_kokkos_testing | Jun 26 2017 | |||
ffa906de6ff6 | Axel Kohlmeyer | add C++ format identifiers to .h files | Jun 20 2017 | |||
8c54fcd1b6c9 | Axel Kohlmeyer | cleanup from aidan for fix reax/c/species and its KOKKOS version | Jun 19 2017 | |||
b96b6b9cd775 | Stan Moore | Fixing error checks | Jun 19 2017 | |||
da0dcbe0bb2a | Stan Moore | Updating to master | Jun 19 2017 | |||
d3c90f3c14dd | sjplimp/GitHub | Merge pull request #510 from akohlmey/collected-small-changes | Jun 15 2017 | |||
3c8e75ad590a | Stan Moore | Add missing sync/modify to fix_shardlow_kokkos | Jun 9 2017 | |||
c51cadcc6c38 | Stan Moore | Fixing CUDA runtime issues in fix_shardlow_kokkos | Jun 9 2017 | |||
86497949f20a | Stan Moore | Fixing CUDA runtime issues in fix_shardlow_kokkos | Jun 8 2017 | |||
b4b731088438 | Stan Moore | Fixing CUDA runtime issues in pair_exp6_rx_kokkos | Jun 8 2017 | |||
43cfa10ea48d | Stan Moore | Reduce memory churn in pair_multi_lucy_rx_kokkos | Jun 8 2017 | |||
6f24c58c1a31 | Stan Moore | Reduce memory churn in fix_rx_kokkos | Jun 8 2017 | |||
611bb6f13035 | Stan Moore | Reduce memory churn in pair_table_rx_kokkos | Jun 8 2017 | |||
520ab26bd966 | Stan Moore | Fixing more CUDA runtime issues | Jun 7 2017 | |||
efe60bf991c6 | Stan Moore | Fixing more CUDA runtime issues | Jun 6 2017 | |||
36cbe439780d | Stan Moore | Fixing some CUDA runtime issues in npair_ssa_kokkos | Jun 6 2017 | |||
ed50bd225494 | Stan Moore | Removing unnecessary fences | Jun 5 2017 | |||
03ab8d0f48aa | Axel Kohlmeyer | major neighbor list style whitespace cleanup | May 30 2017 | |||
2cf83d9fca6e | Stan Moore | Updating from master to 19May17 | May 25 2017 | |||
51fc386e7224 | Axel Kohlmeyer | correct the inner loop range for resetting cutoffs when redefining a pair style | May 16 2017 | |||
d7dbff0f5441 | Steve Plimpton | jive Kokkos/reaxc file names with new user-reaxc file names | May 4 2017 | |||
6499cfcf52ae | sjplimp/GitHub | Merge pull request #458 from stanmoore1/kokkos_sync_bugfix | May 4 2017 | |||
f08e2069917d | sjplimp/GitHub | Merge pull request #457 from stanmoore1/kokkos_ubuf | May 4 2017 | |||
addd87c0f7a4 | Steve Plimpton | new Section package and start doc pages and build scripts | May 4 2017 | |||
0565b1df5f02 | Stan Moore | Fixing auto_sync logic bug in modify_kokkos | Apr 26 2017 | |||
d73d70fa1fdd | Stan Moore | Adding ubuf union to Kokkos atom_vec styles | Apr 26 2017 | |||
2f32fb7f8bda | Steve Plimpton | patch 13Apr17 | Apr 13 2017 | |||
ca4619e22791 | Stan Moore | Fix format issue in pair_exp6_rx_kokkos | Apr 11 2017 | |||
6c0b6918821a | Stan Moore | Removing more memory churn in pair_exp6_rx_kokkos | Apr 11 2017 | |||
035d0a80d7bc | Stan Moore | Reducing memory churn in pair_exp6_rx_kokkos | Apr 11 2017 | |||
178af2ec9e72 | Tim Mattox | USER-DPD Kokkos: use a parallel_for() to build the ghosts workplan for SSA | Apr 6 2017 | |||
9e272cb393fd | Tim Mattox | USER-DPD Kokkos: use a parallel_for() to build the locals workplan for SSA | Apr 6 2017 | |||
ad5481831fdc | Tim Mattox | Merge branch 'USER-DPD_GBhacks' into USER-DPD_GBhacks_ssa_mem as of patch… | Apr 5 2017 | |||
456926a32195 | Tim Mattox | Merge branch 'USER-DPD_kokkos' into USER-DPD_GBhacks as of patch 31March17 | Apr 5 2017 | |||
bceaa5761426 | Tim Mattox | Merge branch 'master' into USER-DPD_kokkos as of patch 31Mar17 | Apr 5 2017 | |||
4d4b6f66b713 | Stan Moore | Changing default gb/test to on | Apr 5 2017 | |||
2b2f3bd57c1d | Tim Mattox | USER-DPD Kokkos: #ifdef DEBUG_SSA_BUILD_LOCALS the new debug output | Apr 2 2017 | |||
c4c3d490c7e0 | Tim Mattox | USER-DPD Kokkos: preflight storage needed for SSA threaded neigh list build | Apr 2 2017 | |||
e0021a3ff517 | Tim Mattox | USER-DPD Kokkos: preflight SSA neigh list workplan to reduce allocated storage | Apr 1 2017 | |||
ac4c35ce8d1c | Tim Mattox | USER-DPD Kokkos: more WIP on preflighting SSA neighbor list build, with… | Apr 1 2017 | |||
ac64183ecfdd | Tim Mattox | USER-DPD Kokkos: WIP on preflighting SSA neighbor list build, with debugging | Apr 1 2017 | |||
6ba59cb4583c | Dan Ibanez/Stan Moore | fix memory leak in fix_shardlow_kokkos | Apr 1 2017 | |||
fe82926c1f41 | Dan Ibanez/Stan Moore | fix memory leaks in pair_tabl_rx_kokkos | Apr 1 2017 | |||
5edbd6392068 | Dan Ibanez | fix memory leak in fix_shardlow_kokkos | Apr 1 2017 | |||
bf4f0817d4f8 | Dan Ibanez | fix memory leaks in pair_tabl_rx_kokkos | Mar 31 2017 | |||
b3d6d9f8cf3e | Dan Ibanez/Stan Moore | fix memory leak via NeighListKokkos::clean_copy() | Mar 28 2017 |
c4science · Help