History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
20ae05055dbb | Dan Ibanez | fix memory leak via NeighListKokkos::clean_copy() | Mar 28 2017 | |||
28bdebd3c045 | Axel Kohlmeyer | avoid segfault when calling PPPM*::memory_usage() before grid communication is… | Mar 28 2017 | |||
0463923e330b | Tim Mattox | USER-DPD Kokkos: tighten up the SSA data allocation to what is needed. A future… | Mar 27 2017 | |||
b418b46a03ac | Tim Mattox | USER-DPD: bugfix for an array that changed length in the non-kokkos version. | Mar 27 2017 | |||
3c91f9734dbb | Tim Mattox | make RK solver check in fix_rx_kokkos.cpp be as lenient as in fix_rx.cpp NOTE… | Mar 21 2017 | |||
4ad1c82fcf1e | Tim Mattox | Merge branch 'USER-DPD_GBhacks' into USER-DPD_GBhacks_cps | Mar 20 2017 | |||
a68f3a93e53a | Tim Mattox | USER-DPD Kokkos: bugfix, add a misisng line of code in pair_exp6_rx_kokkos.cpp | Mar 20 2017 | |||
fff43a4604a2 | Tim Mattox | USER-DPD Kokkos: bugfix for npair_ssa_kokkos.cpp corresponding to 0cd3f0cd | Mar 18 2017 | |||
75670244bb5d | Christopher P. Stone | Added ONE-TYPE template capability to vectorized_operator and cleaned up timers. | Mar 17 2017 | |||
64fdb1f528bc | Christopher P. Stone | Kokkos/pair_exp6_rx_kokkos optimized for SIMD on the inner j-loop. | Mar 17 2017 | |||
a719f41426e0 | Christopher P. Stone | Merge remote-tracking branch 'thunder/USER-DPD_kokkos_gb_test' into USER… | Mar 17 2017 | |||
ec192a95cb14 | Christopher P. Stone | Cleaned up the non-kokkos part of KOKKOS/pair_exp6_rx_kokkos.cpp | Mar 17 2017 | |||
f5b7361ef6b6 | Christopher P. Stone | Non-kokkos candidate of PairExp6rxKokkos::getMixingWeights to improve… | Mar 17 2017 | |||
acdb932c4ec5 | Stan Moore | Fixing index issue in pair_exp6_rx_kokkos | Mar 16 2017 | |||
7ebed717de98 | Stan Moore | Adding gb_test | Mar 15 2017 | |||
bdee2fa23401 | Stan Moore | Merge branch 'master' of https://github.com/lammps/lammps into USER-DPD_kokkos | Mar 15 2017 | |||
f4a08ba4fcae | Dan Ibanez | pass Views by reference for pair_table_rx_kokkos | Mar 15 2017 | |||
580f6b567b12 | Stan Moore | Add neigh/qeq option to Kokkos | Mar 14 2017 | |||
d2cbfef13bac | Stan Moore | Add CUDA support to atom_vec_hybrid_kokkos | Mar 13 2017 | |||
4b4bc7dc3bd1 | Tim Mattox | USER-DPD: specialize PairTableRXKokkos's compute_all_items() on NEWTON_PAIR No… | Mar 13 2017 | |||
d5eceebf3283 | Tim Mattox | USER-DPD Kokkos: add support for full neighbor lists. Note: "newton on" still… | Mar 13 2017 | |||
e908b8dbea02 | Tim Mattox | USER-DPD Kokkos: correct some error messages | Mar 12 2017 | |||
17c8e695a422 | Tim Mattox | Merge branch 'master' into USER-DPD_kokkos as of patch 10 Mar 2017 | Mar 11 2017 | |||
ffe02d20ca83 | sjplimp/GitHub | Merge pull request #406 from stanmoore1/kokkos_bugfix | Mar 10 2017 | |||
6f71275db30f | Stan Moore | Add Kokkos version of atom_vec_hybrid_kokkos, without CUDA support | Mar 9 2017 | |||
a001a5ceb0c4 | Stan Moore | Fixing memory overflow issue in comm_kokkos | Mar 9 2017 | |||
35e1cf1d6e00 | Stan Moore | Fixing issue with ev_setup in pair_hybrid_kokkos | Mar 9 2017 | |||
fc23f9cfe897 | Stan Moore | Disable allocation of per-atom arrays in ev_setup for USER-DPD Kokkos styles | Mar 8 2017 | |||
0ce5dc023451 | Stan Moore | Merge remote branch 'stanmoore1/ev_setup_kk' into USER… | Mar 8 2017 | |||
1f6c1942b37e | Stan Moore | Disable allocation of per-atom arrays in ev_setup for Kokkos styles | Mar 8 2017 | |||
de2730522733 | Stan Moore | Merge branch 'master' of https://github.com/lammps/lammps into USER-DPD_kokkos | Mar 7 2017 | |||
920641bbffbc | sjplimp/GitHub | Merge pull request #399 from rbberger/docs_spelling_fixes | Mar 7 2017 | |||
c2aabdec229c | sjplimp/GitHub | Merge pull request #398 from stanmoore1/kokkos_changes | Mar 7 2017 | |||
efaa4c67109f | Steve Plimpton | new neigh_modify exclude option, other SNAP changes | Mar 7 2017 | |||
3a054d1a82b2 | Richard Berger | Fix more typos in src files | Mar 7 2017 | |||
b8c72c7bdb54 | Dan Ibanez | don't query device variables from the host | Mar 6 2017 | |||
527a573026d1 | Dan Ibanez | don't use device views to measure dimensions | Mar 6 2017 | |||
3e3a24da48d4 | Dan Ibanez | consolidate sorting functions | Mar 6 2017 | |||
a7d1b571be0a | Dan Ibanez | don't capture "this" in lambdas | Mar 6 2017 | |||
4a6f27935d26 | Dan Ibanez | fix lambda syntax for CUDA | Mar 6 2017 | |||
3e8cfb8247fd | Dan Ibanez/GitHub | The wonders of git commit -a | Mar 6 2017 | |||
c2c22fc2ede6 | Dan Ibanez | add missing KOKKOS_INLINE_FUNCTION to fix_shardlow | Mar 6 2017 | |||
b35895ca128b | Tim Mattox | USER-DPD Kokkos: Remove the SSA's ALLOW_NON_DETERMINISTIC_DPD option. There was… | Mar 3 2017 | |||
635c448b61bd | Tim Mattox | USER-DPD: sort bins for deterministic SSA instead of using Kokkos::Serial | Mar 3 2017 | |||
c1739cae972b | Tim Mattox/GitHub | Merge pull request #14 from timattox/USER-DPD_kokkos_ssa | Mar 3 2017 | |||
0651ea7f69c3 | Tim Mattox | USER-DPD Kokkos: work around CUDA not having max_hardware_threads() | Mar 3 2017 | |||
c468727db092 | Stan Moore | Fixing issue in fix_wall_lj93_kokkos | Mar 3 2017 | |||
6382d3c89a2f | Stan Moore | Improving memory access in comm_kokkos | Mar 3 2017 | |||
a7e855096215 | Tim Mattox | USER-DPD Kokkos: turn one_type optimization into a template specialization | Mar 3 2017 | |||
7e78921c96a5 | Tim Mattox | USER-DPD Kokkos: propagate 763a00e8 bugfix to pair_multi_lucy_rx_kokkos.cpp | Mar 3 2017 | |||
f11b83ecd24b | Tim Mattox | Merge branch 'USER-DPD_kokkos_ssa' into USER-DPD_kokkos | Mar 2 2017 | |||
3820c5881d5c | Stan Moore | Adding fix_wall_lj93_kokkos | Mar 2 2017 | |||
d95fbf3a5e4a | Tim Mattox | USER-DPD Kokkos: use Random_XorShift64() by default, but allow overrides | Mar 2 2017 | |||
03c05537fb7c | Tim Mattox | Merge branch 'USER-DPD_kokkos' into USER-DPD_kokkos_ssa_debug | Mar 1 2017 | |||
8210b25fb848 | Tim Mattox | USER-DPD Kokkos: replicate 9a560b90 bugfix to atom_vec_dpd_kokkos.cpp | Mar 1 2017 | |||
ed089c34cfda | Tim Mattox | USER-DPD Kokkos: Now use the deterministic Random_XorShift64() for SSA | Mar 1 2017 | |||
268e855a1513 | Tim Mattox | USER-DPD Kokkos: bugfix for the rare case were the SSA ghost processing has… | Mar 1 2017 | |||
bf1794f59a1a | Tim Mattox | Merge branch 'USER-DPD_kokkos' into USER-DPD_kokkos_ssa_debug | Mar 1 2017 | |||
0982331c71fb | Tim Mattox | USER-DPD Kokkos: replicate 7a593c2f bugfix to pair_table_rx_kokkos.cpp | Mar 1 2017 | |||
b26a434a502d | Tim Mattox | USER-DPD Kokkos: Add "#ifdef ALLOW_NON_DETERMINISTIC_SSA" toggle SSA atom… | Feb 28 2017 | |||
2b78ac214632 | Tim Mattox | USER-DPD Kokkos: Add "#ifdef DPD_USE_RAN_MARS" toggle Also, initialize the… | Feb 28 2017 | |||
a5507b291d3d | Tim Mattox | USER-DPD Kokkos: give each workItem index a unique instance of RanMars Makes… | Feb 27 2017 | |||
3eba3e5a1b75 | Tim Mattox | USER-DPD Kokkos: for deterministic results, serialize bin_atoms() for now. | Feb 26 2017 | |||
35ee24cfad50 | Tim Mattox | use RandWrap in pair_dpd_fdt_energy_kokkos and fix_shardlow_kokkos | Feb 26 2017 | |||
e4500859a3e2 | Tim Mattox | USER-DPD: add "#ifdef DEBUG_PAIR_CT" debugging code to fix_shardlow* | Feb 25 2017 | |||
fd1523c7561e | Tim Mattox | USER-DPD Kokkos: add missing () in STACKPARAMS check in ssa_update_* | Feb 25 2017 | |||
21619b297685 | Tim Mattox | USER-DPD Kokkos: correct the setup of the ghost SSA workplan | Feb 25 2017 | |||
b053c367ea1e | Tim Mattox | USER-DPD Kokkos: remove extranious debugging code | Feb 25 2017 | |||
c2e3a76225f4 | Tim Mattox | USER-DPD Kokkos: rand seed can't be zero, so add some salt. | Feb 25 2017 | |||
6ea290a69963 | Tim Mattox | DEBUG: make FixShardlowKokkos have it's own rand_pool, plus debug code. | Feb 24 2017 | |||
c56e0692b914 | Tim Mattox | USER-DPD Kokkos: enable install of SSA Kokkos code | Feb 24 2017 | |||
71379487abc7 | Tim Mattox | USER-DPD: variety of fixes for new SSA Kokkos code. Still not functional. | Feb 24 2017 | |||
f7a48719adba | Tim Mattox | USER-DPD: first attempt at fix_shardlow_kokkos... It compiles! | Feb 24 2017 | |||
a341a6bca927 | Tim Mattox | USER-DPD: make locals & ghosts use similar SSA work plan data structure Kokkos… | Feb 24 2017 | |||
2f04e87d0794 | Tim Mattox | USER-DPD: make PairDPDfdtEnergyKokkos's rand_pool public so it can be reused | Feb 24 2017 | |||
aecafecaa2f8 | Tim Mattox | USER-DPD: fix missing host prefixes in AtomVecDPDKokkos::pack_comm | Feb 24 2017 | |||
1db62a57b5dd | Tim Mattox | USER-DPD: pair_dpd_fdt_energy_kokkos: enable STACKPARAMS specialization | Feb 24 2017 | |||
b27cc8f474e1 | Tim Mattox | USER-DPD: use LAMBDA instead of functor for ghost binning in nbin_ssa_kokkos | Feb 22 2017 | |||
8065d967612a | Tim Mattox | USER-DPD: first attempt at npair_ssa_kokkos... It compiles! | Feb 22 2017 | |||
01d0a5c4a210 | Tim Mattox | BUGFIX: use Kokkos::atomic_fetch_max() to avoid a race on new_maxneighs | Feb 22 2017 | |||
5c6e7b12c647 | Tim Mattox | BUGFIX: fix a copy-o in build_Item_Ghost(): xbin2, etc. should be an int xbin2… | Feb 22 2017 | |||
7feb6c2853b6 | Tim Mattox | USER-DPD: fix a bug in AtomVecDPDKokkos::unpack_restart() | Feb 22 2017 | |||
d1a0a3e1c369 | Tim Mattox | USER-DPD: first attempt at nbin_ssa_kokkos... It compiles! | Feb 22 2017 | |||
5289ec0b39f2 | Tim Mattox | cleanup: remove unused binatomsItem() declaration in npair_kokkos.h | Feb 22 2017 | |||
e0bafa499d55 | Tim Mattox | indentation fixes in npair_kokkos.cpp, plus a comment question | Feb 22 2017 | |||
e76cad358b3b | Tim Mattox | Merge branch 'FixRX_Kokkos_merge' into USER-DPD_kokkos | Feb 22 2017 | |||
0a751c59012e | Tim Mattox | KOKKOS: fix a compile-time error caused by merge of patch 21Feb17 Remove the… | Feb 22 2017 | |||
83988a1026f4 | Tim Mattox | Merge branch 'master' into USER-DPD_kokkos as of patch 21Feb17 | Feb 22 2017 | |||
b70c670aac56 | sjplimp/GitHub | Merge pull request #383 from stanmoore1/rshan_class2_kk | Feb 21 2017 | |||
1d17cae407ff | sjplimp/GitHub | Merge pull request #382 from timattox/master_kokkos_neigh_bugfix | Feb 21 2017 | |||
1cd4c48cccdb | Steve Plimpton | new SNAP potential for W | Feb 21 2017 | |||
c6c1852b3b1a | Stan Moore | Fix a few issues with Kokkos class2 files | Feb 15 2017 | |||
69a8e19dc5eb | Stan Moore | Add files from Ray Shan for Kokkos version of class2 angle, bond, etc. | Feb 15 2017 | |||
928947dcea24 | Tim Mattox | neighbor_kokkos.cpp: Don't call grow() on neighbor lists that are copies. This… | Feb 15 2017 | |||
acc5bde0fe53 | Christopher Stone | Removed printf's from FixRXKokkos and FixRX. | Feb 13 2017 | |||
799d55e09713 | Christopher Stone | Switched to operator()'s and Tag's for the Kokkos launch objects. | Feb 13 2017 | |||
4e9c8f496235 | Christopher Stone | Update FixRXKokkos for Cuda build. Added inline and other KOKKOS macros. | Feb 13 2017 | |||
2f32c1a9af6f | Christopher Stone | Switched to using Kokkos device data for ODE scratch data. | Feb 13 2017 | |||
4ac7a5d1f2e6 | Christopher Stone | Added Kokkos-like array datatype into RK4 and RHS in FixRXKokkos. | Feb 13 2017 | |||
93d99ec8d057 | Christopher Stone | Added ODE diagnostics to FixRxKokkos using Kokkos managed data. | Feb 13 2017 |
c4science · Help