Homec4science

Merge pull request #632 from timattox/USER-DPD_kokkos_merge

Authored by Steve Plimpton <sjplimp@sandia.gov> on Sep 6 2017, 16:50.

Description

Merge pull request #632 from timattox/USER-DPD_kokkos_merge

Add Kokkos version of the USER-DPD package

Event Timeline

GitHub <noreply@github.com> committed rLAMMPS99791ce01c09: Merge pull request #632 from timattox/USER-DPD_kokkos_merge (authored by Steve Plimpton <sjplimp@sandia.gov>).Sep 6 2017, 16:50

Merged Changes

This commit merges a very large number of changes. Only the first 50 are shown.
CommitAuthorDetailsCommitted
0248a7b98e9eTim Mattox
remove duplicate listing of deleted USER-DPD files from Purge.list 
Sep 6 2017
4c5d901e2b04Axel Kohlmeyer
fix stupid typo (too much compiling of fortran codes...) 
Sep 5 2017
c8f92c1a617aAxel Kohlmeyer
add a couple deleted files from USER-DPD to Purge.list 
Sep 5 2017
d95a5f219e69Stan Moore
Remove all thread fences except one in verlet_kokkos 
Aug 31 2017
3e6cdd140011Tim Mattox
USER-DPD: finish renaming #ifdef DEBUG_PAIR_CT to DEBUG_SSA_PAIR_CT 
Aug 30 2017
dc7f1281b832Tim Mattox
USER-DPD: Kokkos version of Const Temperature DPD isn't implemented yet 
Aug 30 2017
2dd202cc761dTim Mattox
USER-DPD: remove some out-of-date FIXME comments in fix_shardlow_kokkos.cpp 
Aug 30 2017
f2d8c37f27b1Tim Mattox
Rename SSA specific debug #ifdef to DEBUG_SSA_PAIR_CT 
Aug 30 2017
a4a45f1d9cfbStan Moore
Remove unnecessary check in npair_kokkos 
Aug 30 2017
736e063971bcTim Mattox
Merge branch 'master' (21893539cb Aug 25) into USER-DPD_kokkos_merge 
Aug 28 2017
e52a28f8afafStan Moore
Update docs for Kokkos version of USER-DPD package 
Aug 26 2017
01dd0e173e51Stan Moore
Merge branch 'master' into USER-DPD_kokkos_merge 
Aug 26 2017
1f8c4f2c62dfStan Moore
Remove hardcoded map variables and debug output 
Aug 25 2017
b73999ef215cStan Moore
Revert change to read_data.cpp 
Aug 25 2017
1e16fed9ab94Stan Moore
Error out if using pair hybrid with Kokkos, but not pair hybrid/overlay 
Aug 25 2017
a062944de95eStan Moore
Fix execution space issues 
Aug 25 2017
a641289d5ba3Stan Moore
Must use atomics for GPUs in pair_exp6_rx_kokkos 
Aug 25 2017
e55fa9d320d3Stan Moore
Merge branch 'USER-DPD_kokkos' into USER-DPD_GBhacks 
Aug 23 2017
cbf3646806f9Stan Moore
Merge branch 'master' into USER-DPD_kokkos 
Aug 23 2017
f5a99dece766Stan Moore
Remove unnecessary thread fences 
Aug 23 2017
4784506ba907Stan Moore
Remove unused function in rand_pool_wrap_kokkos 
Aug 23 2017
270abff2a2a1Stan Moore
Fix compile error for CUDA in pair_exp6_rx_kokkos 
Aug 23 2017
5c985946d58fStan Moore
Merge branch 'master' into USER-DPD_kokkos 
Aug 22 2017
13b804eeeba5Tim Mattox
Merge branch 'USER-DPD_kokkos' into USER-DPD_GBhacks as of patch 10Aug17 
Aug 11 2017
4041db8d1a74Tim Mattox
Merge branch 'master' into USER-DPD_kokkos as of patch 10Aug17 
Aug 11 2017
378989e06529Tim Mattox/GitHub
Merge pull request #27 from timattox/USER-DPD_kokkos_update 
Aug 10 2017
e86b139817fcTim Mattox/GitHub
Merge pull request #25 from timattox/USER-DPD_GBhacks_cudafix 
Aug 9 2017
9695aa60925dStan Moore
Merge branch 'master' into USER-DPD_kokkos_testing 
Jul 27 2017
bc446bb8b01bStan Moore
Merge branch 'master' into USER-DPD_kokkos_testing 
Jul 25 2017
ea4d11fc5effStan Moore
Merge branch 'master' into USER-DPD_kokkos_testing 
Jun 26 2017
67a0183b3332Stan Moore
Removing atom2bin change since ssa neighlists aren't be used for occasional… 
Jun 19 2017
b96b6b9cd775Stan Moore
Fixing error checks 
Jun 19 2017
da0dcbe0bb2aStan Moore
Updating to master 
Jun 19 2017
3c8e75ad590aStan Moore
Add missing sync/modify to fix_shardlow_kokkos 
Jun 9 2017
c51cadcc6c38Stan Moore
Fixing CUDA runtime issues in fix_shardlow_kokkos 
Jun 9 2017
86497949f20aStan Moore
Fixing CUDA runtime issues in fix_shardlow_kokkos 
Jun 8 2017
b4b731088438Stan Moore
Fixing CUDA runtime issues in pair_exp6_rx_kokkos 
Jun 8 2017
046900cd51d3Stan Moore/GitHub
Merge pull request #26 from timattox/USER-DPD_GBhacks_optimize 
Jun 8 2017
43cfa10ea48dStan Moore
Reduce memory churn in pair_multi_lucy_rx_kokkos 
Jun 8 2017
6f24c58c1a31Stan Moore
Reduce memory churn in fix_rx_kokkos 
Jun 8 2017
611bb6f13035Stan Moore
Reduce memory churn in pair_table_rx_kokkos 
Jun 8 2017
520ab26bd966Stan Moore
Fixing more CUDA runtime issues 
Jun 7 2017
efe60bf991c6Stan Moore
Fixing more CUDA runtime issues 
Jun 6 2017
36cbe439780dStan Moore
Fixing some CUDA runtime issues in npair_ssa_kokkos 
Jun 6 2017
2cf83d9fca6eStan Moore
Updating from master to 19May17 
May 25 2017
ca4619e22791Stan Moore
Fix format issue in pair_exp6_rx_kokkos 
Apr 11 2017
6c0b6918821aStan Moore
Removing more memory churn in pair_exp6_rx_kokkos 
Apr 11 2017
035d0a80d7bcStan Moore
Reducing memory churn in pair_exp6_rx_kokkos 
Apr 11 2017
178af2ec9e72Tim Mattox
USER-DPD Kokkos: use a parallel_for() to build the ghosts workplan for SSA 
Apr 6 2017
9e272cb393fdTim Mattox
USER-DPD Kokkos: use a parallel_for() to build the locals workplan for SSA 
Apr 6 2017